comparison doc/lispref/nonascii.texi @ 94331:6d85304f4f12

(translation-table-for-input): Mark as obsolete.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 24 Apr 2008 18:10:09 +0000
parents 107ccd98fa12
children 0fd94280462b
comparison
equal deleted inserted replaced
94330:52fb31c78b25 94331:6d85304f4f12
580 @defvar standard-translation-table-for-encode 580 @defvar standard-translation-table-for-encode
581 This is the default translation table for encoding, for 581 This is the default translation table for encoding, for
582 coding systems that don't specify any other translation table. 582 coding systems that don't specify any other translation table.
583 @end defvar 583 @end defvar
584 584
585 @defvar translation-table-for-input
586 Self-inserting characters are translated through this translation
587 table before they are inserted. Search commands also translate their
588 input through this table, so they can compare more reliably with
589 what's in the buffer.
590
591 @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
592 keyboard input gets translated into the character sets that the buffer 586 keyboard input gets translated into the character sets that the buffer
593 is likely to contain. This variable automatically becomes 587 is likely to contain. This variable automatically becomes
594 buffer-local when set. 588 buffer-local when set.
595 @end defvar 589 @end defvar