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
2947016a
Commit
2947016a
authored
May 17, 2012
by
Fabián Ezequiel Gallina
Committed by
Fabián Ezequiel Gallina
May 17, 2012
Browse files
Small changes to ffap support
parent
046428d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lisp/progmodes/python.el
lisp/progmodes/python.el
+5
-3
No files found.
lisp/progmodes/python.el
View file @
2947016a
...
...
@@ -66,6 +66,10 @@
;; the shell completion in background so you should run
;; `python-shell-send-buffer' from time to time to get better results.
;; FFAP: You can find the filename for a given module when using ffap
;; out of the box. This feature needs an inferior python shell
;; running.
;; Eldoc: returns documentation for object at point by using the
;; inferior python subprocess to inspect its documentation. As you
;; might guessed you should run `python-shell-send-buffer' from time
...
...
@@ -1472,9 +1476,7 @@ It is specially designed to be added to the
(
python-shell-send-and-clear-output
(
format
python-ffap-string-code
module
)
process
)))
(
when
module-file
(
ffap-locate-file
(
substring-no-properties
module-file
1
-1
)
nil
nil
))))))
(
substring-no-properties
module-file
1
-1
))))))
(
eval-after-load
"ffap"
'
(
progn
...
...
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