GNU bug report logs - #2746
[PATCH] 23.0.91; ELP header not aligned correctly.

Previous Next

Package: emacs;

Reported by: Nikolaj Schumacher <me <at> nschum.de>

Date: Sun, 22 Mar 2009 17:20:02 UTC

Severity: minor

Tags: patch

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

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 2746 in the body.
You can then email your comments to 2746 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 bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2746; Package emacs. (Sun, 22 Mar 2009 17:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nikolaj Schumacher <me <at> nschum.de>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 22 Mar 2009 17:20:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Nikolaj Schumacher <me <at> nschum.de>
To: emacs-pretest-bug <at> gnu.org
Subject: [PATCH] 23.0.91; ELP header not aligned correctly.
Date: Sun, 22 Mar 2009 18:13:21 +0100
It seems header-line-format in ELP has each column one char too short.

In GNU Emacs 23.0.91.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43)
 of 2009-03-22 on thursday
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns' '--with-x''

regards,
Nikolaj Schumacher



diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el
index 900b93e..0d00fea 100644
--- a/lisp/emacs-lisp/elp.el
+++ b/lisp/emacs-lisp/elp.el
@@ -626,7 +626,7 @@ displayed."
                                    'display (list 'space :align-to column)
                                    'face 'fixed-pitch)
                        title)
-                    (setq column (+ column 1
+                    (setq column (+ column 2
                                     (if (= column 0)
                                         elp-field-len
                                       (length title))))))




Severity set to `minor' from `normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 24 Mar 2009 00:50:04 GMT) Full text and rfc822 format available.

Added tag(s) patch. Request was from Dan Nicolaescu <dann <at> ics.uci.edu> to control <at> debbugs.gnu.org. (Sun, 20 Dec 2009 15:59:02 GMT) Full text and rfc822 format available.

Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Sun, 06 Mar 2011 02:39:01 GMT) Full text and rfc822 format available.

Notification sent to Nikolaj Schumacher <me <at> nschum.de>:
bug acknowledged by developer. (Sun, 06 Mar 2011 02:39:01 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: 2746-done <at> debbugs.gnu.org
Subject: Re: [PATCH] 23.0.91; ELP header not aligned correctly.
Date: Sat, 05 Mar 2011 21:38:32 -0500
Version: 24.1

Thank you for the patch, which is now applied. Sorry for the delay.
By the way, I cannot see that you have completed a copyright assignment
for Emacs. Would you be willing to do that?




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

This bug report was last modified 14 years and 84 days ago.

Previous Next


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