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: Tue, 01 Dec 2009 02:02:28 +0200 Organization: JURTA Message-ID: <87aay3d0iz.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> <87ljhpau88.fsf@mail.jurta.org> <19219.28108.775726.216289@a1i15.kph.uni-mainz.de> <87r5rfekw2.fsf@mail.jurta.org> <19220.18552.373086.959243@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259626659 25385 80.91.229.12 (1 Dec 2009 00:17:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 00:17:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 01 01:17:32 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 1NFGQs-0002zF-TD for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 01:17:31 +0100 Original-Received: from localhost ([127.0.0.1]:51144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFGQs-0004qL-A5 for ged-emacs-devel@m.gmane.org; Mon, 30 Nov 2009 19:17:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFGQl-0004q6-P9 for emacs-devel@gnu.org; Mon, 30 Nov 2009 19:17:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFGQg-0004ma-Ma for emacs-devel@gnu.org; Mon, 30 Nov 2009 19:17:23 -0500 Original-Received: from [199.232.76.173] (port=35011 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFGQg-0004mS-KN for emacs-devel@gnu.org; Mon, 30 Nov 2009 19:17:18 -0500 Original-Received: from smtp-out3.starman.ee ([85.253.0.5]:54728 helo=mx1.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFGQg-0004LJ-8z for emacs-devel@gnu.org; Mon, 30 Nov 2009 19:17:18 -0500 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.52.137.cable.starman.ee [82.131.52.137]) by mx1.starman.ee (Postfix) with ESMTP id 76A5D3F413D; Tue, 1 Dec 2009 02:17:11 +0200 (EET) In-Reply-To: <19220.18552.373086.959243@a1i15.kph.uni-mainz.de> (Ulrich Mueller's message of "Mon, 30 Nov 2009 23:34:32 +0100") 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:118011 Archived-At: >> I tried this out, but it has no effect. Maybe this used to work >> in some older versions, but doesn't work in 23.1. > > Strange. Here it works with both 23.1 and current CVS trunk. > After evaluating the expression, did you create a new buffer? > (set-standard-case-table sets the case table for new buffers only.) Thanks, I missed the fact that it affects new buffers. So it works. Provided it doesn't make the search slow, it would be nice to add it to Emacs activating on some user settings. Ignoring combining accents would be nice to have too, but perhaps this is not possible to do using a case table? -- Juri Linkov http://www.jurta.org/emacs/