From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Can't isearch =?ISO-8859-1?Q?'=F6'?= Date: Fri, 15 Apr 2005 08:36:40 -0400 Message-ID: <87br8g2pe0.fsf-monnier+emacs@gnu.org> References: <296c27822efac3bf0271bf82f19ca485@Web.DE> <606b3ca39653eb6a62837e841402d5c8@Web.DE> <87fyxtxwku.fsf-monnier+emacs@gnu.org> <200504142342.IAA12606@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1113571840 17765 80.91.229.2 (15 Apr 2005 13:30:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Apr 2005 13:30:40 +0000 (UTC) Cc: Peter_Dyballa@Web.DE, emacs-devel@gnu.org, emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 15 15:30:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DMQss-00014Y-FA for ged-emacs-devel@m.gmane.org; Fri, 15 Apr 2005 15:29:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DMQwN-0000Yo-Ll for ged-emacs-devel@m.gmane.org; Fri, 15 Apr 2005 09:32:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DMQdf-0007Kd-Dw for emacs-devel@gnu.org; Fri, 15 Apr 2005 09:13:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DMQdW-0007DZ-Nq for emacs-devel@gnu.org; Fri, 15 Apr 2005 09:13:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DMQdW-0007C0-Gd; Fri, 15 Apr 2005 09:13:30 -0400 Original-Received: from [209.226.175.184] (helo=tomts22-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DMQeE-00041a-EG; Fri, 15 Apr 2005 09:14:14 -0400 Original-Received: from alfajor ([70.48.83.155]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050415131322.ULZY21470.tomts22-srv.bellnexxia.net@alfajor>; Fri, 15 Apr 2005 09:13:22 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 9C04CD7399; Fri, 15 Apr 2005 08:36:40 -0400 (EDT) Original-To: Kenichi Handa In-Reply-To: <200504142342.IAA12606@etlken.m17n.org> (Kenichi Handa's message of "Fri, 15 Apr 2005 08:42:55 +0900 (JST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:36027 gmane.emacs.pretest.bugs:6985 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36027 >> Hmm... indeed the translation-table-for-input is not used for X11 keys. >> Now that I look at it a bit more, I think the patch below would make sense. >> What do other people think? > That doesn't work in some case. The value of > translation-table-for-input can be different in each buffer > (depending of buffer-file-coding-system of a buffer). Of course, that's why we can't do directly it in the xkeysym->char conversion. But it seems like doing it in read-char should work. Can you show me an existing piece of code where it wouldn't work right? Hypothetical examples aren't too interesting since we can also concoct such examples where the current "translate in self-insert-command" can be made to fail. Stefan