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: Thu, 18 Nov 2004 10:00:24 -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 1100800921 14834 80.91.229.6 (18 Nov 2004 18:02:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Nov 2004 18:02:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 18 19:01:44 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 1CUqbI-00024O-00 for ; Thu, 18 Nov 2004 19:01:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUqjQ-00059r-2y for ged-emacs-devel@m.gmane.org; Thu, 18 Nov 2004 13:10:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUqjG-00059c-JL for emacs-devel@gnu.org; Thu, 18 Nov 2004 13:09:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUqjG-00059Q-5f for emacs-devel@gnu.org; Thu, 18 Nov 2004 13:09:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUqjG-00059N-3r for emacs-devel@gnu.org; Thu, 18 Nov 2004 13:09:58 -0500 Original-Received: from [141.146.126.228] (helo=agminet01.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CUqa5-0006FS-NI for emacs-devel@gnu.org; Thu, 18 Nov 2004 13:00:29 -0500 Original-Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.191.10]) by agminet01.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id iAII0PKN001441; Thu, 18 Nov 2004 10:00:26 -0800 Original-Received: from rgmgw1.us.oracle.com (localhost [127.0.0.1]) by rgmgw1.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id iAII0PUT032337; Thu, 18 Nov 2004 11:00:25 -0700 Original-Received: from dradamslap (dradams-lap.us.oracle.com [130.35.177.126]) by rgmgw1.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id iAII0Oph032312; Thu, 18 Nov 2004 11:00:25 -0700 Original-To: , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal In-Reply-To: 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:30033 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30033 When `Buffer-menu-use-header-line' is nil, the header line generated by `list-buffers' fails to line up with the underlines. Right. I reported the same bug on 10/16: 1. The column headings have mouse-face highlighting, and they should sort the columns when you click them, but they don't. Instead, you get this error: No buffer on this line. The key sequence of mouse-2 on a column heading is bound to `Buffer-menu-mouse-select'. 2. The second line in the buffer is used to underline (with "---") the column headings of the first line, but the underlinings don't line up with the column headings. The first line (headings) starts with a space, but it should not. The first line does not line up with any of the other lines. - Drew