[Python-bugs-list] Python 1.6a1 - Misc/python-mode.el not updated? (PR#264)

Skip Montanaro skip@mojam.com (Skip Montanaro)
Mon, 3 Apr 2000 12:31:27 -0500 (CDT)


    >> Wouldn't it be easier to have python-mode simply insert

    >> if 1:

    >> in front of any indented block of code being sent to the interpr=
eter?

    Fran=E7ois> It might work indeed.  But given that the patch exists =
for
    Fran=E7ois> doing it neatly, why not just do it neatly?=20

It was just an observation.  I generally can barely read Emacs Lisp the=
se
days, with all the conventions programmers must adhere to to get things=
 to
work in at least four different versions (GNU Emacs and XEmacs in both
windowed and non-windowed environments), so all I was doing was reactin=
g to
all the "+" lines in the diff and thinking that inserting "if 1:" would=
 be a
simpler patch.

Skip