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: Thu, 29 Oct 2015 10:53:42 -0700 Organization: New Artisans LLC Message-ID: References: <87y4emf2fi.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446142168 24343 80.91.229.3 (29 Oct 2015 18:09:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2015 18:09:28 +0000 (UTC) Cc: Artur Malabarba , emacs-devel To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 29 19:09:27 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 1Zrrde-0007dL-2C for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 19:09:26 +0100 Original-Received: from localhost ([::1]:45694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrrdd-000655-Lb for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 14:09:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrrdT-0005tJ-Il for emacs-devel@gnu.org; Thu, 29 Oct 2015 14:09:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrrdN-0002Lu-Pi for emacs-devel@gnu.org; Thu, 29 Oct 2015 14:09:15 -0400 Original-Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:36058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrrdN-0002Lq-KJ for emacs-devel@gnu.org; Thu, 29 Oct 2015 14:09:09 -0400 Original-Received: by pacfv9 with SMTP id fv9so49401626pac.3 for ; Thu, 29 Oct 2015 11:09:09 -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=MCecPvGbGE9Bw+uAHJJzvZn84ZUWMAaPh6ULTsoGPHw=; b=GnjAV+CdJt+8josLcYbFFHQMFKSRNhuL8DjWNGNp4664dRdYyy6fUYJPSEkNus+L0E x4cCfeq+vnM9+ezI+CtMk+wUKJcVxU4iWe/AbAjC9YHy8FmvJKVzgvQYBAL1a9tEMzta E3CQTsJKQAHqXERlQu9cekKrIGz3aMVOMOTTNS7kwrt2AmBD0zqXjYeKe4+yKYcWBWKJ DAukM2QP+22T9UvhrpNxcKBoa2ZeLKgt3U5hj6w0NFHgFJBXg1q1qBLSJ8bG0ArDX5Ab S2v+EBEoa80bz5qKl6Jwal8sc8mr2JdJyxMuT6Fok+YVeojFXbbiANOTyI/7a1E8uUOq MzZw== X-Received: by 10.67.6.161 with SMTP id cv1mr3246247pad.131.1446142149015; Thu, 29 Oct 2015 11:09:09 -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 ph8sm3609265pbc.8.2015.10.29.11.09.07 (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 29 Oct 2015 11:09:07 -0700 (PDT) Original-Received: by Vulcan.local (Postfix, from userid 501) id A6151FD19050; Thu, 29 Oct 2015 11:09:06 -0700 (PDT) In-Reply-To: <87y4emf2fi.fsf@petton.fr> (Nicolas Petton's message of "Thu, 29 Oct 2015 10:29:21 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Nicolas Petton , 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::236 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:192921 Archived-At: >>>>> Nicolas Petton writes: > Magit displays all options for each Git action in a separate window, which I > still find useful, even now that I know most of them. The same goes for > org-mode export, it is very handy. I think this kind of usability > improvements are worth it, even if they take a significant amount of screen > space. There's one major difference between Isearch and Magit: When Magit shows you key options in a separate window, you aren't also looking at content in the main buffer to see the results of your actions. With Isearch you are, so it would take away screen real-estate from the very thing you're trying to see: candidate hits within the buffer. John