From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Exposing Isearch toggleable options Date: Fri, 30 Oct 2015 09:56:06 +0000 Message-ID: References: <87611q7c3f.fsf@mail.linkov.net> <877fm5tefl.fsf@mail.linkov.net> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1446198998 15375 80.91.229.3 (30 Oct 2015 09:56:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2015 09:56:38 +0000 (UTC) Cc: emacs-devel To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 30 10:56:38 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 1Zs6QG-0000UD-P1 for ged-emacs-devel@m.gmane.org; Fri, 30 Oct 2015 10:56:36 +0100 Original-Received: from localhost ([::1]:49430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs6QG-0000mx-50 for ged-emacs-devel@m.gmane.org; Fri, 30 Oct 2015 05:56:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs6Po-0000TD-3R for emacs-devel@gnu.org; Fri, 30 Oct 2015 05:56:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zs6Pn-00074f-7p for emacs-devel@gnu.org; Fri, 30 Oct 2015 05:56:08 -0400 Original-Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:35686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs6Pm-000749-Vz for emacs-devel@gnu.org; Fri, 30 Oct 2015 05:56:07 -0400 Original-Received: by lbbes7 with SMTP id es7so46691323lbb.2 for ; Fri, 30 Oct 2015 02:56:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=OQ77k6f1sG/aHOYhiFYkT1702M0iSnQfkrjME5vbKrQ=; b=nN1qwvmc9tQJxWuwO5INT9lCoahEfDWowTaD8qfn4eNmfPv4MSbhnxw6bL+NQYU7jH b4aROqgBMrrwaAleN6gVOzzkwEgZkgVGR8E8yvC3Ndidkv94HYU60FZct7jrBHg7/Luy Id3vI3oCM/OT8PWnRWqBqQIQyGAmCR1a7cbFS3NGvU2jLYYmPkn2ZSDLNuhS6bxyoVr2 Xcoox+xYJHevcUtmF9kz/Rs+DtpnVznTx4InJXat/Sx8Gqtt50307EM2TEp2D6xrL3kU cyBSN99MjYmdHoOp49TYA5bD9dStJC/Z1hyvsMUC+qQlL7Qb4j0ZsK0mxOY8XAQMblFY iZ9Q== X-Received: by 10.112.184.196 with SMTP id ew4mr3483576lbc.17.1446198966337; Fri, 30 Oct 2015 02:56:06 -0700 (PDT) Original-Received: by 10.112.91.106 with HTTP; Fri, 30 Oct 2015 02:56:06 -0700 (PDT) In-Reply-To: <877fm5tefl.fsf@mail.linkov.net> X-Google-Sender-Auth: 4LcB1QeLskPs3z_IMp5dJrmj--g X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::234 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:192956 Archived-At: 2015-10-29 23:58 GMT+00:00 Juri Linkov : >>> What key is used to toggle toggles? >> >> M-s plus some other key. They're each listed in the prompt. > > But what key could be used to toggle the display of that additional line > containing a list of toggles? If such a key will be intuitive enough it > would be easy to type to reveal this helpful line even when disabled by default. Oh, I see what you meant now. There's no key for that yet, though we could certainly add one. However, I'm leaning more towards other suggested solutions anyway.