From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [yazicivo@ttnet.net.tr: Locale Dependent Downcasing in smtpmail] Date: Sat, 07 Apr 2007 13:31:22 -0400 Message-ID: References: <87wt0uhee5.fsf@ttnet.net.tr> <873b3hssyt.fsf@mocca.josefsson.org> <87y7l9608n.fsf@ttnet.net.tr> <87ircdh13m.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1175968399 9044 80.91.229.12 (7 Apr 2007 17:53:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Apr 2007 17:53:19 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 07 19:52:31 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 1HaEpv-0007F1-3b for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2007 19:36:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaEtX-0007NK-68 for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2007 13:40:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HaEqw-0000Vx-3g for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:37:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HaEqv-0000U9-8C for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:37:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaEqv-0000Tg-4J for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:37:29 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HaEnI-0001ir-7j for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:33:44 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HaEl0-0007RV-Lk; Sat, 07 Apr 2007 13:31:22 -0400 In-reply-to: (message from Eli Zaretskii on Sat, 07 Apr 2007 12:18:16 +0300) X-detected-kernel: 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:69178 Archived-At: Sorry, I still don't understand. casetab.c explicitly sets up standard-case-table to convert only A-Z. Yes, but later on when Mule is loaded it changes the standard-case-table to handle other alphabets. standard-case-table is the one that is used in new buffers. 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.