emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Rebinding international characters


From: Kenichi Handa
Subject: Re: Rebinding international characters
Date: Mon, 9 Aug 2004 09:42:58 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Richard Stallman <address@hidden> writes:

>     It still works in these rare situations.
>     o in unibyte mode
>     o in multibyte mode if a user call set-input-mode with META
>       as 8 (i.e. neither t nor nil) and turned off Encoded-kbd mode

>     But, should we mention such cases in emacs manual?

> Is there a single method that works for all the cases?
> If so, we may as well recommend only that single method.

The single method is already described as below:

------------------------------------------------------------
@example
(global-set-key address@hidden 'some-function)
@end example

@noindent
Type @kbd{C-q} followed by the key you want to bind, to insert @var{char}.
------------------------------------------------------------

In a normal case, C-q KEY inserts a multibyte character, and
in the above special cases, it inserts a unibyte character,
thus it should work in both cases.

---
Ken'ichi HANDA
address@hidden




reply via email to

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