From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [yazicivo@ttnet.net.tr: Locale Dependent Downcasing in smtpmail] Date: Sat, 07 Apr 2007 20:47:21 +0300 Message-ID: References: <87wt0uhee5.fsf@ttnet.net.tr> <873b3hssyt.fsf@mocca.josefsson.org> <87y7l9608n.fsf@ttnet.net.tr> <87ircdh13m.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175969093 11009 80.91.229.12 (7 Apr 2007 18:04:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Apr 2007 18:04:53 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 07 20:03:46 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 1HaF0i-0000n4-SA for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2007 19:47:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaF4K-0005NY-T1 for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2007 13:51:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HaF4G-0005MJ-RL for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:51:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HaF4C-0005Lq-6x for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:51:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaF4C-0005Ll-1d for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:51:12 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HaF0Y-0004QJ-ER; Sat, 07 Apr 2007 13:47:26 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-144-73.inter.net.il [80.230.144.73]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CHD74519 (AUTH halo1); Sat, 7 Apr 2007 20:47:18 +0300 (IDT) In-reply-to: (message from Richard Stallman on Sat, 07 Apr 2007 13:31:22 -0400) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:69181 Archived-At: > From: Richard Stallman > CC: handa@m17n.org, emacs-devel@gnu.org > Date: Sat, 07 Apr 2007 13:31:22 -0400 > > I could not tell from the diffs when the code copies > standard-case-table to make ascii-case-table. If that is done before > the Mule code changes standard-case-table, then ascii-case-table only affects > ASCII characters. Yes, it was copied before being populated with case conversions for non-ASCII characters.