From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: =?iso-8859-1?q?Re=3A_Can=27t_isearch_=27=F6=27?= Date: Mon, 18 Apr 2005 17:05:59 -0400 Message-ID: References: <296c27822efac3bf0271bf82f19ca485@Web.DE> <606b3ca39653eb6a62837e841402d5c8@Web.DE> <87fyxtxwku.fsf-monnier+emacs@gnu.org> <200504142342.IAA12606@etlken.m17n.org> <87br8g2pe0.fsf-monnier+emacs@gnu.org> <200504180252.LAA20878@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113858249 29962 80.91.229.2 (18 Apr 2005 21:04:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Apr 2005 21:04:09 +0000 (UTC) Cc: Peter_Dyballa@Web.DE, emacs-devel@gnu.org, emacs-pretest-bug@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Mon Apr 18 23:04:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DNdOV-0007Fa-HN for gebp-emacs-pretest-bug@gmane.org; Mon, 18 Apr 2005 23:02:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNdSg-00073E-Is for gebp-emacs-pretest-bug@gmane.org; Mon, 18 Apr 2005 17:07:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DNdSc-00072q-Qy for emacs-pretest-bug@gnu.org; Mon, 18 Apr 2005 17:07:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DNdSc-00072e-DR for emacs-pretest-bug@gnu.org; Mon, 18 Apr 2005 17:07:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNdSc-0005Yl-7y; Mon, 18 Apr 2005 17:07:14 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DNdTQ-0005Yo-D6; Mon, 18 Apr 2005 17:08:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DNdRP-00053n-2W; Mon, 18 Apr 2005 17:05:59 -0400 Original-To: Kenichi Handa In-reply-to: <200504180252.LAA20878@etlken.m17n.org> (message from Kenichi Handa on Mon, 18 Apr 2005 11:52:33 +0900 (JST)) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: emacs-pretest-bug.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:7037 gmane.emacs.devel:36092 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36092 I didn't know that self-insert-cmmand also uses translation-table-for-input. I have thought that the variable is for an input method as in this docstring: Perhaps the first step is to come up with a clearer statement of what its job should be. From that, we should be able to decide easily where it should or should not be used.