GNU bug report logs - #27454
C-S-g [keyboard-quit] doesn't work to get out of disabled command choice

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Fri, 23 Jun 2017 02:34:01 UTC

Severity: wishlist

Tags: notabug

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 27454 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: bug#27454: C-S-g [keyboard-quit] doesn't work to get out of disabled command choice
Date: Sun, 21 Jul 2019 19:22:54 +0300
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Date: Sun, 21 Jul 2019 17:48:54 +0200
> Cc: 27454 <at> debbugs.gnu.org
> 
>        (while (progn (setq char (read-event))
> 		     (or (not (numberp char))
> 			 (not (memq (downcase char)
> 				    '(?! ?y ?n ?\s ?\C-g)))))
> 	 (ding)
> 	 (message "Please type y, n, ! or SPC (the space bar): "))))
>  
> 
> 
> Because normally C-S-g works the same as C-g (see below).  Should we
> perhaps just add C-S-g to the events this function checks for?

But C-S-g is not a character.




This bug report was last modified 5 years and 310 days ago.

Previous Next


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