emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

python.el changes


From: Dave Love
Subject: python.el changes
Date: Tue, 13 Apr 2004 17:42:56 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Here's a bunch of fixes and improvements to the recently-installed
python.el.  Sorry they're compressed; I've just had a previous set of
patches to comint held by mailman because it's too big.  Note that one
of the changes here depends on a change in the held comint patch.

The compilation-minor-mode usage still doesn't work for me as Stefan
says it should.

I think the autoloaded additions to auto-mode-alist and
interpreter-mode-alist should be removed to files.el at appropriate
positions in the lists defined there. 

2004-04-13  Dave Love  <address@hidden>

        * progmodes/python.el: 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.

Attachment: python.el.diff.gz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]