From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Lars Brinkhoff Newsgroups: gmane.emacs.devel Subject: Re: Recent change in master breaks async package update using paradox Date: Thu, 06 Apr 2017 14:12:14 +0200 Organization: nocrew Message-ID: <86bms968gx.fsf@molnjunk.nocrew.org> References: <87k26y1pp7.fsf@tromey.com> <86pogq6sh5.fsf@molnjunk.nocrew.org> <86lgrd6bsb.fsf@molnjunk.nocrew.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1491480785 5049 195.159.176.226 (6 Apr 2017 12:13:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 6 Apr 2017 12:13:05 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 06 14:13:00 2017 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 1cw6HR-00087M-NG for ged-emacs-devel@m.gmane.org; Thu, 06 Apr 2017 14:12:49 +0200 Original-Received: from localhost ([::1]:45435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cw6HX-0002cd-Ku for ged-emacs-devel@m.gmane.org; Thu, 06 Apr 2017 08:12:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cw6HP-0002cE-N0 for emacs-devel@gnu.org; Thu, 06 Apr 2017 08:12:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cw6HK-0005Pt-SV for emacs-devel@gnu.org; Thu, 06 Apr 2017 08:12:47 -0400 Original-Received: from [195.159.176.226] (port=50011 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cw6HK-0005PH-MJ for emacs-devel@gnu.org; Thu, 06 Apr 2017 08:12:42 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cw6H2-0005Q5-GC for emacs-devel@gnu.org; Thu, 06 Apr 2017 14:12:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:J0VHJa5ueNJzgeHwGe/cjGG0bcs= 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:213702 Archived-At: Kaushal Modi wrote: > As you mentioned in the paradox GitHub thread, a problem could be that > when async runs on my machine, it probably runs an older Emacs. > > Would you or anyone on the list have an idea if we can specify which > exact emacs binary should be used for this "other" emacs process? According to this, it looks like it just starts the first "emacs" found in the path. https://github.com/jwiegley/emacs-async/blob/master/async.el#L287 But then, when I tested this, I didn't change PATH so I think async should have run my /usr/bin/emacs, which is 24.3. Another theory is that some .elc in your local ~/.emacs.d/elpa would have to be recompiled. But that's a use case we should support through (cl-old-struct-mode 1), so I'd like to fix that.