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

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

bug#8469: 24.0.50; package.el cannot handle long package names


From: Chong Yidong
Subject: bug#8469: 24.0.50; package.el cannot handle long package names
Date: Tue, 26 Apr 2011 14:47:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

emacs18@gmail.com, Richard Kim <emacs18@gmail.com> writes:

> package.el was recently changed to make use of tabulated-list.el.
> This seems to be causing problems when a package name is too long.
> The threshold seems to be some length between 15 and 19 characters.
>
> To see the problem, start emacs with -q option, then execute the
> following code:
>
>     (require 'package)
>     (custom-set-variables
>      '(package-archives '(("tromey" . "http://tromey.com/elpa/";))))
>     (package-list-packages)
>
> This results in the stack trace shown below where the problem is with
> a package named "compilation-recenter-end" which has 24 characters long.

I think this was fixed in Leo's 2011-04-10 change; at least, I can't
reproduce this with latest trunk.





reply via email to

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