GNU bug report logs - #19150
25.0.50; [Easy PG] error in process filter

Previous Next

Package: emacs;

Reported by: "José A. Romero L." <escherdragon <at> gmail.com>

Date: Sat, 22 Nov 2014 12:48:01 UTC

Severity: normal

Found in version 25.0.50

Done: Daiki Ueno <ueno <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 19150-done <at> debbugs.gnu.org (full text, mbox):

From: Daiki Ueno <ueno <at> gnu.org>
To: José A. Romero L. <escherdragon <at> gmail.com>
Cc: 19150-done <at> debbugs.gnu.org
Subject: Re: bug#19150: 25.0.50; [Easy PG] error in process filter
Date: Fri, 28 Nov 2014 16:03:01 +0900
"José A. Romero L." <escherdragon <at> gmail.com> writes:

> -      (setf (epg-context-passphrase-callback context)
> -	    #'epa-passphrase-callback-function)
> -      (setf (epg-context-progress-callback context)
> -	    (cons
> -	     #'epa-progress-callback-function
> -	     "Decrypting..."))
> +      (epg-context-set-passphrase-callback context #'epa-passphrase-callback-function)
> +      (epg-context-set-progress-callback context #'epa-progress-callback-function)
[...]
> There are other places where `setf' is being still used in epa.el to set
> different epg values.

Thanks for the report and analysis.  Yes, we should still use
`epg-context-set-*-callback' there.  I've pushed a fix:
http://git.sv.gnu.org/cgit/emacs.git/commit/?id=f33ec1f5

Regards,
--
Daiki Ueno




This bug report was last modified 10 years and 235 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.