Adrian Aichner <aichner(a)ecf.teradyne.com> writes in xemacs-beta(a)xemacs.org:
>>>>> "sb" == SL Baur
<steve(a)xemacs.org> writes:
...
sb> The remove-hook call should be redundant. Do you have an
sb> earlier site*.el file that unconditionally turns on
sb> lazy-good-for-nothing-lock?
My site-start.el does
(load-file (locate-file "sample.emacs" (list data-directory)))
so that I find breakage and new features ASAP.
O.K. You've written about this before and I forgot, sorry.
sample.emacs does
(add-hook 'font-lock-mode-hook 'turn-on-lazy-lock)
Hence the (remove-hook ...) is required in my site-start.el.
Right.
Should sample.emacs be changed if lazy-lock-mode is really
lazy-good-for-nothing-lock?
If we must recommend defaulting to lazy font-locking, then it should
probably be the lazy-shot flavor. At least that version works in an
XEmacs-y sort of way.