GNU bug report logs -
#20351
isearch-lax-whitespace should be customizable variable
Previous Next
Reported by: Ken T Takusagawa <kenta <at> mit.edu>
Date: Thu, 16 Apr 2015 22:54:02 UTC
Severity: wishlist
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 20351 <at> debbugs.gnu.org (full text, mbox):
> 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)
This bug report was last modified 3 years and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.