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: Exposing Isearch toggleable options Date: Thu, 29 Oct 2015 02:27:48 +0200 Organization: LINKOV.NET Message-ID: <87611q7c3f.fsf@mail.linkov.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446078532 21591 80.91.229.3 (29 Oct 2015 00:28:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2015 00:28:52 +0000 (UTC) Cc: emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 29 01:28:43 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 1Zrb53-0005l3-DB for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 01:28:37 +0100 Original-Received: from localhost ([::1]:41277 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrb53-0007Nd-5C for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 20:28:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrb4z-0007NL-S4 for emacs-devel@gnu.org; Wed, 28 Oct 2015 20:28:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrb4v-0005Yw-RS for emacs-devel@gnu.org; Wed, 28 Oct 2015 20:28:33 -0400 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:45959 helo=homiemail-a101.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrb4v-0005Ys-LI for emacs-devel@gnu.org; Wed, 28 Oct 2015 20:28:29 -0400 Original-Received: from homiemail-a101.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a101.g.dreamhost.com (Postfix) with ESMTP id 848A0117E06A; Wed, 28 Oct 2015 17:28:28 -0700 (PDT) Original-Received: from localhost.linkov.net (m213-100-246-8.cust.tele2.ee [213.100.246.8]) (Authenticated sender: jurta@jurta.org) by homiemail-a101.g.dreamhost.com (Postfix) with ESMTPA id 697C2117E065; Wed, 28 Oct 2015 17:28:27 -0700 (PDT) In-Reply-To: (Artur Malabarba's message of "Thu, 29 Oct 2015 00:20:41 +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.2.x-3.x (no timestamps) [generic] 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:192840 Archived-At: > I just pushed a branch called scratch/isearch-show-toggles, which > implements a way of exposing some of isearch options to the user. > > Basically, as soon as isearch starts, you should see something like this. > > Toggles [M-s]: [w] Word OFF [_] Symbol OFF ['] Character-Fold ON [r] > Regexp OFF > I-search: search string here > > If your window is wide enough, you'll also see toggles for Lax-Whitespace, > Case-Fold, and Invisibe (it auto-ajusts the number of toggles displayed so > as to not take more than one line). > > I'm not yet sure if this is worth merging to master, so I'd very much > appreciate opinions. What key is used to toggle toggles?