Mercurial > hg > xemacs-beta
comparison src/file-coding.c @ 5474:4dee0387b9de
Merged with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 29 Mar 2011 00:02:47 +0200 |
parents | 0af042a0c116 3889ef128488 |
children | 56144c8593a8 |
comparison
equal
deleted
inserted
replaced
5473:ac37a5f7e5be | 5474:4dee0387b9de |
---|---|
4739 Fprovide (intern ("unix-default-eol-detection")); | 4739 Fprovide (intern ("unix-default-eol-detection")); |
4740 #endif | 4740 #endif |
4741 | 4741 |
4742 DEFVAR_LISP ("keyboard-coding-system", &Vkeyboard_coding_system /* | 4742 DEFVAR_LISP ("keyboard-coding-system", &Vkeyboard_coding_system /* |
4743 Default coding system used for TTY and X11 keyboard input. | 4743 Default coding system used for TTY and X11 keyboard input. |
4744 Under X11, used only to interpet the character for a key event when that | 4744 Under X11, used only to interpret the character for a key event when that |
4745 event has a KeySym of NoSymbol but does have an associated string keysym, | 4745 event has a KeySym of NoSymbol but does have an associated string keysym, |
4746 something that's seen with input methods. | 4746 something that's seen with input methods. |
4747 | 4747 |
4748 If you need to set these things to different coding systems, call the | 4748 If you need to set these things to different coding systems, call the |
4749 function `set-console-tty-coding-system' for the TTY and use this variable | 4749 function `set-console-tty-coding-system' for the TTY and use this variable |