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
> 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