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

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

[debbugs-tracker] bug#19522: closed (Width of version column in package.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19522: closed (Width of version column in package.el should be 13 iso 12)
Date: Tue, 06 Jan 2015 18:47:01 +0000

Your message dated Tue, 06 Jan 2015 21:46:02 +0300
with message-id <address@hidden>
and subject line Re: bug#19522: Width of version column in package.el should be 
13 iso 12
has caused the debbugs.gnu.org bug report #19522,
regarding Width of version column in package.el should be 13 iso 12
to be marked as done.

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


-- 
19522: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19522
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Width of version column in package.el should be 13 iso 12 Date: Tue, 06 Jan 2015 15:06:48 +0100
Hi,

package.el defines the width of the version column as 12
characters. However this field often is 12 characters as it frequently
contains 8 date digits, a period and 4 time digits.

Following patch sets the field to 13 positions so that all 4 digit
time version fields are fully readable:


diff -c --label 
/Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/.\~/package.el.gz.\~1\~
 --label 
/Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/package.el.gz 
/var/folders/pm/8r8j__dn10s90gw1tmlqjt1w0000gn/T/jka-com604432E 
/var/folders/pm/8r8j__dn10s90gw1tmlqjt1w0000gn/T/jka-com6044RLR
*** 
/Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/.~/package.el.gz.~1~
--- /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/package.el.gz
***************
*** 1650,1656 ****
  \\{package-menu-mode-map}"
    (setq tabulated-list-format
          `[("Package" 18 package-menu--name-predicate)
!           ("Version" 12 nil)
            ("Status"  10 package-menu--status-predicate)
            ,@(if (cdr package-archives)
                  '(("Archive" 10 package-menu--archive-predicate)))
--- 1650,1656 ----
  \\{package-menu-mode-map}"
    (setq tabulated-list-format
          `[("Package" 18 package-menu--name-predicate)
!           ("Version" 13 nil)
            ("Status"  10 package-menu--status-predicate)
            ,@(if (cdr package-archives)
                  '(("Archive" 10 package-menu--archive-predicate)))

Diff finished.  Tue Jan  6 14:53:48 2015

Guido



--- End Message ---
--- Begin Message --- Subject: Re: bug#19522: Width of version column in package.el should be 13 iso 12 Date: Tue, 06 Jan 2015 21:46:02 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0
Version: 24.5

On 01/06/2015 05:06 PM, Guido Van Hoecke wrote:

Following patch sets the field to 13 positions so that all 4 digit
time version fields are fully readable:

Thanks for the report. This was already the case in master, and I've now backported the change to the emacs-24 branch.

Please don't Cc bug report emails to the help-gnu-emacs list.


--- End Message ---

reply via email to

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