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

Previous Next

Packages: gnus, emacs;

Reported by: Jens Lechtenboerger <lechten <at> wi.uni-muenster.de>

Date: Wed, 31 Jul 2013 10:40:02 UTC

Severity: normal

Found in version 24.3

Done: Katsumi Yamaoka <yamaoka <at> jpl.org>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 14994 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: 14994 <at> debbugs.gnu.org
Cc: lechten <at> wi.uni-muenster.de, yamaoka <at> jpl.org
Subject: Re: bug#14994: 24.3;
 gnus-completing-read in smime.el fails to complete
Date: Wed, 31 Jul 2013 22:30:13 -0400
> +                     ;; 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




This bug report was last modified 12 years and 16 days ago.

Previous Next


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