emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#2746: closed ([PATCH] 23.0.91; ELP header not al


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#2746: closed ([PATCH] 23.0.91; ELP header not aligned correctly.)
Date: Sun, 06 Mar 2011 02:39:01 +0000

Your message dated Sat, 05 Mar 2011 21:38:32 -0500
with message-id <address@hidden>
and subject line Re: [PATCH] 23.0.91; ELP header not aligned correctly.
has caused the GNU bug report #2746,
regarding [PATCH] 23.0.91; ELP header not aligned correctly.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
2746: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2746
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] 23.0.91; ELP header not aligned correctly. Date: Sun, 22 Mar 2009 18:13:21 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (darwin)
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))))))



--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] 23.0.91; ELP header not aligned correctly. Date: Sat, 05 Mar 2011 21:38:32 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
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?


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]