From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: [wl@gnu.org: changing line heights] Date: Thu, 25 Sep 2003 10:23:32 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F72B414.7060006@gnu.org> References: <86isni5yyh.fsf@gerd.free-bsd.org> <20030924.144951.177659448.wl@gnu.org> <86brta5noi.fsf@gerd.free-bsd.org> <20030925.104708.70197319.wl@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064482107 7988 80.91.224.253 (25 Sep 2003 09:28:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2003 09:28:27 +0000 (UTC) Cc: gerd.moellmann@t-online.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Sep 25 11:28:24 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 1A2SQC-0000D6-00 for ; Thu, 25 Sep 2003 11:28:24 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A2SXJ-0001mf-00 for ; Thu, 25 Sep 2003 11:35:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2SMm-00069J-Cs for emacs-devel@quimby.gnus.org; Thu, 25 Sep 2003 05:24:52 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A2SMg-00068x-VR for emacs-devel@gnu.org; Thu, 25 Sep 2003 05:24:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A2SMe-00068B-Jn for emacs-devel@gnu.org; Thu, 25 Sep 2003 05:24:45 -0400 Original-Received: from [209.61.173.204] (helo=integrasp.com) by monty-python.gnu.org with smtp (Exim 4.22) id 1A2SMd-00067Y-UZ for emacs-devel@gnu.org; Thu, 25 Sep 2003 05:24:44 -0400 Original-Received: (qmail 3630 invoked from network); 25 Sep 2003 09:15:54 -0000 Original-Received: from host217-37-167-241.in-addr.btopenworld.com (HELO ntserver.altio.com) (217.37.167.241) by 66.216.96.43 with SMTP; 25 Sep 2003 09:15:54 -0000 Original-Received: from gnu.org (ALTIOJR [192.168.111.42]) by ntserver.altio.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RLBVS4HN; Thu, 25 Sep 2003 10:23:23 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-gb, en, ja Original-To: Werner LEMBERG In-Reply-To: <20030925.104708.70197319.wl@gnu.org> 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:16621 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16621 Werner LEMBERG wrote: >>> * international/mule-cmds.el >>> (standard-display-european-internal): ... Set >>> display table to use U+2018, U+2019 for `'. This seems like an individual preference. It should be left as a user customization, not the default behaviour. Users expect to get ASCII characters when they type ASCII I think. And this could lose if the user does not have a Unicode font (I guess that is why this is conditional on XFree86-4, but someone might delete fonts they don't think they need to save disk space).