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: ASCII-folded search [was: Re: Upcoming loss of usability ...] Date: Wed, 24 Jun 2015 17:47:48 +0300 Message-ID: <831th1f9ij.fsf@gnu.org> References: <20150615142237.GA3517@acm.fritz.box> <87y4jkhqh5.fsf@uwakimon.sk.tsukuba.ac.jp> <557F3C22.4060909@cs.ucla.edu> <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> Reply-To: Eli Zaretskii 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 1435157376 16677 80.91.229.3 (24 Jun 2015 14:49:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2015 14:49:36 +0000 (UTC) Cc: stephen@xemacs.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, juri@linkov.net To: bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 24 16:49:27 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 1Z7lzS-0001fn-Nx for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2015 16:49:26 +0200 Original-Received: from localhost ([::1]:51106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7lzS-0002Zk-Aq for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2015 10:49:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7lzP-0002ZY-5E for emacs-devel@gnu.org; Wed, 24 Jun 2015 10:49:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7lzL-0000ob-Q0 for emacs-devel@gnu.org; Wed, 24 Jun 2015 10:49:23 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:48886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7lzL-0000nK-Fy for emacs-devel@gnu.org; Wed, 24 Jun 2015 10:49:19 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NQG00300E4YP900@mtaout28.012.net.il> for emacs-devel@gnu.org; Wed, 24 Jun 2015 17:47:39 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NQG00N3WEFFJC70@mtaout28.012.net.il>; Wed, 24 Jun 2015 17:47:39 +0300 (IDT) In-reply-to: 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.184 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:187470 Archived-At: > Date: Wed, 24 Jun 2015 09:03:48 +0100 > From: Artur Malabarba > Cc: emacs-devel , "Stephen J. Turnbull" ,=20 > =09Stefan Monnier , Eli Zaretskii >=20 > > like "A" matches "a" in case insensitive mode), >=20 > It doesn't for me. If I type C-s A, it only matches the capital = =E2=80=9CA=E2=80=9D. > Whereas if I type C-s a it matches both =E2=80=9Ca=E2=80=9D and = =E2=80=9CA=E2=80=9D. The same happens > during query-replace and other commands. That's a feature, not a fl= aw. Did you try invoking search non-interactively? I think the feature i= s only in effect in interactive search.