Malcolm Purvis <malcolmp(a)xemacs.org> writes:
Dear Jérôme,
Hi,
Thank you to for the patch. By coincidence I happened to be working
on a sync
of sh-script.el to the latest Emacs CVS that I'm currently testing, but I
don't mind you finishing first.
Depends what version you'd like to include :-P
I have one comment after quickly comparing the two efforts:
I found that the menu map definitions in sh-mode-map did not work expected
(this bug is also in the existing code). Go get the menu bar to work I
stripped all references to menu-map out of sh-mode-map and added the following
straight after it:
...
I then added the following to sh-mode:
---------------------------------------------------------------------------
(if sh-mode-menu
(easy-menu-add sh-mode-menu)); XEmacs
---------------------------------------------------------------------------
It sounds good. Furthermore, I think it is saner.
The rest of the patch seems OK to me.
I took Adrian's remarks into account on my system.
Are you taking care of merging against the version from the CVS trunk or shall
I include your changes in mine and repost?
Cheers,
--
Jérôme Marant