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

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

bug#14994: 24.3; gnus-completing-read in smime.el fails to complete


From: Stefan Monnier
Subject: bug#14994: 24.3; gnus-completing-read in smime.el fails to complete
Date: Wed, 31 Jul 2013 22:30:13 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +                     ;; Old XEmacs (at least 21.4) expect an alist,
> +                  ;; in which the car of each element is a string,
> +                  ;; for collection.
> +                     (mapcar (lambda (elem)
> +                            (list (format "%s" (or (car-safe elem) elem))))
> +                          collection)
>                       nil require-match initial-input history def)))
 
I recommend you wrap this in an (if (featurep 'xemacs) ...) so as to
avoid using this code when it's not needed.  After all, it looks both
inefficient and hackish.


        Stefan





reply via email to

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