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: martin rudalics
Subject: Re: Current master does not work with sr-speedbar package (W64 build)
Date: Fri, 07 Dec 2018 08:13:35 +0100

>>    (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.

Can you tell me how package.elc _could_ be loaded after you gave it the

;;\sno-byte-compile: t

directive?

martin



reply via email to

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