From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: [harder@ifa.au.dk: `set-locale-environment' bug] Date: Tue, 28 Oct 2003 22:26:08 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9791-Tue28Oct2003222608+0200-eliz@elta.co.il> References: <200310280714.QAA05836@etlken.m17n.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067373228 25829 80.91.224.253 (28 Oct 2003 20:33:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 20:33:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 28 21:33:46 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEaXC-0007xV-00 for ; Tue, 28 Oct 2003 21:33:46 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEaXC-0007uJ-00 for ; Tue, 28 Oct 2003 21:33:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEaW0-0007Dy-E0 for emacs-devel@quimby.gnus.org; Tue, 28 Oct 2003 15:32:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEaVr-0007Dk-QA for emacs-devel@gnu.org; Tue, 28 Oct 2003 15:32:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEaVJ-00078I-UD for emacs-devel@gnu.org; Tue, 28 Oct 2003 15:32:22 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEaVE-00077a-Rr for emacs-devel@gnu.org; Tue, 28 Oct 2003 15:31:45 -0500 Original-Received: from zaretski (pns03-207-44.inter.net.il [80.230.207.44]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id BTA36558; Tue, 28 Oct 2003 22:31:31 +0200 (IST) Original-To: Jesper Harder X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Jesper Harder on Tue, 28 Oct 2003 15:21:59 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17514 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17514 > From: Jesper Harder > Date: Tue, 28 Oct 2003 15:21:59 +0100 > > I'm still a bit confused about _why_ the display table should be > non-nil in a single byte locale. Because Emacs sets up a few entries in that display table, to match what most users expect. For details, see the function standard-display-european-internal defined on mule-cmds.el.