From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#1779: 23.0.60; proced with variable-pitch header line Date: Sun, 04 Jan 2009 03:23:53 -0500 Message-ID: <873afzcwdi.fsf@cyd.mit.edu> Reply-To: Chong Yidong , 1779@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231058619 27173 80.91.229.12 (4 Jan 2009 08:43:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2009 08:43:39 +0000 (UTC) Cc: 1779@emacsbugs.donarmstrong.com To: Stephen Berman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jan 04 09:44:50 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LJObI-0004gE-KV for geb-bug-gnu-emacs@m.gmane.org; Sun, 04 Jan 2009 09:44:48 +0100 Original-Received: from localhost ([127.0.0.1]:43002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJOa3-0002et-DT for geb-bug-gnu-emacs@m.gmane.org; Sun, 04 Jan 2009 03:43:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJOa0-0002ec-0A for bug-gnu-emacs@gnu.org; Sun, 04 Jan 2009 03:43:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJOZy-0002e6-7K for bug-gnu-emacs@gnu.org; Sun, 04 Jan 2009 03:43:27 -0500 Original-Received: from [199.232.76.173] (port=39310 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJOZy-0002e2-4K for bug-gnu-emacs@gnu.org; Sun, 04 Jan 2009 03:43:26 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:42597) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LJOZx-0006Ye-Ji for bug-gnu-emacs@gnu.org; Sun, 04 Jan 2009 03:43:25 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n048hNbi031137; Sun, 4 Jan 2009 00:43:23 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id n048U3H8027511; Sun, 4 Jan 2009 00:30:03 -0800 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 04 Jan 2009 08:30:02 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 1779 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 1779-submit@emacsbugs.donarmstrong.com id=B1779.123105743426227 (code B ref 1779); Sun, 04 Jan 2009 08:30:02 +0000 Original-Received: (at 1779) by emacsbugs.donarmstrong.com; 4 Jan 2009 08:23:54 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n048Nl1i026220 for <1779@emacsbugs.donarmstrong.com>; Sun, 4 Jan 2009 00:23:48 -0800 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 5CC5557E18A; Sun, 4 Jan 2009 03:23:53 -0500 (EST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Sun, 04 Jan 2009 03:43:27 -0500 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:23746 Archived-At: > Proced does not align the attribute names in the header line with the > corresponding columns when header-line face has variable pitch. > > I know of two approaches to dealing with this situation in Emacs, namely > that of buff-menu.el and that of ibuffer.el. The latter imposes a > fixed-pitch face in the header line, overriding the > user customization. The former uses the display property with an > :align-to specification to get proper alignment. Maybe one of these > will work with proced.el too. We can't use :align-to because proced justifies some headers to the right hand side of the column. I don't see where ibuffer.el imposes a fixed-pitch face on the header line, though. Can you point out where it does this?