In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Kim F. Storm) writes:

> Richard Stallman <[EMAIL PROTECTED]> writes:
>>      Is it ok to install a change that binds such word-oriented
>>      commands as M-f, M-b, M-t, M-d, M-DEL to the functions
>>      recognizing thai words when a user select Thai lang. env?
>> 
>>  That is ok to install now, because it can't cause problems except for
>>  people who use the Thai language environment.  If those people think
>>  this is an improvement, there's nobody else to complain.

> I haven't looked at the specific code, but rather than rebinding the
> keys, it seems more appropriate to remap the commands instead!?

Yes, Stefan tought me the way of remapping which is
something like this:
  (define-key map [remap forward-word] 'thai-forward-word)
and I installed a code using that method.

---
Ken'ichi HANDA
[EMAIL PROTECTED]


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to