[Python-mode] patch] add support for hideshow.el
Edward Loper
edloper at gradient.cis.upenn.edu
Thu Apr 27 15:30:27 CEST 2006
> This patch adds support for hideshow.el
It's best to submit patches to sourceforge; if you just email them to
the list, they're liable to get lost.
Patch tracker URL:
http://sourceforge.net/tracker/?group_id=86916&atid=581351
There's at least one typo in your patch:
> + (unless (assoc 'pyhon-mode hs-special-modes-alist)
Presumably that should be "python-mode," not "pyhon-mode". Also, is
hideshow available on all modern flavors of emacs? It not, this command
will probably fail with "symbol's value as variable is void:
hs-special-modes-alist"; so it might be good to check if hideshow is
available first.
-Edward
More information about the Python-mode
mailing list