From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: Extending underline/overline/strikethrough to window edge on X Date: Mon, 03 Mar 2008 00:32:55 +0000 Message-ID: <47CB4737.2060804@harpegolden.net> References: <8e24944a0803012052q7554670by36ccdacad35e88eb@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204504405 28284 80.91.229.12 (3 Mar 2008 00:33:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2008 00:33:25 +0000 (UTC) Cc: "Lennart Borgman \(gmail\)" , emacs-devel@gnu.org, David O'Toole , Stefan Monnier , Tassilo Horn , Miles Bader To: David De La Harpe Golden Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 03 01:33:49 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JVyck-0001wy-Pk for ged-emacs-devel@m.gmane.org; Mon, 03 Mar 2008 01:33:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVycD-0005Yb-JZ for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 19:33:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVyc9-0005VW-1z for emacs-devel@gnu.org; Sun, 02 Mar 2008 19:33:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVyc7-0005TP-5W for emacs-devel@gnu.org; Sun, 02 Mar 2008 19:33:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVyc7-0005TH-2v for emacs-devel@gnu.org; Sun, 02 Mar 2008 19:33:07 -0500 Original-Received: from harpegolden.net ([65.99.215.13]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVybz-0004b0-Ug; Sun, 02 Mar 2008 19:33:00 -0500 Original-Received: from golden1.harpegolden.net (unknown [86.45.7.58]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 2" (verified OK)) by harpegolden.net (Postfix) with ESMTP id 6F344842C; Mon, 3 Mar 2008 00:32:57 +0000 (UTC) User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) In-Reply-To: <8e24944a0803012052q7554670by36ccdacad35e88eb@mail.gmail.com> X-Enigmail-Version: 0.95.0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91126 Archived-At: David De La Harpe Golden wrote: > On 02/03/2008, David De La Harpe Golden > wrote: >> Working on that, noticed a difference between underlining on X and in >> terminals: if a face has only underline set on a terminal and the >> overlay with that face passes the narrower-than-window-width line end, >> then the underline extends to the right edge of the window - in this >> case desirable to get a line all the way across the window. >> >> If a face has only underline set on X, that doesn't happen, >> only happens if the face also has a different background set to the >> frame background. filed as bug #26 in test tracker, including the trivial fix. http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=26