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

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

bug#23927: 25.0.94; Errors when updating using package.el


From: Glenn Morris
Subject: bug#23927: 25.0.94; Errors when updating using package.el
Date: Wed, 13 Jul 2016 13:14:16 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Live System User wrote:

>> The OP has some broken info.el early in their load-path, presumably one
>> that isn't part of Emacs.
>
>   There is a MELPA package I have installed called "realgud" that
>   has the file:
>
>       ~/.emacs.d/elpa/realgud/common/buffer/info.el(.elc)
>
>   Perhaps package.el should deal with this type of issue, otherwise
>   package authors will have to avoid naming their .el files names
>   that are the same as (some) Emacs library names?

Emacs uses a PATH-type lookup in which first match wins. Twas ever thus.
("Private" namespaces are possible using the subdirectory approach used
by eg cedet in Emacs.)

>>>   (defface package-status-built-in

I fixed this.

This issue is now resolved from the Emacs side.





reply via email to

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