From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: GNU Emacs 22.0.50 fails to find =?iso-8859-1?q?=E4?= in different ISO Latin encodings Date: Thu, 21 Sep 2006 13:20:42 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1158859675 21569 80.91.229.2 (21 Sep 2006 17:27:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Sep 2006 17:27:55 +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 Thu Sep 21 19:27:53 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 1GQSEM-0002rR-Qj for ged-emacs-devel@m.gmane.org; Thu, 21 Sep 2006 19:20:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQSEL-00025B-JO for ged-emacs-devel@m.gmane.org; Thu, 21 Sep 2006 13:20:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GQSE9-00024v-OF for emacs-devel@gnu.org; Thu, 21 Sep 2006 13:20:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GQSE9-00024f-EQ for emacs-devel@gnu.org; Thu, 21 Sep 2006 13:20:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQSE7-00024N-QW; Thu, 21 Sep 2006 13:20:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GQSHg-0007rv-93; Thu, 21 Sep 2006 13:24:24 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GQSE6-0007eZ-NA; Thu, 21 Sep 2006 13:20:42 -0400 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Wed, 20 Sep 2006 16:10:32 +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:60070 gmane.emacs.pretest.bugs:14067 Archived-At: So, I've just installed the attached change. But, there still exists a case that isearch fails. For instance, if your buffer's buffer-file-coding-system is iso-8859-2, and you somehow insert a-acute of iso-8859-1, isearch won't be able to find that a-acute. The fix for that case is very difficult in Emacs 22. Do you think we should document this in the Emacs manual?