all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: bruce.connor.am@gmail.com
Cc: Juri Linkov <juri@linkov.net>, emacs-devel <emacs-devel@gnu.org>
Subject: RE: Exposing Isearch toggleable options
Date: Sun, 1 Nov 2015 16:20:56 -0800 (PST)	[thread overview]
Message-ID: <87aa94f6-345b-4339-a444-6f3e712f00c5@default> (raw)
In-Reply-To: <CAAdUY-+Oqicsw=c8MCa6ob1o_9QoF=5aj9TGo+bz8EqY=TQdoA@mail.gmail.com>

> I should have explained more. I don't mean it would be good to merge
> isearch's customization group with the help buffer.
> I just meant we could add a few checkboxes to that buffer. For
> instance, currently the help for isearch has a paragraph like this:
> 
> Type M-s c to toggle search case-sensitivity.
> Type M-s i to toggle search in invisible text.
> Type M-s r to toggle regular-expression mode.
> Type M-s w to toggle word mode.
> Type M-s _ to toggle symbol mode.
> Type M-s ' to toggle character folding.
> 
> Adding a single checkbox to the end (or start) of each line would be
> nice (and it isn't what I'd call a "widget-filled" buffer).
> Or we could replace that paragraph with something like this (where []
> denotes a checkbox)
> 
>    Search options        | Toggle key
> ---------------------------------------------------
> [] case-sensitive        | M-s c
> [] inside invisible text | M-s i
> [] regular-expression    | M-s r
> [] word mode             | M-s w
> [] symbol mode           | M-s _
> [] character folding     | M-s '
> 
> (let's not nitpick on the format here, I'm just suggesting how the
> options could be made toggleable)

I still disagree, but I've already said most of what I
think about this.

I prefer to see *Help* provide help as information, and
not try to get into the business of becoming a clickable
dialog box that effects actions.

*Help* can tell users about keys for toggling options;
provide links to customize things; and inform users about
menus that, among other things, can provide toggle items
(with check boxes).

I'd sooner see usera use the same ways to toggle Isearch
states: keys, Customize, and (why not?) an Isearch menu-bar
menu.

Just as we have a temporary Minibuf menu for the minibuffer,
so we can have an Isearch menu, with as many actions on it
as you like, and grouped into submenus if that makes sense.
New users are used to menus, and menus can be quite helpful
for discovery (one of the topics skirted in this thread).

Some Emacs users are used to Customize as well.  (And yes,
we _should_ guide users to Customize, more generally, IMO.)

And all Emacs users will expect *Help* to (1) provide info
about commands, keys, and features; to (2) guide them to
more, linked help; and to (3) guide them to the manual.

That's not to say that Emacs can never change to add
checkboxes or whatever here or there.  But I would prefer
that we start by sticking with, and leveraging, the usual
Emacs ways of offering such things: (a) keys, menus, and
Customize, to act, and (b) help and manuals to inform.

The mode-line is a limited space where, like menus, we
have sometimes combined information with ways to act.
In menus, actions predominate; in the mode-line, info
predominates.  But *Help* has so far pretty much been
limited, in terms of actions, to following links.

I suggest we start by (1) doing _without_ sticking
checkboxes into *Help*, and (2) adding a useful Isearch
menu (which includes option toggles as some of its items).

Just one opinion.



  reply	other threads:[~2015-11-02  0:20 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-29  0:20 Exposing Isearch toggleable options Artur Malabarba
2015-10-29  0:27 ` Juri Linkov
2015-10-29  0:38   ` Artur Malabarba
2015-10-29 23:58     ` Juri Linkov
2015-10-30  3:00       ` Random832
2015-10-30  9:48         ` Oleh Krehel
2015-10-30  9:56       ` Artur Malabarba
2015-10-30 10:42         ` Artur Malabarba
2015-10-30 11:03           ` Marcin Borkowski
2015-10-30 11:56             ` Artur Malabarba
2015-10-30 15:17               ` Marcin Borkowski
2015-10-30 12:01           ` Kaushal Modi
2015-10-30 12:21             ` Oleh Krehel
2015-10-30 14:07             ` Random832
2015-10-30 14:52               ` Kaushal Modi
2015-10-30 14:29           ` Oleh Krehel
2015-10-31  0:27           ` Juri Linkov
2015-11-01 12:42             ` Artur Malabarba
2015-11-01 16:01               ` Drew Adams
2015-11-01 19:34                 ` Artur Malabarba
2015-11-02  0:20                   ` Drew Adams [this message]
2015-11-02 20:19                     ` John Wiegley
2015-11-04 11:51                       ` Artur Malabarba
2015-11-04 15:39                         ` John Wiegley
2015-11-05  0:24                         ` Juri Linkov
2015-11-05  0:55                           ` Artur Malabarba
2015-11-05  0:59                             ` Dmitry Gutov
2015-11-05 22:44                               ` Richard Stallman
2015-11-05 22:44                             ` Richard Stallman
2015-11-05 23:28                               ` Alan Mackenzie
2015-11-06 21:40                                 ` Richard Stallman
2015-11-06  2:15                               ` John Wiegley
2015-11-06 13:48                               ` Stephen Leake
2015-11-06 13:56                                 ` Gian Uberto Lauri
2015-11-06 15:27                                   ` Ashton Kemerling
2015-11-06 15:44                                   ` John Wiegley
2015-11-07  1:32                                     ` Xue Fuqiao
2015-11-06 15:54                               ` Dmitry Gutov
2015-11-06 16:04                                 ` Artur Malabarba
2015-10-29  1:19 ` Drew Adams
2015-10-29 10:10   ` Artur Malabarba
2015-10-29 14:02     ` Drew Adams
2015-10-29 21:42       ` Artur Malabarba
2015-10-29  5:53 ` John Wiegley
2015-10-29  9:29   ` Nicolas Petton
2015-10-29 10:34     ` Artur Malabarba
2015-10-29 10:50       ` Nicolas Petton
2015-10-29 11:18         ` Kaushal Modi
2015-10-29 17:53     ` John Wiegley
2015-10-29 10:30   ` Artur Malabarba
2015-10-29 10:49   ` Oleh Krehel
2015-10-29 20:52     ` Rasmus
2015-10-29 21:27       ` Drew Adams
2015-10-29 16:18   ` Eli Zaretskii
     [not found]   ` <<8337wt3axe.fsf@gnu.org>
2015-10-29 17:19     ` Drew Adams
2015-10-29 18:33   ` Aldric Giacomoni
2015-10-29 18:54     ` John Wiegley
2015-10-29 19:14     ` Óscar Fuentes
2015-10-29 21:27       ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87aa94f6-345b-4339-a444-6f3e712f00c5@default \
    --to=drew.adams@oracle.com \
    --cc=bruce.connor.am@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=juri@linkov.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.