all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 21.3, Linux tty:  Meta gets lopped off of C-M-g
@ 2004-03-27  9:24 Alan Mackenzie
  2004-03-28  4:26 ` Richard Stallman
  0 siblings, 1 reply; 7+ messages in thread
From: Alan Mackenzie @ 2004-03-27  9:24 UTC (permalink / raw)


In GNU Emacs 21.3.1 (i686-pc-linux-gnulibc1, X toolkit, Xaw3d scroll bars)
 of 2003-10-25 on acm
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: en_GB
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

At Emacs 21.3 on a Linux tty, something in Emacs's low-level keyboard
handling appears to be mangling the key event C-M-g, silently discarding
the "M-", leaving C-g.  To see this, type C-h c C-M-g.  In the echo area
appears:

C-g runs the command keyboard-quit

This is wrong.  What should appear is:

ESC C-g is undefined

Of the C-M-<english-letter> key presses, the other 25 make it through
Emacs's low-level keyboard processing unscathed.  Only C-M-g doesn't.  For
comparison, on typing C-h c C-M-z, what appears (correctly) is

ESC C-z is undefined

For further comparison, when this Emacs is running under X-Windows,
typing C-M-g correctly causes the following to appear in the echo area:

C-M-g is undefined

-- 
Alan Mackenzie (Munich, Germany)

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

end of thread, other threads:[~2004-04-04 16:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-27  9:24 Emacs 21.3, Linux tty: Meta gets lopped off of C-M-g Alan Mackenzie
2004-03-28  4:26 ` Richard Stallman
2004-03-28  9:39   ` Alan Mackenzie
2004-03-29 20:56     ` Richard Stallman
2004-03-29 22:41       ` Andreas Schwab
2004-04-01 21:48       ` Alan Mackenzie
2004-04-04 16:25         ` Richard Stallman

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.