unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Ken T Takusagawa <kenta@mit.edu>
Cc: 20351@debbugs.gnu.org
Subject: bug#20351: isearch-lax-whitespace should be customizable variable
Date: Tue, 30 Jun 2015 01:30:59 +0300	[thread overview]
Message-ID: <87d20eyw78.fsf@mail.linkov.net> (raw)
In-Reply-To: <alpine.DEB.2.10.1504161848050.30565@contents-vnder-pressvre.mit.edu> (Ken T. Takusagawa's message of "Thu, 16 Apr 2015 18:49:50 -0400 (EDT)")

> M-x customize-variable
> does NOT list isearch-lax-whitespace as a customizable variable

I believe both ‘isearch-lax-whitespace’ and ‘character-fold-search’
should be customizable.  bug#11378 proposed a patch that adds a new
user variable to customize all such search parameters:

(defcustom isearch-keep-mode-variables nil
  "A set of search variables to keep between different searches.
When a search variable is customized to exist in this set, then
starting a new search doesn't reset the corresponding isearch variable
to its default value, thus keeping the value from the previous search
\(changed using toggling commands)."
  :type '(set (const :tag "Case folding" isearch-case-fold-search)
	      (const :tag "Character folding" character-fold-search)
	      (const :tag "Invisible text" isearch-invisible)
	      (const :tag "Filters" isearch-filter-predicate)
	      (const :tag "Lax whitespace" isearch-lax-whitespace)
	      (const :tag "Regexp lax whitespace" isearch-regexp-lax-whitespace))
  :group 'isearch)





  reply	other threads:[~2015-06-29 22:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-16 22:49 bug#20351: isearch-lax-whitespace should be customizable variable Ken T Takusagawa
2015-06-29 22:30 ` Juri Linkov [this message]
2015-06-29 23:10   ` Artur Malabarba
2015-06-30 20:52     ` Juri Linkov
2015-06-30 21:05       ` Artur Malabarba
2015-07-01 22:30         ` Juri Linkov
2015-07-02 10:15           ` Artur Malabarba
2015-07-04 21:09             ` Juri Linkov
2015-07-04 21:15               ` Artur Malabarba
2015-07-04 22:24               ` Stefan Monnier
2015-07-04 22:42                 ` Artur Malabarba
2015-07-05  8:00                   ` Andreas Schwab
2015-07-05 16:06                     ` Stefan Monnier
2015-07-05 16:27                       ` Eli Zaretskii
2015-07-05 18:12                         ` Stefan Monnier
2015-07-05 17:56                       ` Drew Adams
     [not found]                       ` <<83k2uewovx.fsf@gnu.org>
2015-07-05 17:59                         ` Drew Adams
2015-06-29 23:14   ` Drew Adams
2022-04-18 11:36 ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87d20eyw78.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=20351@debbugs.gnu.org \
    --cc=kenta@mit.edu \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).