GNU bug report logs - #10191
dired-query (in dired-aux.el) fails for certain help-char's, Emacs 23 and 24

Previous Next

Package: emacs;

Reported by: Christopher Genovese <genovese.cr <at> gmail.com>

Date: Fri, 2 Dec 2011 06:28:01 UTC

Severity: minor

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


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

From: Christopher Genovese <genovese.cr <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 10191-done <at> debbugs.gnu.org
Subject: Re: bug#10191: dired-query (in dired-aux.el) fails for certain
	help-char's, Emacs 23 and 24
Date: Fri, 2 Dec 2011 09:33:15 -0500
[Message part 1 (text/plain, inline)]
Ah, much better.  (Silly of me to forget about the vector; not sure what I
was thinking.)

That's terrific, thanks.

 -- Chris

On Fri, Dec 2, 2011 at 09:18, Stefan Monnier <monnier <at> iro.umontreal.ca>wrote:

>
> Thanks.  I've installed the patch below which should fix your problem,
>
>
>        Stefan
>
>
> === modified file 'lisp/dired-aux.el'
> --- lisp/dired-aux.el   2011-11-17 09:09:20 +0000
> +++ lisp/dired-aux.el   2011-12-02 14:14:09 +0000
> @@ -927,8 +927,7 @@
>                 (concat (apply 'format prompt args)
>                         (if help-form
>                             (format " [Type yn!q or %s] "
> -                                    (key-description
> -                                     (char-to-string help-char)))
> +                                    (key-description (vector help-char)))
>                           " [Type y, n, q or !] ")))
>           (set sym (setq char (read-char-choice prompt char-choices)))
>           (if (memq char '(?y ?\s ?!)) t)))))
>
>
[Message part 2 (text/html, inline)]

This bug report was last modified 13 years and 178 days ago.

Previous Next


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