From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: char equivalence classes in search - why not symmetric? Date: Tue, 08 Sep 2015 18:47:17 +0300 Message-ID: <83pp1s7w1m.fsf@gnu.org> References: <2a7b9134-af2a-462d-af6c-d02bad60bbe8@default> <834mjecdy7.fsf@gnu.org> <38061f42-eaf1-47c6-b74d-f676ac952b18@default> <83r3miatvl.fsf@gnu.org> <21998.29683.916211.867479@a1i15.kph.uni-mainz.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1441727396 12453 80.91.229.3 (8 Sep 2015 15:49:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Sep 2015 15:49:56 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 08 17:49:45 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZZL9M-00021a-8n for ged-emacs-devel@m.gmane.org; Tue, 08 Sep 2015 17:49:36 +0200 Original-Received: from localhost ([::1]:35314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZL9L-00050p-Rh for ged-emacs-devel@m.gmane.org; Tue, 08 Sep 2015 11:49:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZL8J-00044x-Li for emacs-devel@gnu.org; Tue, 08 Sep 2015 11:48:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZL8E-0000Wm-E4 for emacs-devel@gnu.org; Tue, 08 Sep 2015 11:48:29 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:41906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZL8E-0000WY-6f for emacs-devel@gnu.org; Tue, 08 Sep 2015 11:48:26 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NUD00K007CZ1300@mtaout29.012.net.il> for emacs-devel@gnu.org; Tue, 08 Sep 2015 18:47:25 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUD00B8I7V1TLB0@mtaout29.012.net.il>; Tue, 08 Sep 2015 18:47:25 +0300 (IDT) In-reply-to: <21998.29683.916211.867479@a1i15.kph.uni-mainz.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189717 Archived-At: > Date: Tue, 8 Sep 2015 07:36:51 +0200 > Cc: Drew Adams , emacs-devel@gnu.org > From: Ulrich Mueller >=20 > >>>>> On Tue, 01 Sep 2015, Eli Zaretskii wrote: >=20 > >> No. You are asking for that only when you use a search pattern > >> that does not use the diacriticals. When you search with =E1 in > >> the pattern you are NOT asking for matches that disregard the > >> diacriticals. And why not? >=20 > > Because =E1 does include a diacritical. By specifying it, the use= r > > told us the diacriticals are important, and shouldn't be > > disregarded. >=20 > I disagree. When I search for "M=FCller" I want it to also match > "Muller" Then you should type "Muller" instead of "M=FCller". > (I'd also like it to match "Mueller" but that's a different issue.) With this feature, you can.