From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: ASCII-folded search [was: Re: Upcoming loss of usability ...] Date: Thu, 25 Jun 2015 00:57:30 +0300 Organization: LINKOV.NET Message-ID: <87h9pw7os5.fsf@mail.linkov.net> References: <20150615142237.GA3517@acm.fritz.box> <5580D356.4050708@cs.ucla.edu> <87si9qonxb.fsf@gnu.org> <87ioamz8if.fsf@petton.fr> <32013464-2300-46c6-ba46-4a3c36bfee5d@default> <87twu62nnt.fsf@mbork.pl> <87oakdfwim.fsf@uwakimon.sk.tsukuba.ac.jp> <83wpz1lh7c.fsf@gnu.org> <83oakdl7yj.fsf@gnu.org> <83ioall3x5.fsf@gnu.org> <87h9pzxtyi.fsf@mail.linkov.net> <87k2uudoqr.fsf@mail.linkov.net> <87616c94g4.fsf@mail.linkov.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1435183101 7744 80.91.229.3 (24 Jun 2015 21:58:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2015 21:58:21 +0000 (UTC) Cc: "Stephen J. Turnbull" , emacs-devel , Eli Zaretskii , Stefan Monnier To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 24 23:58:14 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 1Z7sgP-0005Wk-8L for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2015 23:58:13 +0200 Original-Received: from localhost ([::1]:53116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7sgO-000496-CZ for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2015 17:58:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7sgK-00048y-Of for emacs-devel@gnu.org; Wed, 24 Jun 2015 17:58:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7sgJ-0004j0-N4 for emacs-devel@gnu.org; Wed, 24 Jun 2015 17:58:08 -0400 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:59881 helo=homiemail-a13.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7sgD-0004i0-6r; Wed, 24 Jun 2015 17:58:01 -0400 Original-Received: from homiemail-a13.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTP id A8F9C334075; Wed, 24 Jun 2015 14:57:59 -0700 (PDT) Original-Received: from localhost.linkov.net (m83-191-167-128.cust.tele2.ee [83.191.167.128]) (Authenticated sender: jurta@jurta.org) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id ED5DD334072; Wed, 24 Jun 2015 14:57:57 -0700 (PDT) In-Reply-To: <87616c94g4.fsf@mail.linkov.net> (Juri Linkov's message of "Thu, 25 Jun 2015 00:44:47 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.253.7 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:187501 Archived-At: > I'm testing your changes right now and noticed the following problem: > > 0. emacs -Q > 1. C-h H (=E2=80=98view-hello-file=E2=80=99) > 2. C-s i (search for =E2=80=98i=E2=80=99) > > matches such substrings as =E2=80=9Cin=E2=80=9D, =E2=80=9Civ=E2=80=9D, = =E2=80=98ii=E2=80=99 =E2=80=A6 > > Maybe we should add explicit exceptions for such cases? I meant like you added =E2=80=98isearch--character-fold-extras=E2=80=99 a= lso to add something like =E2=80=98isearch--character-fold-excludes=E2=80=99.