Re: keyboard-coding-system in Carbon Emacs

2005-04-08 Thread Richard Stallman
In the previous patch, I used global-set-key to bind a handler function for the `language-change' event. But it seems to work best if it is bound in special-event-map so that the event may not be ignored by read-char-exclusive or explicitly read by read-key-sequence. Is it OK

Re: keyboard-coding-system in Carbon Emacs

2005-04-07 Thread YAMAMOTO Mitsuharu
> On Wed, 06 Apr 2005 12:26:57 +0900, YAMAMOTO Mitsuharu <[EMAIL > PROTECTED]> said: > The patch below is an attempt to solve such a problem by dynamically > changing the value of keyboard-coding-system by detecting keyboard > layout changes. In the previous patch, I used global-set-key