From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gerd.moellmann@t-online.de (Gerd Moellmann) Newsgroups: gmane.emacs.devel Subject: Re: [wl@gnu.org: changing line heights] Date: 25 Sep 2003 11:56:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <86r8259ooh.fsf@gerd.free-bsd.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 X-Trace: sea.gmane.org 1064484833 12727 80.91.224.253 (25 Sep 2003 10:13:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2003 10:13:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Sep 25 12:13:51 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 1A2T8B-0002PS-00 for ; Thu, 25 Sep 2003 12:13:51 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A2TFJ-0001s9-00 for ; Thu, 25 Sep 2003 12:21:13 +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 1A2T5x-00060I-TR for emacs-devel@quimby.gnus.org; Thu, 25 Sep 2003 06:11:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A2T50-0005vK-Ah for emacs-devel@gnu.org; Thu, 25 Sep 2003 06:10:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A2T4y-0005u9-6t for emacs-devel@gnu.org; Thu, 25 Sep 2003 06:10:32 -0400 Original-Received: from [194.25.134.84] (helo=mailout09.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2T4v-0005tH-Mp; Thu, 25 Sep 2003 06:10:30 -0400 Original-Received: from fwd00.aul.t-online.de by mailout09.sul.t-online.com with smtp id 1A2Srd-0004CX-06; Thu, 25 Sep 2003 11:56:45 +0200 Original-Received: from gerd.free-bsd.org (XReIBQZEweW-v7FmUjru-iDdaaRGBebnvycAN1yK1eLkua0U-RB-EE@[217.230.97.204]) by fwd00.sul.t-online.com with esmtp id 1A2SrQ-0eRYzA0; Thu, 25 Sep 2003 11:56:32 +0200 Original-Received: from gerd.free-bsd.org (localhost [127.0.0.1]) by gerd.free-bsd.org (8.12.9/8.12.9) with ESMTP id h8P9uUpc000421; Thu, 25 Sep 2003 11:56:31 +0200 (CEST) (envelope-from gerd.moellmann@t-online.de) Original-Received: (from gerd@localhost) by gerd.free-bsd.org (8.12.9/8.12.9/Submit) id h8P9uU67000418; Thu, 25 Sep 2003 11:56:30 +0200 (CEST) (envelope-from gerd.moellmann@t-online.de) X-Authentication-Warning: gerd.free-bsd.org: gerd set sender to gerd.moellmann@t-online.de using -f Original-To: Werner LEMBERG In-Reply-To: <20030925.104708.70197319.wl@gnu.org> Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Seen: false X-ID: XReIBQZEweW-v7FmUjru-iDdaaRGBebnvycAN1yK1eLkua0U-RB-EE 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:16624 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16624 Werner LEMBERG writes: > > (setq standard-display-table (make-display-table)) > > Indeed, this restores the correct behaviour! So is it a bug? In some sense yes, I think. -- Does C-u C-x = show the font being used for characters with a display-table entry? It doesn't look like it does. -- Should there be entries for `' in standard-display-table? If yes, should lisp-mode maybe override such an entry so that backquote is easier to distinguish from quote? Or some variation of this.