From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: incomplete header-line with 3d boxes and prop fonts Date: Mon, 24 Apr 2006 02:58:42 -0400 Message-ID: <87zmibv4w2.fsf-monnier+emacs@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145861943 10980 80.91.229.2 (24 Apr 2006 06:59:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Apr 2006 06:59:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 24 08:59:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FXv2C-0001uT-PI for ged-emacs-devel@m.gmane.org; Mon, 24 Apr 2006 08:59:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXv2B-0001EO-PH for ged-emacs-devel@m.gmane.org; Mon, 24 Apr 2006 02:58:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FXv20-0001EC-8f for emacs-devel@gnu.org; Mon, 24 Apr 2006 02:58:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FXv1x-0001Dq-Na for emacs-devel@gnu.org; Mon, 24 Apr 2006 02:58:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXv1x-0001Dn-FS for emacs-devel@gnu.org; Mon, 24 Apr 2006 02:58:45 -0400 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FXv48-0001Qk-24 for emacs-devel@gnu.org; Mon, 24 Apr 2006 03:01:00 -0400 Original-Received: from alfajor ([70.53.192.213]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060424065843.IPFA20622.tomts10-srv.bellnexxia.net@alfajor>; Mon, 24 Apr 2006 02:58:43 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 58F1ED765F; Mon, 24 Apr 2006 02:58:42 -0400 (EDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Mon, 24 Apr 2006 02:25:04 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:53303 Archived-At: >> Try the following command: >> >> src/emacs -Q --eval '(set-face-attribute (quote header-line) nil :family "helv")' ~/tmp/foo.ses >> >> If you don't have a foo.ses file, you'll get an empty spreadsheet. >> Now hit M-o a few times to add some columns. >> >> Now two things: >> >> 1 - as already reported, the right hand side of the 3d boxes in the >> header-line are missing. >> >> 2 - the last few pixels of the header-line are missing. Most likely you >> will not have noticed it yet because it's ben correctly drawn earlier >> and hasn't been overdrawn yet. But try C-l to see what's really >> going on: for each 3d box in the header line a few pixels are lost at >> the right edge of the header-line. >> >> The same thing happens with the mode-line (except that 3d boxes in the >> mode-line are harder to come by, except for mouse-face highlights and those >> don't seem to suffer from that problem). > I installed a trivial fix for the missing right 3D border -- it seems > to only hit a boxed stretch glyph. Thanks, it seems both problems are fixed. Stefan