Andreas Roehler wrote: > no need for that, emacs -q or emacs -Q is the right thing then >
"emacs -q" does not work, "emacs -Q" does work. (The toggling of highlighting while opening and closing a multi-line comment is like before, but inside a correct multi-line comment, a new ' is happily ignored.) > Patch attached - not polished yet, but works here some weeks now. > Copied it to my /usr/share/emacs/site-lisp/python-mode Tried: # patch python-mode.el tqs-all-python-mode.patch It seemed to work. To check: # diff python-mode.el python-mode.el-351 ...seems to look like the patch file. New emacs doesn't work better, but do I need to open the new python-mode.el and meta-X byte-compile-file or something? python-mode.elc has a new time stamp, does that mean I did it correctly? Thanks, -kb, the Kent who has never gotten into emacs internals and doesn't know the difference between a -q and -Q launch. _______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode