emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Improve the docstring of case-fold-search


From: Bastien
Subject: Re: Improve the docstring of case-fold-search
Date: Mon, 27 Jul 2009 10:42:16 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> The case-fold-search variable is pretty low-level and applies to
> functions like re-search-forward.  Maybe it shouldn't be customizable to
> avoid such confusion.

As a first step toward this, the attached patch creates an option for
`isearch-case-fold-search'.  The possible values for this option are:

                t : isearch ignores case
              nil : isearch does not ignore case
             'yes : isearch ignores mixed case
'case-fold-search : isearch uses the local case-fold-search

Is it okay to apply this?

Attachment: isearch.el.patch
Description: Text Data

-- 
 Bastien

reply via email to

[Prev in Thread] Current Thread [Next in Thread]