GNU bug report logs - #9479
Bad alignment in header for tabulated-list-mode buffers

Previous Next

Package: emacs;

Reported by: Juanma Barranquero <lekktu <at> gmail.com>

Date: Sun, 11 Sep 2011 19:59:03 UTC

Severity: normal

Found in version 24.0.50

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 9479 in the body.
You can then email your comments to 9479 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#9479; Package emacs. (Sun, 11 Sep 2011 19:59:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juanma Barranquero <lekktu <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 11 Sep 2011 19:59:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
Subject: Bad alignment in header for tabulated-list-mode buffers
Date: Sun, 11 Sep 2011 21:53:52 +0200
[Message part 1 (text/plain, inline)]
Package: emacs
Version: 24.0.50

emacs -Q -f server-mode -f list-processes

and columns headers from the third on are not aligned according to
their widths from `tabulated-list-format'.

Another easy way to see the problem, at least on Windows:

emacs -Q -f list-dynamic-libraries

and the "Candidate names" column header is shown two spaces too far to
the right.
[bug.png (image/png, attachment)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#9479; Package emacs. (Sun, 11 Sep 2011 20:06:01 GMT) Full text and rfc822 format available.

Message #8 received at 9479 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 9479 <at> debbugs.gnu.org
Subject: Re: bug#9479: Bad alignment in header for tabulated-list-mode buffers
Date: Sun, 11 Sep 2011 21:57:39 +0200
Juanma Barranquero <lekktu <at> gmail.com> writes:

> emacs -Q -f server-mode -f list-processes
>
> and columns headers from the third on are not aligned according to
> their widths from `tabulated-list-format'.
>
> Another easy way to see the problem, at least on Windows:
>
> emacs -Q -f list-dynamic-libraries

Eli just fixed something very similar an hour ago.  Are you using the
latest latest Emacs?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Reply sent to Juanma Barranquero <lekktu <at> gmail.com>:
You have taken responsibility. (Sun, 11 Sep 2011 20:12:01 GMT) Full text and rfc822 format available.

Notification sent to Juanma Barranquero <lekktu <at> gmail.com>:
bug acknowledged by developer. (Sun, 11 Sep 2011 20:12:01 GMT) Full text and rfc822 format available.

Message #13 received at 9479-done <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: 9479-done <at> debbugs.gnu.org
Subject: Re: bug#9479: Bad alignment in header for tabulated-list-mode buffers
Date: Sun, 11 Sep 2011 22:06:14 +0200
On Sun, Sep 11, 2011 at 21:57, Lars Magne Ingebrigtsen <larsi <at> gnus.org> wrote:

> Eli just fixed something very similar an hour ago.  Are you using the
> latest latest Emacs?

I thought so, but the bug is now fixed, so evidently I was using the
pre latest Emacs and not the latest latest one.

Thanks for the pointer.

    Juanma




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#9479; Package emacs. (Sun, 11 Sep 2011 20:16:01 GMT) Full text and rfc822 format available.

Message #16 received at 9479 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 9479 <at> debbugs.gnu.org
Subject: Re: bug#9479: Bad alignment in header for tabulated-list-mode buffers
Date: Sun, 11 Sep 2011 23:10:39 +0300
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Sun, 11 Sep 2011 21:53:52 +0200
> 
> Package: emacs
> Version: 24.0.50
> 
> emacs -Q -f server-mode -f list-processes
> 
> and columns headers from the third on are not aligned according to
> their widths from `tabulated-list-format'.
> 
> Another easy way to see the problem, at least on Windows:
> 
> emacs -Q -f list-dynamic-libraries
> 
> and the "Candidate names" column header is shown two spaces too far to
> the right.

What bzr revision do you have?  If you don't have 105731, I think I
just fixed this there (as part of fixing bug 9475).  At least the last
recipe does TRT here.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#9479; Package emacs. (Sun, 11 Sep 2011 20:19:01 GMT) Full text and rfc822 format available.

Message #19 received at 9479 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 9479 <at> debbugs.gnu.org
Subject: Re: bug#9479: Bad alignment in header for tabulated-list-mode buffers
Date: Sun, 11 Sep 2011 22:13:51 +0200
> What bzr revision do you have?  If you don't have 105731, I think I
> just fixed this there (as part of fixing bug 9475).  At least the last
> recipe does TRT here.

Yes, thanks. I thought I had updated from trunk more recently that I
had in fact done. Pilot error.

    Juanma




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 10 Oct 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.