comparison man/faq.texi @ 68712:06cc8b33cde0

* faq.texi (Meta key does not work in xterm) (Emacs does not display 8-bit characters) (Inputting eight-bit characters): Update xrefs.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 08 Feb 2006 02:21:20 +0000
parents e0aafc27ed28
children c7092f815c43 c5406394f567
comparison
equal deleted inserted replaced
68711:2f5e57d2fe6c 68712:06cc8b33cde0
4677 @node Meta key does not work in xterm, ExtendChar key does not work as Meta, Binding combinations of modifiers and function keys, Key bindings 4677 @node Meta key does not work in xterm, ExtendChar key does not work as Meta, Binding combinations of modifiers and function keys, Key bindings
4678 @section Why doesn't my @key{Meta} key work in an @code{xterm} window? 4678 @section Why doesn't my @key{Meta} key work in an @code{xterm} window?
4679 @cindex @key{Meta} key and @code{xterm} 4679 @cindex @key{Meta} key and @code{xterm}
4680 @cindex Xterm and @key{Meta} key 4680 @cindex Xterm and @key{Meta} key
4681 4681
4682 @inforef{Single-Byte Character Support, Single-Byte Character Set 4682 @inforef{Unibyte Mode, Single-Byte Character Set Support, emacs}.
4683 Support, emacs}.
4684 4683
4685 If the advice in the Emacs manual fails, try all of these methods before 4684 If the advice in the Emacs manual fails, try all of these methods before
4686 asking for further help: 4685 asking for further help:
4687 4686
4688 @itemize @bullet 4687 @itemize @bullet
4778 4777
4779 You can get the old behavior by binding @kbd{SPC} to 4778 You can get the old behavior by binding @kbd{SPC} to
4780 @code{minibuffer-complete-word} in the minibuffer, as follows: 4779 @code{minibuffer-complete-word} in the minibuffer, as follows:
4781 4780
4782 @lisp 4781 @lisp
4783 (define-key minibuffer-local-filename-completion-map (kbd "SPC") 4782 (define-key minibuffer-local-filename-completion-map (kbd "SPC")
4784 'minibuffer-complete-word) 4783 'minibuffer-complete-word)
4785 4784
4786 (define-key minibuffer-local-must-match-filename-map (kbd "SPC") 4785 (define-key minibuffer-local-must-match-filename-map (kbd "SPC")
4787 'minibuffer-complete-word) 4786 'minibuffer-complete-word)
4788 @end lisp 4787 @end lisp
4789 4788
4790 @c ------------------------------------------------------------ 4789 @c ------------------------------------------------------------
4791 @node Alternate character sets, Mail and news, Key bindings, Top 4790 @node Alternate character sets, Mail and news, Key bindings, Top
4802 @node Emacs does not display 8-bit characters, Inputting eight-bit characters, Alternate character sets, Alternate character sets 4801 @node Emacs does not display 8-bit characters, Inputting eight-bit characters, Alternate character sets, Alternate character sets
4803 @section How do I make Emacs display 8-bit characters? 4802 @section How do I make Emacs display 8-bit characters?
4804 @cindex Displaying eight-bit characters 4803 @cindex Displaying eight-bit characters
4805 @cindex Eight-bit characters, displaying 4804 @cindex Eight-bit characters, displaying
4806 4805
4807 @inforef{Single-Byte Character Support, Single-byte Character Set 4806 @inforef{Unibyte Mode, Single-byte Character Set
4808 Support, emacs}. On a Unix, when Emacs runs on a text-only terminal 4807 Support, emacs}. On a Unix, when Emacs runs on a text-only terminal
4809 display or is invoked with @samp{emacs -nw}, you typically need to use 4808 display or is invoked with @samp{emacs -nw}, you typically need to use
4810 @code{set-terminal-coding-system} to tell Emacs what the terminal can 4809 @code{set-terminal-coding-system} to tell Emacs what the terminal can
4811 display, even after setting the language environment; otherwise 4810 display, even after setting the language environment; otherwise
4812 non-@acronym{ASCII} characters will display as @samp{?}. On other operating 4811 non-@acronym{ASCII} characters will display as @samp{?}. On other operating
4819 @cindex Entering eight-bit characters 4818 @cindex Entering eight-bit characters
4820 @cindex Eight-bit characters, entering 4819 @cindex Eight-bit characters, entering
4821 @cindex Input, 8-bit characters 4820 @cindex Input, 8-bit characters
4822 4821
4823 Various methods are available for input of eight-bit characters. See 4822 Various methods are available for input of eight-bit characters. See
4824 @inforef{Single-Byte Character Support, Single-byte Character Set 4823 @inforef{Unibyte Mode, Single-byte Character Set
4825 Support, emacs}. For more sophisticated methods, @inforef{Input 4824 Support, emacs}. For more sophisticated methods, @inforef{Input
4826 Methods, Input Methods, emacs}. 4825 Methods, Input Methods, emacs}.
4827 4826
4828 @node Kanji and Chinese characters, Right-to-left alphabets, Inputting eight-bit characters, Alternate character sets 4827 @node Kanji and Chinese characters, Right-to-left alphabets, Inputting eight-bit characters, Alternate character sets
4829 @section Where can I get an Emacs that handles kanji, Chinese, or other Far-Eastern character sets? 4828 @section Where can I get an Emacs that handles kanji, Chinese, or other Far-Eastern character sets?