emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Tue, 06 Jul 2004 19:35:02 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.781 emacs/src/keyboard.c:1.782
*** emacs/src/keyboard.c:1.781  Mon Jun 21 03:22:34 2004
--- emacs/src/keyboard.c        Tue Jul  6 23:32:37 2004
***************
*** 11151,11161 ****
  
    DEFVAR_LISP ("keyboard-translate-table", &Vkeyboard_translate_table,
               doc: /* Translate table for keyboard input, or nil.
! Each character is looked up in this string and the contents used instead.
! The value may be a string, a vector, or a char-table.
! If it is a string or vector of length N,
! character codes N and up are untranslated.
! In a vector or a char-table, an element which is nil means "no translation".
  
  This is applied to the characters supplied to input methods, not their
  output.  See also `translation-table-for-input'.  */);
--- 11151,11163 ----
  
    DEFVAR_LISP ("keyboard-translate-table", &Vkeyboard_translate_table,
               doc: /* Translate table for keyboard input, or nil.
! If non-nil, the value should be a char-table.  Each character read
! from the keyboard is looked up in this char-table.  If the value found
! there is non-nil, then it is used instead of the actual input character.
! 
! The value can also be a string or vector, but this is considered obsolete.
! If it is a string or vector of length N, character codes N and up are left
! untranslated.  In a vector, an element which is nil means "no translation".
  
  This is applied to the characters supplied to input methods, not their
  output.  See also `translation-table-for-input'.  */);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]