From: Artur Malabarba <bruce.connor.am@gmail.com>
To: Marcin Borkowski <mbork@wmi.amu.edu.pl>,
emacs-devel <emacs-devel@gnu.org>
Cc: Eli Zaretskii <eliz@gnu.org>, help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Single quotes in Info
Date: Tue, 27 Jan 2015 14:27:45 -0200 [thread overview]
Message-ID: <CAAdUY-J4s+1_C7bj32Xk5x8d01fe9baPCYmwd+0KU=QorO7wZg@mail.gmail.com> (raw)
In-Reply-To: <87h9vgglkz.fsf@wmi.amu.edu.pl>
2015-01-24 15:00 GMT-02:00 Marcin Borkowski <mbork@wmi.amu.edu.pl>:
>
> On 2015-01-24, at 16:11, Drew Adams <drew.adams@oracle.com> wrote:
>
>> This is conceptually related to, but it need not necessarily be
>> extended to, discussion about being able to Isearch abstracting from
>> diacritical marks etc. (E.g. bug #13041:
>> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13041.)
>>
>> IOW, being able to easily specify equivalence classes of chars for
>> search (and other) purposes, and preferably being able to quickly
>> choose whether to make use of them (this one or that one) - e.g.,
>> as we can do now for case-sensitivity (`a' ~ `A').
>
> This is a great idea. Maybe even not only for isearch.
>
I also really like this idea, so much so that I've gone ahead and
implemented it. It is implemented on the branch
`scratch/isearch-character-group-folding'. I called it group-folding,
but we can call it class folding or whatever sounds more intuitive to
most people.
The implementation is very much up for debate. Currently, what it does
is use regexps (behind the scenes) so that a plain double quote
matches all those unicode double quotes, and the same for a hard
single quote. The way it is written, it is trivial to add more groups
by adding entries to `isearch-groups-alist'.
Of course, other characters are appropriately regexp-quoted behind the
scenes, so that everything else works as expected. The surface is
exactly like regular isearch, except for these two characters.
The set of groups is defined by `isearch-groups-alist', and the
folding only happens if `isearch-fold-groups' is non-nil.
Other groups that maybe should be added are latin accented letters.
Cheers to all,
next parent reply other threads:[~2015-01-27 16:27 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87twzhgk84.fsf@wmi.amu.edu.pl>
[not found] ` <83lhksshdm.fsf@gnu.org>
[not found] ` <9ee0c895-a178-40e1-b1c8-ed2b97071c6b@default>
[not found] ` <87h9vgglkz.fsf@wmi.amu.edu.pl>
2015-01-27 16:27 ` Artur Malabarba [this message]
2015-01-27 17:37 ` Single quotes in Info Stefan Monnier
2015-01-27 18:09 ` Eli Zaretskii
2015-01-27 19:00 ` Stefan Monnier
2015-01-27 19:15 ` Eli Zaretskii
2015-01-27 19:49 ` Artur Malabarba
2015-01-27 20:30 ` Stefan Monnier
2015-01-28 3:48 ` Stefan Monnier
2015-01-28 21:42 ` Artur Malabarba
2015-01-28 22:23 ` Stefan Monnier
2015-01-29 14:31 ` Artur Malabarba
2015-01-27 18:04 ` Eli Zaretskii
2015-01-27 18:39 ` Drew Adams
2015-01-27 20:24 ` Artur Malabarba
2015-01-27 21:18 ` Eli Zaretskii
2015-01-28 1:15 ` Artur Malabarba
2015-01-28 15:24 ` Eli Zaretskii
2015-01-28 16:10 ` Yuri Khan
2015-01-28 17:22 ` Eli Zaretskii
2015-01-28 21:38 ` Artur Malabarba
2015-01-29 3:44 ` Eli Zaretskii
2015-01-29 6:01 ` Drew Adams
2015-01-29 16:03 ` Eli Zaretskii
2015-01-29 16:24 ` Drew Adams
2015-01-29 16:57 ` Eli Zaretskii
[not found] <<87twzhgk84.fsf@wmi.amu.edu.pl>
[not found] ` <<83lhksshdm.fsf@gnu.org>
[not found] ` <<9ee0c895-a178-40e1-b1c8-ed2b97071c6b@default>
[not found] ` <<87h9vgglkz.fsf@wmi.amu.edu.pl>
[not found] ` <<CAAdUY-J4s+1_C7bj32Xk5x8d01fe9baPCYmwd+0KU=QorO7wZg@mail.gmail.com>
[not found] ` <<83h9vcp0bq.fsf@gnu.org>
[not found] ` <<CAAdUY-Kck6moHTRJshbXJdRVQ6gK6Q24f_PD7SuEaZ7hURpdQw@mail.gmail.com>
[not found] ` <<83y4onorcc.fsf@gnu.org>
[not found] ` <<CAAdUY-+ooLydD-qPtiEvv-01TGxX5E-cf6asvs+Jn+eR_=38ig@mail.gmail.com>
[not found] ` <<83vbjrnd1f.fsf@gnu.org>
[not found] ` <<CAAdUY-JwX-p-ZzdExm9+cKs5pC0SUoLLs8ppA9esuXsRuHRdng@mail.gmail.com>
[not found] ` <<83386untcd.fsf@gnu.org>
[not found] ` <<ee612423-67bf-42d0-a0ef-0dad11605c49@default>
[not found] ` <<83vbjpmv4w.fsf@gnu.org>
[not found] ` <<6164d89d-23ac-46bf-9f84-154cc0e6c6e4@default>
[not found] ` <<83mw51msnz.fsf@gnu.org>
2015-01-29 17:05 ` Drew Adams
2015-01-29 17:24 ` Eli Zaretskii
2015-01-29 18:34 ` Drew Adams
2015-01-29 18:54 ` Eli Zaretskii
2015-01-29 19:35 ` 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
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='CAAdUY-J4s+1_C7bj32Xk5x8d01fe9baPCYmwd+0KU=QorO7wZg@mail.gmail.com' \
--to=bruce.connor.am@gmail.com \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=help-gnu-emacs@gnu.org \
--cc=mbork@wmi.amu.edu.pl \
/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).