From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Case mapping of sharp s Date: Mon, 30 Nov 2009 00:03:36 +0200 Organization: JURTA Message-ID: <87ljhpau88.fsf@mail.jurta.org> References: <4B05A11F.5000700@gmx.de> <4B05D3EE.2000101@gmx.de> <4B0759BA.2010303@gmx.de> <19207.50135.691132.983395@a1i15.kph.uni-mainz.de> <4B0C32BF.2020708@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259533181 19486 80.91.229.12 (29 Nov 2009 22:19:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2009 22:19:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 29 23:19:34 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NEs79-00074Z-T1 for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2009 23:19:32 +0100 Original-Received: from localhost ([127.0.0.1]:43425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEs79-0001NO-G8 for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2009 17:19:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEs71-0001LZ-DB for emacs-devel@gnu.org; Sun, 29 Nov 2009 17:19:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEs6w-0001Kn-6g for emacs-devel@gnu.org; Sun, 29 Nov 2009 17:19:22 -0500 Original-Received: from [199.232.76.173] (port=36913 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEs6w-0001Kk-2w for emacs-devel@gnu.org; Sun, 29 Nov 2009 17:19:18 -0500 Original-Received: from smtp-out3.starman.ee ([85.253.0.5]:52425 helo=mx1.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NEs6v-0001H2-OR for emacs-devel@gnu.org; Sun, 29 Nov 2009 17:19:17 -0500 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.32.20.cable.starman.ee [82.131.32.20]) by mx1.starman.ee (Postfix) with ESMTP id EC1643F410F for ; Mon, 30 Nov 2009 00:19:11 +0200 (EET) In-Reply-To: (Kenichi Handa's message of "Wed, 25 Nov 2009 11:13:23 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117933 Archived-At: 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/