all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* About <DEL> character and Control character.
@ 2009-08-05  9:17 waterloo
  0 siblings, 0 replies; 2+ messages in thread
From: waterloo @ 2009-08-05  9:17 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

I am reading Emacs Lisp Reference and can not understand the following
paragraph:

For historical reasons, Emacs treats the <DEL> character as the
control equivalent of `?':

     ?\^? => 127     ?\C-? => 127

As a result, it is currently not possible to represent the character
`Control-?', which is a meaningful input character under X, using
`\C-'.  It is not easy to change this, as various Lisp files refer to
<DEL> in this way.

What I understand is :
?\^? = <DEL>
now we can not represent `Control-?' with `?\ " syntax.

Is it right?

What does "which is a meaningful input character under X, using
`\C-'. " mean ?

Thanks

[-- Attachment #2: Type: text/html, Size: 771 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread
[parent not found: <mailman.3926.1249463831.2239.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2009-08-05 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05  9:17 About <DEL> character and Control character waterloo
     [not found] <mailman.3926.1249463831.2239.help-gnu-emacs@gnu.org>
2009-08-05 17:28 ` Barry Margolin

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.