[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: keyboard-coding-system in Carbon Emacs
From: |
Richard Stallman |
Subject: |
Re: keyboard-coding-system in Carbon Emacs |
Date: |
Fri, 08 Apr 2005 23:38:08 -0400 |
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 to use special-event-map for this
purpose?
Yes.