[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: interference between package and exec-path values ?
From: |
Jean-Christophe Helary |
Subject: |
Re: interference between package and exec-path values ? |
Date: |
Sat, 20 Oct 2018 10:55:23 +0900 |
> On Oct 20, 2018, at 2:32, Eli Zaretskii <eliz@gnu.org> wrote:
>
>> From: Jean-Christophe Helary <brandelune@gmail.com>
>> Date: Sat, 20 Oct 2018 01:41:54 +0900
>>
>> I am using the most recent master.
>>
>> I am finding that having this line in my .emacs.el:
>>
>> (setq exec-path (append "/usr/local/bin/" exec-path))
>>
>> interferes with package to the point that I can't install anything.
>
> Of course! You are using 'append' incorrectly. Evaluate
>
> (append "/usr/local/bin/" exec-path)
>
> and you will see what kind of result this produces.
Yes but :)
I had this expression in my .emacs.el file for a while now and it never
interfered with package.
Also, when I start with -q and evaluated the expressions one by one, evaluating
that erroneous expression did *not* trigger the error, it's only when I started
emacs without -q that the error was triggered.
Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune