Re: (no subject)

Eric Ludlam <[email protected]> Mon, 01 Jun 2015 10:16:32 -0400
Newsgroups gmane.emacs.cedet
Message-ID <[email protected]>

On 05/18/2015 08:40 AM, Matthias Meulien wrote:
> Hello CEDET developpers,
>
> With the introduction of `python-shell-virtualenv-path', GNU Emacs now
> support Python's virtual environmento out of the box.
>
> It looks to me that the version of CEDET coming with Emacs does not
> support virtual environments while resolving imports: Imported modules
> are search on a system wide basis even if the user as set up a virtual
> environment. Am I wrong?
>
> Is this fixed in the development version? Is there anybody working on
> fixing this? Otherwise I will make a try...

Hi Matthias,

Sorry for the late reply.  May was a busy month for me.

The python parser doesn't have a maintainer, so it only has gotten minor 
bug fixes lately.

To contribute to CEDET you will need to have signed papers with the FSF 
to assign copyright to your changes.  Is that something you've done 
already?  In the meantime, I can help answer questions though I am not 
always speedy about it.  ;)

Since you are interested in the way it handles import, I'd first like to 
suggest you enable

(global-semantic-decoration-mode 1)

which will give you a quick way to see how it is finding your imports.

Eric

------------------------------------------------------------------------------