[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: announcing thaiword.el?
From: |
Kenichi Handa |
Subject: |
Re: announcing thaiword.el? |
Date: |
Tue, 29 Mar 2005 20:35:34 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
In article <address@hidden>, address@hidden (Kim F. Storm) writes:
> Richard Stallman <address@hidden> 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
address@hidden
- Re: announcing thaiword.el?, (continued)
- Re: announcing thaiword.el?, Werner LEMBERG, 2005/03/25
- Re: announcing thaiword.el?, Stefan Monnier, 2005/03/25
- Re: announcing thaiword.el?, Werner LEMBERG, 2005/03/25
- Re: announcing thaiword.el?, Kenichi Handa, 2005/03/25
- Re: announcing thaiword.el?, Stefan Monnier, 2005/03/26
- Re: announcing thaiword.el?, Kenichi Handa, 2005/03/29
- Re: announcing thaiword.el?, Richard Stallman, 2005/03/26
- Re: announcing thaiword.el?, Kenichi Handa, 2005/03/27
- Re: announcing thaiword.el?, Richard Stallman, 2005/03/28
- Re: announcing thaiword.el?, Kim F. Storm, 2005/03/29
- Re: announcing thaiword.el?,
Kenichi Handa <=
- Re: announcing thaiword.el?, Juri Linkov, 2005/03/29
- Re: announcing thaiword.el?, Miles Bader, 2005/03/29
- Re: announcing thaiword.el?, Kenichi Handa, 2005/03/29
- Re: announcing thaiword.el?, Miles Bader, 2005/03/29
- Re: announcing thaiword.el?, Kenichi Handa, 2005/03/29