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: Displaying the state of isearch toggles [was Re: ASCII-folded search] Date: Sun, 28 Jun 2015 10:29:55 -0700 (PDT) Message-ID: <242dfdf1-f194-4bc7-b2c2-4d55ab6d8404@default> References: <> <<831tgv7vbr.fsf@gnu.org>> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1435512634 32376 80.91.229.3 (28 Jun 2015 17:30:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Jun 2015 17:30:34 +0000 (UTC) Cc: kaushal.modi@gmail.com, stephen@xemacs.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, juri@linkov.net To: Eli Zaretskii , bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 28 19:30:22 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 1Z9GPL-00049i-TR for ged-emacs-devel@m.gmane.org; Sun, 28 Jun 2015 19:30:20 +0200 Original-Received: from localhost ([::1]:39535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9GPL-0006Of-75 for ged-emacs-devel@m.gmane.org; Sun, 28 Jun 2015 13:30:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9GP8-0006Lf-BR for emacs-devel@gnu.org; Sun, 28 Jun 2015 13:30:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9GP7-0007YB-Hr for emacs-devel@gnu.org; Sun, 28 Jun 2015 13:30:06 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:45037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9GP3-0007Q5-Oi; Sun, 28 Jun 2015 13:30:01 -0400 Original-Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t5SHTtuJ008975 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 28 Jun 2015 17:29:55 GMT Original-Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t5SHTsnK005928 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 28 Jun 2015 17:29:55 GMT Original-Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t5SHTsLH001390; Sun, 28 Jun 2015 17:29:54 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: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:187618 Archived-At: > a. Indicate a few of the aspects of the state directly. > I gave the example of `Isearch' vs `ISEARCH' for case > sensitivity. Wrapping and overwrapping can be indicated > using an overline and an overline and underline, respectively. > (See attachments.) Regexp search might be shown as `Rsearch' > (and `RSEARCH') or as `Isearch*' (and `ISEARCH*'). You can try it out, to get an idea, by loading isearch+.el: http://www.emacswiki.org/emacs/download/isearch%2b.el (That will also make other changes to Isearch, but at least you can see the above suggestion.)