• Barry Warsaw's avatar
    (py-execute-region): If you ran this without having visited a · b2d5e62d
    Barry Warsaw yazdı
    python-mode file, py-which-shell would have been nil and the command
    to use would not get set correctly.  This changes things so that 1)
    the temporary file has a .py extension, 2) the temporary file is put
    into python-mode, and 3) the temporary file's py-which-shell is
    captured in a local `shell' variable, which is used to calculate the
    command to use.  Closes SF bug #545436.
    
    (py-parse-state): Rip out the XEmacs-specific calls to
    buffer-syntactic-context, which can get quite confused if there's an
    open paren in column zero say, embedded in a triple quoted string.
    This was always a performance hack anyway, and computers are fast
    enough now that we should be able to get away with the slower, more
    portable, full-parse branch.  Closes SF bug #451841.
    
    Update the comments at the top of the file.
    b2d5e62d
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
PLAN.txt Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...