emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp ChangeLog progmodes/python.el


From: ken manheimer
Subject: [Emacs-commit] emacs/lisp ChangeLog progmodes/python.el
Date: Fri, 22 Feb 2008 17:49:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     ken manheimer <kenmanheimer>    08/02/22 17:49:48

Modified files:
        lisp           : ChangeLog 
        lisp/progmodes : python.el 

Log message:
        Finish pdbtrack integration cleanup, settling missing-functions
        byte compiler warnings appropriately.
        
        * progmodes/python.el (python-point): Remove this - beginning-of-line 
was
        all that was necessary for `python-pdbtrack-overlay-arrow'.
        (python-end-of-def-or-class, python-beginning-of-def-or-class)
        (python-goto-initial-line): Drop these - they were only needed for
        python-point.
        (python-comint-output-filter-function): Use condition-case and
        beginning-of-line directly, instead of python-mode.el functions
        which require all sorts of baggage.
        (point-safe): Unnecessary - we're using condition-case directly,
        instead.
        (python-execute-file): Include for python-shell, which i'm leaving
        in keeping despite it being unnecessary for pdb tracking.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.12872&r2=1.12873
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/python.el?cvsroot=emacs&r1=1.83&r2=1.84




reply via email to

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