[Python-bugs-list] [ python-Bugs-580631 ] python-mode.el and pychecker command

noreply@sourceforge.net noreply@sourceforge.net
Wed, 17 Jul 2002 06:08:32 -0700


Bugs item #580631, was opened at 2002-07-12 12:08
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=580631&group_id=5470

Category: Demos and Tools
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Thomas Heller (theller)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: python-mode.el and pychecker command

Initial Comment:
The py-checker command C-c C-w, once executed, 
changes the behaviour of the 'compile' command.
Usually I have separate uses for the 'compile' command 
(call setup.py build, for example). Can this be changed?

----------------------------------------------------------------------

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-07-17 09:08

Message:
Logged In: YES 
user_id=12800

Do me a favor, try putting "(require 'compile)" right after
the "(require 'cl)" line at the top of the file.  Then
re-byte compile and reload.  Does that fix things for you?


----------------------------------------------------------------------

Comment By: Thomas Heller (theller)
Date: 2002-07-17 04:33

Message:
Logged In: YES 
user_id=11105

Hm, it doesn't work for me.
C-c C-w now prints "Symbol's function definition is void: 
compile-internal".
I updated python-mode.el from CVS, copied it over the 
previous version (in xemacs-packages/lisp/prog-
modes/python-mode.el), and did M-x byte-compile-file on it.
C-c C-v displays $Revision: 4.24 $.

----------------------------------------------------------------------

Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-07-16 11:56

Message:
Logged In: YES 
user_id=12800

Fixed in python-mode.el 4.23

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=580631&group_id=5470