Edward Loper <[EMAIL PROTECTED]> writes: > > 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.
I was just following instructions, see in python-mode.el: Send ;; suggestions and other comments to [EMAIL PROTECTED] > Patch tracker URL: > http://sourceforge.net/tracker/?group_id=86916&atid=581351 I am not sure what that is and I don't have time see it. > 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, Yep, sorry about that, it seems that I changed while editing the email as I don't have this in the original file. > hideshow available on all modern flavors of emacs? It not, this command As far as I know it is. > 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. _______________________________________________ Python-mode mailing list [email protected] http://mail.python.org/mailman/listinfo/python-mode
