Mercurial > hg > xemacs-beta
comparison man/xemacs/keystrokes.texi @ 394:7d59cb494b73 r21-2-12
Import from CVS: tag r21-2-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:11:37 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
393:2e030b8965b1 | 394:7d59cb494b73 |
---|---|
438 @node Character Representation, Commands, Super and Hyper Keys, Keystrokes | 438 @node Character Representation, Commands, Super and Hyper Keys, Keystrokes |
439 @comment node-name, next, previous, up | 439 @comment node-name, next, previous, up |
440 @section Representation of Characters | 440 @section Representation of Characters |
441 | 441 |
442 This section briefly discusses how characters are represented in Emacs | 442 This section briefly discusses how characters are represented in Emacs |
443 buffers. @xref{Key Sequences} for information on representing key | 443 buffers. @xref{Key Sequences}, for information on representing key |
444 sequences to create key bindings. | 444 sequences to create key bindings. |
445 | 445 |
446 ASCII graphic characters in Emacs buffers are displayed with their | 446 ASCII graphic characters in Emacs buffers are displayed with their |
447 graphics. @key{LFD} is the same as a newline character; it is displayed | 447 graphics. @key{LFD} is the same as a newline character; it is displayed |
448 by starting a new line. @key{TAB} is displayed by moving to the next | 448 by starting a new line. @key{TAB} is displayed by moving to the next |
479 functions are called @dfn{commands}, and their names are @dfn{command | 479 functions are called @dfn{commands}, and their names are @dfn{command |
480 names}. More information on this subject will appear in the @i{XEmacs | 480 names}. More information on this subject will appear in the @i{XEmacs |
481 Lisp Reference Manual}. | 481 Lisp Reference Manual}. |
482 | 482 |
483 The bindings between keys and functions are recorded in various tables | 483 The bindings between keys and functions are recorded in various tables |
484 called @dfn{keymaps}. @xref{Key Bindings} for more information on key | 484 called @dfn{keymaps}. @xref{Key Bindings}, for more information on key |
485 sequences you can bind commands to. @xref{Keymaps} for information on | 485 sequences you can bind commands to. @xref{Keymaps}, for information on |
486 creating keymaps. | 486 creating keymaps. |
487 | 487 |
488 When we say ``@kbd{C-n} moves down vertically one line'' we are | 488 When we say ``@kbd{C-n} moves down vertically one line'' we are |
489 glossing over a distinction that is irrelevant in ordinary use but is | 489 glossing over a distinction that is irrelevant in ordinary use but is |
490 vital in understanding how to customize Emacs. The function | 490 vital in understanding how to customize Emacs. The function |