1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Monnier
32efc702b3 (run-python): Fix use of \n.
(python-load-file): Remove `try' from Python fragment.
(python-describe-symbol): Fix message.
2004-04-14 20:16:05 +00:00
Stefan Monnier
1e328a982c (python-mouse-2-command, python-RET-command): Remove unused functions. 2004-04-14 18:59:10 +00:00
Stefan Monnier
0578dead3a Doc fixes. Changes for compiler warnings.
(syntax): Don't require.
(python) <defgroup>: Add :version.
(python-quote-syntax): Re-written.
(inferior-python-mode): Move stuff here from run-python and add
some more.
(python-preoutput-continuation, python-preoutput-result)
(python-dotty-syntax-table): New.
(python-describe-symbol): Use them.
(run-python): Move stuff to inferior-python-mode.  Modify code
loaded into Python.
(python-send-region): Use python-proc, python-send-string.
(python-send-string): Send newlines too.  Callers changed.
(python-load-file): Re-written.
(python-eldoc-function): New.
(info-look): Don't require.
(python-after-info-look): New.  A modified version of former
top-level code for use with eval-after-load.
(python-maybe-jython, python-guess-indent): Use widened buffer.
(python-fill-paragraph): Re-written.
(python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
2004-04-13 18:02:03 +00:00
Stefan Monnier
f9f25632b3 (run-python): Use compilation-shell-minor-mode.
Set compilation-error-regexp-alist earlier.
2004-04-13 16:05:36 +00:00
Stefan Monnier
6f480c7a38 New file. 2004-04-12 01:58:43 +00:00