Mercurial > emacs
comparison lispref/nonascii.texi @ 68285:2a5c4effbefd
(Translation of Characters): Search cmds use
translation-table-for-input. Automatically made local.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 20 Jan 2006 01:30:49 +0000 |
parents | 822218f80ae4 |
children | 067115a6e738 5b7d410e31f9 |
comparison
equal
deleted
inserted
replaced
68284:a0f252483758 | 68285:2a5c4effbefd |
---|---|
576 coding systems that don't specify any other translation table. | 576 coding systems that don't specify any other translation table. |
577 @end defvar | 577 @end defvar |
578 | 578 |
579 @defvar translation-table-for-input | 579 @defvar translation-table-for-input |
580 Self-inserting characters are translated through this translation | 580 Self-inserting characters are translated through this translation |
581 table before they are inserted. This variable automatically becomes | 581 table before they are inserted. Search commands also translate their |
582 buffer-local when set. | 582 input through this table, so they can compare more reliably with |
583 what's in the buffer. | |
583 | 584 |
584 @code{set-buffer-file-coding-system} sets this variable so that your | 585 @code{set-buffer-file-coding-system} sets this variable so that your |
585 keyboard input gets translated into the character sets that the buffer | 586 keyboard input gets translated into the character sets that the buffer |
586 is likely to contain. | 587 is likely to contain. This variable automatically becomes |
588 buffer-local when set. | |
587 @end defvar | 589 @end defvar |
588 | 590 |
589 @node Coding Systems | 591 @node Coding Systems |
590 @section Coding Systems | 592 @section Coding Systems |
591 | 593 |