From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ASCII-folded search [was: Re: Upcoming loss of usability ...] Date: Wed, 24 Jun 2015 14:56:36 -0400 Message-ID: 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> <831th1f9ij.fsf@gnu.org> 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 1435172229 23928 80.91.229.3 (24 Jun 2015 18:57:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2015 18:57:09 +0000 (UTC) Cc: stephen@xemacs.org, emacs-devel@gnu.org, bruce.connor.am@gmail.com, juri@linkov.net To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 24 20:56:59 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 1Z7pr1-0003yH-5T for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2015 20:56:59 +0200 Original-Received: from localhost ([::1]:52495 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7pr0-0004oC-Ht for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2015 14:56:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7pqm-0004nV-NI for emacs-devel@gnu.org; Wed, 24 Jun 2015 14:56:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7pql-0006lC-TG for emacs-devel@gnu.org; Wed, 24 Jun 2015 14:56:44 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:20843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7pqf-0006kd-R1; Wed, 24 Jun 2015 14:56:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AHFwA731xV/3+MCkxcgxCEAghGhQfDCwQCAoE8PBEBAQEBAQEBgQpBBYNdAQEDAQwXMyMQCQIaAhgOAgIUGA0kiDcIjXydEKQXAQEIAgEfgSGKGYRSMweCaIFFAQSzP4FFI2GBBSQcgW4igngBAQE X-IPAS-Result: A0AHFwA731xV/3+MCkxcgxCEAghGhQfDCwQCAoE8PBEBAQEBAQEBgQpBBYNdAQEDAQwXMyMQCQIaAhgOAgIUGA0kiDcIjXydEKQXAQEIAgEfgSGKGYRSMweCaIFFAQSzP4FFI2GBBSQcgW4igngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="128194908" Original-Received: from 76-10-140-127.dsl.teksavvy.com (HELO ceviche.home) ([76.10.140.127]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Jun 2015 14:56:37 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id ED575660FA; Wed, 24 Jun 2015 14:56:36 -0400 (EDT) In-Reply-To: <831th1f9ij.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 24 Jun 2015 17:47:48 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:187493 Archived-At: >> > like "A" matches "a" in case insensitive mode), >> 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 flaw. > Did you try invoking search non-interactively? I think the feature is > only in effect in interactive search. Indeed. It's a feature of isearch to decide automatically whether to use case-fold-search or not based on the presence of upper case characters (by default: this can be overridden at run time with M-x c). Stefan