bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36101: 26.1; epg--status-*SIG does not always precent decode


From: Lars Ingebrigtsen
Subject: bug#36101: 26.1; epg--status-*SIG does not always precent decode
Date: Fri, 30 Aug 2019 12:30:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Christophe TROESTLER <Christophe.TROESTLER@umons.ac.be> writes:

> If, in the body of `epg-dn-from-string', one changes
>
>       (condition-case nil
>           (if (eq (epg-context-protocol context) 'CMS)
>               (setq user-id (epg-dn-from-string user-id))
>             (setq user-id (epg--decode-percent-escape user-id)))
>         (error))
>
> into
>
>       (condition-case nil
>           (if (eq (epg-context-protocol context) 'CMS)
>               (setq user-id (epg-dn-from-string user-id)))
>         (error))
>       (setq user-id (epg--decode-percent-escape user-id))
>
> it works 

Noam changed the status of this bug to "fixed" three weeks after it was
reported (but not closed), but as far as I can tell, a change like the
one proposes wasn't done.

Was this fixed in some other way, or was the "fixed" control message in
error?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]