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: Fri, 26 Jun 2015 01:27:07 +0300 Organization: LINKOV.NET Message-ID: <87a8vn75r7.fsf@mail.linkov.net> References: <20150615142237.GA3517@acm.fritz.box> <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> <87h9pw6922.fsf@mail.linkov.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1435274275 18044 80.91.229.3 (25 Jun 2015 23:17:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Jun 2015 23:17:55 +0000 (UTC) Cc: "Stephen J. Turnbull" , emacs-devel , Eli Zaretskii , bruce.connor.am@gmail.com, Stefan Monnier To: Kaushal Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 26 01:17: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 1Z8GOu-0001JC-Jj for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2015 01:17:44 +0200 Original-Received: from localhost ([::1]:57736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8GOt-0000aD-N9 for ged-emacs-devel@m.gmane.org; Thu, 25 Jun 2015 19:17:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8GOq-0000Zr-3u for emacs-devel@gnu.org; Thu, 25 Jun 2015 19:17:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8GOp-0007YP-AA for emacs-devel@gnu.org; Thu, 25 Jun 2015 19:17:40 -0400 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:41543 helo=homiemail-a21.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8GOm-0007Xy-12; Thu, 25 Jun 2015 19:17:36 -0400 Original-Received: from homiemail-a21.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a21.g.dreamhost.com (Postfix) with ESMTP id 8748B300079; Thu, 25 Jun 2015 16:17:32 -0700 (PDT) Original-Received: from localhost.linkov.net (m83-191-223-24.cust.tele2.ee [83.191.223.24]) (Authenticated sender: jurta@jurta.org) by homiemail-a21.g.dreamhost.com (Postfix) with ESMTPA id C0D9A30006C; Thu, 25 Jun 2015 16:17:30 -0700 (PDT) In-Reply-To: (Kaushal's message of "Thu, 25 Jun 2015 17:49:46 +0000") 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.6.x 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:187548 Archived-At: > Isearch has a couple of toggles like case-fold, isearch-invisible and now > char-fold. > > After updating, I noticed that the prompt for the regular `C-s` is now > "Char-fold Isearch: ". > > Should that "Char-fold" prefix be there? If so, we should also display what > other isearch options are in effect (case-fold, etc). > > Suggestion: > - The prefix be kept the same as before ("Isearch: ") for brevity. > - The moment a user starts Isearch (or when user calls a command during > Isearch using some binding), the effective isearch properties are flashed > in the echo area. That "flashing" would look just as the case-sensitivity > state is flashed on hitting `M-c` during isearch. An example of such > flashed message could be > > [Case-fold: on Char-fold: on Search-invisible: off] > > - If we don't want to flash that message, the message can be displayed and > be allowed to stay there till user starts/resumes typing in the minibuffer. > > Thoughts? This will be fixed by bug#12988. I'll send the latest patch there.