From unknown Mon Sep 08 16:26:11 2025 X-Loop: don@donarmstrong.com Subject: bug#184: Resolved underline problem needs to be reflected in etc/PROBLEMS Reply-To: sand@blarg.net, 184@debbugs.gnu.org Resent-From: sand@blarg.net Original-Sender: bug-gnu-emacs-bounces+monnier=iro.umontreal.ca@gnu.org Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 03 May 2008 18:15:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 184 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.120983791917646 (code B ref -1); Sat, 03 May 2008 18:15:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 3 May 2008 18:05:19 +0000 Received: from mercure.iro.umontreal.ca (mercure.iro.umontreal.ca [132.204.24.67]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m43I5Biv017087 for ; Sat, 3 May 2008 11:05:12 -0700 Received: by mercure.iro.umontreal.ca (Postfix, from userid 20848) id 676B92CF9D5; Sat, 3 May 2008 14:05:11 -0400 (EDT) X-Original-To: monnier@iro.umontreal.ca Delivered-To: monnier@iro.umontreal.ca Received: from pinpin.iro.umontreal.ca (pinpin.iro.umontreal.ca [132.204.24.52]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 4C39C2CF95C for ; Sat, 3 May 2008 14:05:11 -0400 (EDT) Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by pinpin.iro.umontreal.ca (Postfix) with ESMTP id BE3153B8B43 for ; Sat, 3 May 2008 14:05:02 -0400 (EDT) Received: from localhost ([127.0.0.1]:60101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsM6Y-0002nW-Ep for monnier@iro.umontreal.ca; Sat, 03 May 2008 14:05:02 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JsM6Q-0002mJ-L7 for bug-gnu-emacs@gnu.org; Sat, 03 May 2008 14:04:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JsM6P-0002kV-AH for bug-gnu-emacs@gnu.org; Sat, 03 May 2008 14:04:54 -0400 Received: from [199.232.76.173] (port=47356 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsM6P-0002kS-2S for bug-gnu-emacs@gnu.org; Sat, 03 May 2008 14:04:53 -0400 Received: from v-static-143-234.avvanta.com ([206.124.143.234] helo=priss.frightenedpiglet.com) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JsM6O-0007Ya-Be for bug-gnu-emacs@gnu.org; Sat, 03 May 2008 14:04:52 -0400 Received: (qmail 25362 invoked by uid 1000); 3 May 2008 17:38:19 -0000 Date: 3 May 2008 17:38:19 -0000 Message-ID: <20080503173819.25361.qmail@priss.frightenedpiglet.com> From: sand@blarg.net To: bug-gnu-emacs@gnu.org X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Greylist: delayed 1602 seconds by postgrey-1.27 at monty-python; Sat, 03 May 2008 14:04:52 EDT X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bug-gnu-emacs-bounces+monnier=iro.umontreal.ca@gnu.org Errors-To: bug-gnu-emacs-bounces+monnier=iro.umontreal.ca@gnu.org X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=0.11, requis 5, BAYES_50 0.00, NO_REAL_NAME 0.11, SPF_HELO_PASS -0.00) X-DIRO-MailScanner-From: bug-gnu-emacs-bounces+monnier=iro.umontreal.ca@gnu.org >From etc/PROBLEMS: ** Underlines appear at the wrong position. This is caused by fonts having a wrong UNDERLINE_POSITION property. Examples are the font 7x13 on XFree prior to version 4.1, or the jmk neep font from the Debian xfonts-jmk package. To circumvent this problem, set x-use-underline-position-properties to nil in your `.emacs'. xfonts-jmk_3.0.17 and later have a correct UNDERLINE_POSITION, so this should read: ** Underlines appear at the wrong position. This is caused by fonts having a wrong UNDERLINE_POSITION property. Examples are the font 7x13 on XFree prior to version 4.1, or the jmk neep font from the Debian xfonts-jmk package prior to version 3.0.17. To circumvent this problem, set x-use-underline-position-properties to nil in your `.emacs'. Derek