unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* set-quit-char
@ 2008-09-20 13:25 Eli Zaretskii
  2008-09-20 16:07 ` set-quit-char Johan Bockgård
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2008-09-20 13:25 UTC (permalink / raw)
  To: emacs-devel

This function modifies quit_char, but it will have no visible effect
on typing the quit-char when Emacs waits for input, because the old
keybinding of C-g is still in effect.  For full effect of replacing
C-g with the new quit-char, one needs also to unbind C-g and bind the
new quit-char to keyboard-quit.

Should we do that automatically, as part of set-quit-char?  If not, at
least a message to that effect should be displayed, I think, since the
intricacies of handling C-g, even though they are described in the
ELisp manual, are IMO too much for Joe Random Lisp Hacker to grasp.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-20 17:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-20 13:25 set-quit-char Eli Zaretskii
2008-09-20 16:07 ` set-quit-char Johan Bockgård
2008-09-20 17:07   ` set-quit-char Eli Zaretskii
2008-09-20 17:31     ` set-quit-char Eli Zaretskii
2008-09-20 17:39       ` set-quit-char Davi Leal

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).