From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Using quail input methods to translate buffer text. Date: Mon, 24 Jul 2006 14:22:02 -0400 Message-ID: References: <87k66rlqys.fsf@heslin.eclipse.co.uk> <87y7v5fvp2.fsf@dur.ac.uk> <8764i9caau.fsf@heslin.eclipse.co.uk> <87zmfkhqfm.fsf@catnip.gol.com> <87u05shq6q.fsf@catnip.gol.com> <87ac7hupt2.fsf@heslin.eclipse.co.uk> <87lkqob2fe.fsf@heslin.eclipse.co.uk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1153765354 17100 80.91.229.2 (24 Jul 2006 18:22:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jul 2006 18:22:34 +0000 (UTC) Cc: pj@heslin.eclipse.co.uk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 24 20:22:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G554M-0006QB-TD for ged-emacs-devel@m.gmane.org; Mon, 24 Jul 2006 20:22:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G554M-0007yr-2j for ged-emacs-devel@m.gmane.org; Mon, 24 Jul 2006 14:22:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5549-0007w7-N5 for emacs-devel@gnu.org; Mon, 24 Jul 2006 14:22:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5548-0007sw-4O for emacs-devel@gnu.org; Mon, 24 Jul 2006 14:22:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5547-0007sb-TI for emacs-devel@gnu.org; Mon, 24 Jul 2006 14:22:03 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G555G-0006rK-O5 for emacs-devel@gnu.org; Mon, 24 Jul 2006 14:23:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1G5546-0002Gq-T5; Mon, 24 Jul 2006 14:22:02 -0400 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Mon, 24 Jul 2006 10:41:29 +0900) 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:57554 Archived-At: As Peter wrote, there's no way to make it work 100% with the current implementation of quail. We have to change internal structure/code of quail somehow. It is not out of the question to change the code of quail, or even its internal structure. Whether it is worth while to do so in this case depends on details, such as how much benefit users would receive, and on whether someone is willing to do the work.