Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load cl.el at compiling #128

Merged
merged 1 commit into from Feb 5, 2014
Merged

Load cl.el at compiling #128

merged 1 commit into from Feb 5, 2014

Conversation

syohex
Copy link
Collaborator

@syohex syohex commented Feb 5, 2014

Because older popup-el loads cl.el only at compiling.
(Newer popup-el loads cl.el without `eval-after-load)

This is related to #127

@picca Please try to compiling https://raw.github.com/tkf/emacs-jedi/require-cl/jedi.el .
I merge this patch if you have no problems.

Because older popup-el loads cl.el only at compiling.
(Newer popup-el loads cl.el without `eval-after-load)
@picca
Copy link

picca commented Feb 5, 2014

Yes it works now, I can compile the file from emacs

when I use elint I have this message.

Linting /home/picca/jedi.el

In function jedi:dot-complete:
jedi.el:571:Error: Call to undefined function: jedi:complete

In function jedi:import-python-el-settings-setup:
jedi.el:1014:Warning: Reference to unbound symbol: python-shell-extra-pythonpaths
jedi.el:1014:Warning: Reference to unbound symbol: python-shell-virtualenv-path

Linting finished.

but it works :)

thanks a lot

syohex added a commit that referenced this pull request Feb 5, 2014
@syohex syohex merged commit d55aff8 into master Feb 5, 2014
@syohex syohex deleted the require-cl branch February 5, 2014 06:26
@syohex
Copy link
Collaborator Author

syohex commented Feb 5, 2014

In function jedi:import-python-el-settings-setup:
jedi.el:1014:Warning: Reference to unbound symbol: python-shell-extra-pythonpaths
jedi.el:1014:Warning: Reference to unbound symbol: python-shell-virtualenv-path

python-shell-extra-pythonpaths and python-shell-virtualenv-path are defined
only newer python-mode. It has no impact if those variables are not defined.

Thanks for reporting.

@dgutov Thanks for information about this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants