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 11:54:59 -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 1446144927 8906 80.91.229.3 (29 Oct 2015 18:55:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2015 18:55:27 +0000 (UTC) Cc: Artur Malabarba , emacs-devel To: Aldric Giacomoni Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 29 19:55:18 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 1ZrsLw-0008TC-QB for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 19:55:12 +0100 Original-Received: from localhost ([::1]:45947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrsLw-0005ME-5h for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 14:55:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrsLr-0005GV-9N for emacs-devel@gnu.org; Thu, 29 Oct 2015 14:55:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrsLn-0005o3-Tt for emacs-devel@gnu.org; Thu, 29 Oct 2015 14:55:07 -0400 Original-Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:35983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrsLn-0005ny-Ot for emacs-devel@gnu.org; Thu, 29 Oct 2015 14:55:03 -0400 Original-Received: by pacfv9 with SMTP id fv9so50411541pac.3 for ; Thu, 29 Oct 2015 11:55:03 -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=v4lVPYBNR26QMPPXefjWXeiLrX91L6t+OkqEAdN768s=; b=VgEbHrTMuFyK31joMNBxC3Eda983ORXcUHVzFM4xijnWGAdw4GN6/FNt25YNjz3ZIC GDev7O9xIajMRIMK1Iu+75B5l3QCZex9hrOVYTRK/8uV1nDUtAgMmASKOgmGnslYBteo PJyJeG2wFOMlCOLOamsrzzCpO7y95jMXs3frZUKIYaQWSXtOg23hqWA/Z6/vLdaSxPZ/ +qKqdPn6B23F7Ki3Sf/Yciw2EcHsQTk4yIcJs8+3fG1ZF4yoTCeMvdbsJzMs1mQBJeOE XYgEnKDWnskedeTqs8TktKEhg2gj7aJziTMGclNzKpELRNIw1U1zJbCntNBcztf0b/pk laHA== X-Received: by 10.68.68.134 with SMTP id w6mr3560188pbt.61.1446144902906; Thu, 29 Oct 2015 11:55:02 -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 qn5sm3646446pac.41.2015.10.29.11.55.02 (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 29 Oct 2015 11:55:02 -0700 (PDT) Original-Received: by Vulcan.local (Postfix, from userid 501) id 67A9FFD4E797; Thu, 29 Oct 2015 11:55:01 -0700 (PDT) In-Reply-To: (Aldric Giacomoni's message of "Thu, 29 Oct 2015 18:33:11 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Aldric Giacomoni , 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::230 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:192925 Archived-At: >>>>> Aldric Giacomoni writes: > I've been an emacs user for ~2 years now. I think some minimal documentation > / toggles in the magit spirit would go a long way in demystifying the emacs > behavior. I use this module to achieve something similar: https://github.com/justbur/emacs-which-key I'd be happy to see this moved into core, with a customization option mentioned in the tutorial for enabling it globally. I'm not so sure about it being a global default, however. It can be very annoying to users who don't want it. Not every use case in Emacs fits the "Magit pattern", such as Isearch (as I mentioned in another message). John