From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: [yazicivo@ttnet.net.tr: Locale Dependent Downcasing in smtpmail] Date: Fri, 06 Apr 2007 09:30:44 +0200 (CEST) Message-ID: <20070406.093044.95060007.wl@gnu.org> References: <20070406.084909.48807006.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1175844756 12946 80.91.229.12 (6 Apr 2007 07:32:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2007 07:32:36 +0000 (UTC) Cc: simon@josefsson.org, rms@gnu.org, schwab@suse.de, cyd@stupidchicken.com, emacs-devel@gnu.org, yazicivo@ttnet.net.tr, eliz@gnu.org To: handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 06 09:31:50 2007 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 1HZiux-0002If-FR for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 09:31:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZiyO-0002Om-MQ for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 03:35:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZiyK-0002OR-Q4 for emacs-devel@gnu.org; Fri, 06 Apr 2007 03:35:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZiyJ-0002OF-0r for emacs-devel@gnu.org; Fri, 06 Apr 2007 03:35:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZiyI-0002OC-Rz for emacs-devel@gnu.org; Fri, 06 Apr 2007 03:34:58 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HZiuh-00023X-Bn; Fri, 06 Apr 2007 03:31:16 -0400 Original-Received: from [62.143.170.51] (helo=localhost) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis), id 0ML31I-1HZiuO1cAO-0005sq; Fri, 06 Apr 2007 09:30:58 +0200 In-Reply-To: X-Mailer: Mew version 5.1.50 on Emacs 22.0.95.1 / Mule 5.0 (SAKAKI) X-Provags-ID: V01U2FsdGVkX19/JfRLWGD4ft2eZ8+qSFzZgG6+BX7ce0QMen1 cL4nI4jEeBbUz5UmDh00qTNNlZ0RqQRcg/ga90E4SK7nAzCfn8 2EiMpPx3cIcjWmt/Hww3Q== X-detected-kernel: Linux 2.6? (barebone, rare!) 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:69111 Archived-At: > > Ideally, searching `ma=DFe' should not match `masse', but it should= > > match `MASSE'. > = > That's what I wanted to know, but it seems very difficult to > implement. Provided that we give up that ideal behaviour, > which is better; searching `ma=DFe' matches both "masse" and > "MASSE", or searching `ma=DFe' doesn't match any of "masse" > and "MASSE". The former. I think it's not worth the trouble to do anything more complicated here, given that it is quite rare to find both `Masse' and `Ma=DFe' at the same time -- and I'm quite sure that many native German= speakers mix up those two words anyway :-) Werner