From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: announcing thaiword.el? Date: Tue, 29 Mar 2005 20:35:34 +0900 (JST) Message-ID: <200503291135.UAA29717@etlken.m17n.org> References: <20050325.081838.163323532.wl@gnu.org> <20050325.232613.73792307.wl@gnu.org> <200503260106.KAA20718@etlken.m17n.org> <200503280047.JAA25472@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1112099260 31210 80.91.229.2 (29 Mar 2005 12:27:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2005 12:27:40 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 29 14:27:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DGFoD-0001z9-Pd for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2005 14:27:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGG4V-0004ii-PA for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2005 07:43:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DGFSE-0003Ll-AJ for emacs-devel@gnu.org; Tue, 29 Mar 2005 07:04:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DGFSB-0003Kv-LA for emacs-devel@gnu.org; Tue, 29 Mar 2005 07:04:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGFSA-00034p-UO for emacs-devel@gnu.org; Tue, 29 Mar 2005 07:04:15 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:RC4-SHA:128) (Exim 4.34) id 1DGF2y-00028T-At; Tue, 29 Mar 2005 06:38:12 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by mx20.gnu.org with esmtp (Exim 4.34) id 1DGF0n-00053D-7U; Tue, 29 Mar 2005 06:35:58 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j2TBZYdY003894; Tue, 29 Mar 2005 20:35:34 +0900 Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j2TBZYDI018218; Tue, 29 Mar 2005 20:35:34 +0900 Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id UAA29717; Tue, 29 Mar 2005 20:35:34 +0900 (JST) Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:35303 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35303 In article , storm@cua.dk (Kim F. Storm) writes: > Richard Stallman 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 handa@m17n.org