From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: ASCII-folded search [was: Re: Upcoming loss of usability ...] Date: Fri, 26 Jun 2015 08:11:16 -0700 (PDT) Message-ID: 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> <87a8vn75r7.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 1435332307 19767 80.91.229.3 (26 Jun 2015 15:25:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jun 2015 15:25:07 +0000 (UTC) Cc: "Stephen J. Turnbull" , emacs-devel , Eli Zaretskii , Stefan Monnier , Kaushal To: bruce.connor.am@gmail.com, Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 26 17:24:55 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 1Z8VUs-00031p-Hq for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2015 17:24:54 +0200 Original-Received: from localhost ([::1]:60730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8VUr-0004VK-VO for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2015 11:24:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8VHp-00075v-Nl for emacs-devel@gnu.org; Fri, 26 Jun 2015 11:11:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8VHo-0005xv-8B for emacs-devel@gnu.org; Fri, 26 Jun 2015 11:11:25 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:33570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8VHk-0005wK-Dk; Fri, 26 Jun 2015 11:11:20 -0400 Original-Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t5QFBI18016506 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 26 Jun 2015 15:11:18 GMT Original-Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t5QFBH22005550 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Fri, 26 Jun 2015 15:11:17 GMT Original-Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t5QFBHcT008755; Fri, 26 Jun 2015 15:11:17 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:187567 Archived-At: > I don't know how you're planning on solving doing this,=C2=A0 but I was > going to suggest that isearch could just take over the mode-line > while in effect, that would it give it a lot of space to verbosely > display the searching options (and maybe even list the key binds > for each) and each option could be a button that toggles itself. FWIW - I have long done this in Isearch+. But without "tak[ing] over the mode line" and without using "a lot of space to verbosely display the searching options" or "list[ing] the key binds for each" or adding buttons. What isearch+.el does is update only the `Isearch' lighter to show case sensitivity and search wraparound, as well as word, regexp-vs-literal, and multi-buffer search. Case sensitivity is shown just by the text of the lighter: Isearch - case-sensitive ISEARCH - case-insensitive (case folding) Wraparound is also shown in the lighter, by using a different face. The other states are each indicated by a different face on the relevant part of the prompt, as they are orthogonal to case sensitivity. For example, a multi-buffer regexp search uses prompt Regexp multi I-search: with `Regexp' in face `isearchp-regexp' and `multi' in face `isearchp-multi'. When wrapped it uses prompt Wrapped regexp multi I-search: with faces as above plus `Wrapped' in face `isearchp-wrapped'. (http://www.emacswiki.org/emacs/IsearchPlus)