From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: buff-menu.el header line Date: Fri, 19 Nov 2004 07:24:16 -0800 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100877912 20275 80.91.229.6 (19 Nov 2004 15:25:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Nov 2004 15:25:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 19 16:24:59 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CVAd9-0001wC-00 for ; Fri, 19 Nov 2004 16:24:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVAm2-00079y-SX for ged-emacs-devel@m.gmane.org; Fri, 19 Nov 2004 10:34:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CVAlv-00079P-Jm for emacs-devel@gnu.org; Fri, 19 Nov 2004 10:34:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CVAlu-00079B-Sf for emacs-devel@gnu.org; Fri, 19 Nov 2004 10:34:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVAlu-000798-N0 for emacs-devel@gnu.org; Fri, 19 Nov 2004 10:34:02 -0500 Original-Received: from [148.87.2.201] (helo=inet-mail1.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CVAci-0000Fw-77; Fri, 19 Nov 2004 10:24:32 -0500 Original-Received: from rgmgw3.us.oracle.com (rgmgw3.us.oracle.com [138.1.191.12]) by inet-mail1.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id iAJFR67k018333; Fri, 19 Nov 2004 07:27:06 -0800 (PST) Original-Received: from rgmgw3.us.oracle.com (localhost [127.0.0.1]) by rgmgw3.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id iAJFOJR0002882; Fri, 19 Nov 2004 08:24:19 -0700 Original-Received: from dradamslap (dhcp-amer-csvpn-gw1-141-144-67-193.vpn.oracle.com [141.144.67.193]) by rgmgw3.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id iAJFOItC002856; Fri, 19 Nov 2004 08:24:18 -0700 Original-To: , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 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: main.gmane.org gmane.emacs.devel:30086 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30086 The misalignment can be fixed by deleting the space before the `CRM' in `list-buffers-noselect' on line 648 of emacs/lisp/buff-menu.el Change (header (concat " " (propertize "CRM " 'face 'fixed-pitch) to (header (concat (propertize "CRM " 'face 'fixed-pitch) That space was obviously put there for a reason, so this can't be a real fix. What change was it that caused this bug to appear? Just a guess, but in Emacs 20 the header has " MR Buffer " instead of "CRM Buffer ". Perhaps, instead of the C replacing the initial space, it was added after it. BTW, there is nothing particularly mnemonic about "CRM". I suspect that most users will never guess what the letters stand for...and they don't need to. I suggest we remove "CRM" altogether: it hurts more than helps understanding.