> 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 _______________________________________________ Python-mode mailing list [email protected] http://mail.python.org/mailman/listinfo/python-mode
