From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [wl@gnu.org: changing line heights] Date: Thu, 25 Sep 2003 19:21:33 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: 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> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1064532674 6873 80.91.224.253 (25 Sep 2003 23:31:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2003 23:31:14 +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 Fri Sep 26 01:31:11 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 1A2fZn-0006xq-00 for ; Fri, 26 Sep 2003 01:31:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A2fhB-0004It-00 for ; Fri, 26 Sep 2003 01:38:49 +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 1A2fW8-0007a2-Au for emacs-devel@quimby.gnus.org; Thu, 25 Sep 2003 19:27:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A2fSF-0006Kh-AI for emacs-devel@gnu.org; Thu, 25 Sep 2003 19:23:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A2fSD-0006KH-GH for emacs-devel@gnu.org; Thu, 25 Sep 2003 19:23:21 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2fRI-0006A5-Nj for emacs-devel@gnu.org; Thu, 25 Sep 2003 19:22:24 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 1A2fQT-0000WG-Ig; Thu, 25 Sep 2003 19:21:33 -0400 Original-To: Werner LEMBERG In-reply-to: <20030925.104708.70197319.wl@gnu.org> (message from Werner LEMBERG on Thu, 25 Sep 2003 10:47:08 +0200 (CEST)) 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:16646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16646 > > * international/mule-cmds.el > > (standard-display-european-internal): Don't use char code for > > Latin-1 NBSP. : Unfrob NBSP display table. Set > > display table to use U+2018, U+2019 for `'. > > (select-safe-coding-system): Message fix. > > > > I tend to agree since only ` and ' are affected. > > Yes, that sounds quite likely. You could check with > > (setq standard-display-table (make-display-table)) Indeed, this restores the correct behaviour! So is it a bug? There is a bug, perhaps, but taking out that change is not a very good fix. That would make ` and ' look too similar (or so it is said). How can we fix the one bug without causing another?