all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Eli Zaretskii <eliz@gnu.org>, Drew Adams <drew.adams@oracle.com>
Cc: 31790@debbugs.gnu.org
Subject: bug#31790: 27.0; Mention Isearch key bindings of Isedarch variables that are bound by	default in Isearch
Date: Sat, 16 Jun 2018 06:19:55 -0700 (PDT)	[thread overview]
Message-ID: <9684bd5c-352c-4c83-9d05-e3d339f3e3d6@default> (raw)
In-Reply-To: <<83vaajynvp.fsf@gnu.org>>

> > `C-h v isearch(-regexp)-lax-whitespace' tells you that command
> > `isearch-toggle-lax-whitespace' toggles the variable.  But it does not
> > tell you that this command is bound, by default, to `M-s SPC' during
> > Isearch.
> >
> > It should tell you that.  (It is not so easy to discover the binding.)
> 
> Those are variables, not defcustoms.  Why is it important to go to
> such lengths in their doc strings?

Go to such lengths?  Really?

See https://emacs.stackexchange.com/q/41960/105.

Sure, if you consult the doc of `isearch-forward(-regexp)'
or its keys, and you read it all, then when you get to line
43 (out of 82!) you'll find the info you're looking for wrt
lax-vs-strict whitespace matching:

 Type M-s SPC to toggle whitespace matching.
 In incremental searches, a space or spaces normally matches any 
 whitespace defined by the variable 'search-whitespace-regexp';
 see also the variables 'isearch-lax-whitespace' and
 'isearch-regexp-lax-whitespace'.

But if you don't do that then it is not so easy to pick
up the info about that key binding.

And even that text does not make clear what the latter
two vars do.  To discover how to change the default
behavior you need to actually click those var names
and consult their doc.

And yes, setting or binding those two vars really is
the way to go, to set your preferred default behavior.

We provide `search-whitespace-regexp' as a user option,
but not the other two variables, which are more commonly
set by users to govern whitespace matching for search.

Yes, we don't let those vars be options because of the
Emacs policy that code should not modify option values
(even the code for built-in toggles!).

It's an unfortunate policy, IMHO, but it is what it is.

It just makes sense to point out, in the doc for these
two variables that, by default, `M-s SPC' toggles them
while searching.

If providing that info to users is too much trouble
("go to such lengths"?), then ... please don't bother.





       reply	other threads:[~2018-06-16 13:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <<ef3d41cc-ef6d-4248-bfec-3fec23022762@default>
     [not found] ` <<83vaajynvp.fsf@gnu.org>
2018-06-16 13:19   ` Drew Adams [this message]
2018-06-16 15:17     ` bug#31790: 27.0; Mention Isearch key bindings of Isedarch variables that are bound by default in Isearch Eli Zaretskii
2018-06-16 22:57       ` Drew Adams
2018-06-11 22:16 Drew Adams
2018-06-16 11:25 ` Eli Zaretskii
2021-09-02  7:57 ` Lars Ingebrigtsen

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=9684bd5c-352c-4c83-9d05-e3d339f3e3d6@default \
    --to=drew.adams@oracle.com \
    --cc=31790@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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.