emacs-devel
[Top][All Lists]
Advanced

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

Re: Case mapping of sharp s


From: Juri Linkov
Subject: Re: Case mapping of sharp s
Date: Mon, 30 Nov 2009 00:03:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu)

BTW, does anyone know how to put a set of characters into one category
for the purpose of searching, without affecting case mapping?  I.e. to
not change the current case mappings, but allow a character from one
category to match all other characters from the same category.

`set-case-syntax-pair' is not suitable because it does this only for
a pair of characters and also changes case mappings.

Of course, it's possible to search with a regexp that matches
a character set in [...], or more convenient when a space in a regexp
is substituted with a set of characters from `search-spaces-regexp'.

I can't find a function like `set-case-syntax-pair' that would define
a set of equivalent characters for the search, so maybe this is not
possible.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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