emacs-devel
[Top][All Lists]
Advanced

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

Re: Current master does not work with sr-speedbar package (W64 build)


From: Stefan Monnier
Subject: Re: Current master does not work with sr-speedbar package (W64 build)
Date: Thu, 06 Dec 2018 19:36:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>   (closure (...) (status) (let ((b-sym (current-buffer))) (require 
> 'url-handlers) ...

This is weird: the above code seems clearly to come from package, but
you should be running code from package.elc instead (IOW the above code
is not byte-compiled whereas it should be).

It's probably unrelated to your problem, but it might be worthwhile to
investigate why that is.

Can you look at `load-history` to see if indeed `package.el` was loaded
instead of `package.elc` and if so, check from where it was loaded (is
it some extra copy you have lying around somewhere) and why there's no
.elc file next to it.


        Stefan




reply via email to

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