From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.devel Subject: Re: Exposing Isearch toggleable options Date: Wed, 28 Oct 2015 22:53:27 -0700 Organization: New Artisans LLC Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446098035 10003 80.91.229.3 (29 Oct 2015 05:53:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2015 05:53:55 +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 06:53:51 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 1Zrg9l-0005Rb-Ts for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 06:53:50 +0100 Original-Received: from localhost ([::1]:42064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrg9l-0004oG-Gd for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 01:53:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrg9W-0004ng-HJ for emacs-devel@gnu.org; Thu, 29 Oct 2015 01:53:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrg9T-00074b-6b for emacs-devel@gnu.org; Thu, 29 Oct 2015 01:53:34 -0400 Original-Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:34008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrg9T-00073x-18 for emacs-devel@gnu.org; Thu, 29 Oct 2015 01:53:31 -0400 Original-Received: by padhk11 with SMTP id hk11so30068498pad.1 for ; Wed, 28 Oct 2015 22:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:date:organization:message-id :references:user-agent:mail-followup-to:mime-version:content-type; bh=JCd5xCKZPxG1vv852nRlrIOJI6N9mt7HbykNklwkTXM=; b=x9ti4FGcUUrMbFnvH1g23gveXz+SbqtoYTHgYaFkvCLLdeYnZaOV2hRWvdJW2L9+BJ 6es/6eiV/kmOQhWaKpSYdVkCChHvPLboJd7y5amkClxau3hXHqHQDUuyY81p+Uj+uIGA /zmiu6xG3LWkPYXsaNAaPaFwC+rjukebA4sOln6LNTbw7YoEBk5p6MvXO02AhILpRCyo +8DJr4QDcthXEvf3tJhuny31tDqe9E5VRVxH/oWw2tJRQTWKsrGjQaI12OD6r6Dyu6tV WSkmkBoidiFn3XZCZY8Bk3bDfNPOaWvqFahG454+6vyu9QMaUrWWpnXg1LgvJPyEL0D7 B6Ug== X-Received: by 10.66.196.168 with SMTP id in8mr38362957pac.27.1446098010474; Wed, 28 Oct 2015 22:53:30 -0700 (PDT) Original-Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id so4sm48766018pbc.72.2015.10.28.22.53.29 (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 28 Oct 2015 22:53:29 -0700 (PDT) Original-Received: by Vulcan.local (Postfix, from userid 501) id 0A6BEFCD08DF; Wed, 28 Oct 2015 22:53:29 -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/24.5 (darwin) Mail-Followup-To: Artur Malabarba , emacs-devel X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::233 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:192858 Archived-At: >>>>> Artur Malabarba writes: > 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 Artur, does this mean the I-search prompt would be two-lines high in the minibuffer, instead of one-line? If so, I would definitely want a way to disable it; if I already know the options, it shortens the text window for documentation I wouldn't need. For new users, I'm not sure whether it should be on by default or not. It's handy, for sure, but distracting maybe? I can't say without that mindset. I'd love to hear from some users to see what they think. John