From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Current master does not work with sr-speedbar package (W64 build) Date: Thu, 06 Dec 2018 19:36:36 -0500 Message-ID: References: <1723869815.291238.1543945851468@mail.libero.it> <831s6x9ntx.fsf@gnu.org> <1892341033.303375.1543966279338@mail.libero.it> <835zw7961j.fsf@gnu.org> <1181980169.366424.1544051247329@mail.libero.it> <83va476u3t.fsf@gnu.org> <115637468.396419.1544086829368@mail.libero.it> <83mupj6mlm.fsf@gnu.org> <1416933916.408019.1544095693412@mail.libero.it> <1266357133.430788.1544118598533@mail.libero.it> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1544142891 29578 195.159.176.226 (7 Dec 2018 00:34:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2018 00:34:51 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 07 01:34:47 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gV46P-0007by-T8 for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2018 01:34:46 +0100 Original-Received: from localhost ([::1]:43583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gV48W-0003uD-Cz for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2018 19:36:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gV48R-0003u8-Cj for emacs-devel@gnu.org; Thu, 06 Dec 2018 19:36:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gV48L-0002cK-EX for emacs-devel@gnu.org; Thu, 06 Dec 2018 19:36:49 -0500 Original-Received: from [195.159.176.226] (port=40465 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gV48L-0002a4-6k for emacs-devel@gnu.org; Thu, 06 Dec 2018 19:36:45 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gV46B-0007Gd-3q for emacs-devel@gnu.org; Fri, 07 Dec 2018 01:34:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:n8rS4wkjdtb+28UUfhxARiVOnCQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231703 Archived-At: > (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