Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
091af649
Commit
091af649
authored
Nov 20, 2010
by
Glenn Morris
Browse files
python.el comment.
parent
1aaae3f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/progmodes/python.el
lisp/progmodes/python.el
+1
-0
No files found.
lisp/progmodes/python.el
View file @
091af649
...
@@ -1550,6 +1550,7 @@ buffer for a list of commands.)"
...
@@ -1550,6 +1550,7 @@ buffer for a list of commands.)"
(with-current-buffer
(with-current-buffer
(let* ((cmdlist
(let* ((cmdlist
(append (python-args-to-list cmd)
(append (python-args-to-list cmd)
;; See http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00215.html
'("-i" "-c" "import sys; sys.path.remove('')")))
'("-i" "-c" "import sys; sys.path.remove('')")))
(path (getenv "PYTHONPATH"))
(path (getenv "PYTHONPATH"))
(process-environment ; to import emacs.py
(process-environment ; to import emacs.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment