emacs-devel
[Top][All Lists]
Advanced

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

Re: native-comp and resetting of search paths


From: Stefan Monnier
Subject: Re: native-comp and resetting of search paths
Date: Tue, 14 Jul 2020 01:49:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> Hmm odd. It's a custom variable:
>>
>>   (defcustom elpy-rpc-pythonpath (file-name-directory (locate-library 
>> "elpy"))
>>     "A directory to add to the PYTHONPATH for the RPC process.
>
> Use (locate-library "elpy.el" t); that will find the .el file, not one
> of the compiled files.

This will workaround the incompatibility introduced by the native-comp
branch, but we should probably try and see if we can change the way the
branch works such that such incompatibility is avoided.


        Stefan




reply via email to

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