From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Case mapping of sharp s Date: Mon, 30 Nov 2009 10:28:02 +0900 Message-ID: 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> <87ljhpau88.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259544514 12302 80.91.229.12 (30 Nov 2009 01:28:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Nov 2009 01:28:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 30 02:28:26 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 1NEv3s-0004cL-Qg for ged-emacs-devel@m.gmane.org; Mon, 30 Nov 2009 02:28:21 +0100 Original-Received: from localhost ([127.0.0.1]:43137 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEv3s-0003ck-4T for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2009 20:28:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEv3m-0003b1-Cw for emacs-devel@gnu.org; Sun, 29 Nov 2009 20:28:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEv3i-0003Vd-2S for emacs-devel@gnu.org; Sun, 29 Nov 2009 20:28:14 -0500 Original-Received: from [199.232.76.173] (port=45055 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEv3h-0003VU-Rf for emacs-devel@gnu.org; Sun, 29 Nov 2009 20:28:09 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:45842) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NEv3c-0000JR-VK for emacs-devel@gnu.org; Sun, 29 Nov 2009 20:28:09 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id nAU1S24k017157; Mon, 30 Nov 2009 10:28:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id nAU1S2EN005291; Mon, 30 Nov 2009 10:28:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id nAU1S2rF017840; Mon, 30 Nov 2009 10:28:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NEv3a-0007SG-37; Mon, 30 Nov 2009 10:28:02 +0900 In-Reply-To: <87ljhpau88.fsf@mail.jurta.org> (message from Juri Linkov on Mon, 30 Nov 2009 00:03:36 +0200) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:117939 Archived-At: In article <87ljhpau88.fsf@mail.jurta.org>, Juri Linkov writes: > 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. The concept of "character category" exists exactly for that purpose. See the elisp info secion "35.9 Categories". --- Kenichi Handa handa@m17n.org