aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (python-send-command): New fun.Stefan Monnier2004-04-291-24/+21
| | | | (python-send-region, python-load-file): Use it.
* (python-maybe-jython): Don't assume point-min==1.Stefan Monnier2004-04-211-1/+1
|
* (python-compilation-line-number): Fix braindamage.Stefan Monnier2004-04-161-7/+12
| | | | (python-load-file): Fix python-orig-start setting.
* (python-after-info-look): Use with-no-warnings.Stefan Monnier2004-04-161-35/+44
|
* (python-orig-start-line, python-orig-file): Remove.Stefan Monnier2004-04-141-31/+25
| | | | | | (python-orig-start): New var. (python-input-filter, python-compilation-line-number) (python-send-region, python-load-file): Use it.
* (run-python): Fix use of \n.Stefan Monnier2004-04-141-7/+5
| | | | | (python-load-file): Remove `try' from Python fragment. (python-describe-symbol): Fix message.
* (python-mouse-2-command, python-RET-command): Remove unused functions.Stefan Monnier2004-04-141-27/+0
|
* Doc fixes. Changes for compiler warnings.Stefan Monnier2004-04-131-197/+361
| | | | | | | | | | | | | | | | | | | | | | | | (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.
* (run-python): Use compilation-shell-minor-mode.Stefan Monnier2004-04-131-17/+3
| | | | Set compilation-error-regexp-alist earlier.
* New file.Stefan Monnier2004-04-121-0/+1499