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: Katsumi Yamaoka
Subject: bug#14994: 24.3; gnus-completing-read in smime.el fails to complete
Date: Thu, 01 Aug 2013 12:51:53 +0900
User-agent: Gnus/5.130008 (真 Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin)

Stefan Monnier wrote:
>> +                     ;; 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.

Indeed.  I've simply isolated it as an XEmacs stuff.





reply via email to

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