>>>>> "Roland" == Roland Frank
<FrankRoland(a)kuka-roboter.de> writes:
Roland> This bug report will be sent to the XEmacs Development Team,
Roland> not to your local site managers!!
Roland> Please write in English, because the XEmacs maintainers do not have
Roland> translators to read other languages for them.
Roland> Please describe as succinctly as possible:
Roland> - What happened.
Roland> - What you thought should have happened.
Roland> - Precisely what you were doing at the time.
Roland> Please also include any C or lisp back-traces that you may have.
Roland> ================================================================
Roland> Dear Bug Team!
Roland> I can no longer find the ediff-menu's in the Tools-menu
Roland> (Compare and Merge). What happend to them?
Roland, I can confirm this bug in
(package-get-package-provider 'ediff)
(ediff "1.36")
As a workaround I had to uncomment following line in site-start.el:
(require 'ediff-hook)
I still have left
;(add-hook 'ediff-load-hook 'ediff-xemacs-init-menus)
commented out.
Ediff hooks should have been loaded at startup. I don't know why they got
bumped out. Probably some problem with the packaging system.
Michael, is there a command to properly report ediff bugs?
Yes, there is even a key for this in the ediff window.
But this one I am not sure that it is an ediff bug.
The only thing I can think of that might be related to this is that I
removed the autoloads from the menu specs in ediff-hooks.
I did this because the whole idea of ediff-hooks was that this should be
loaded at startup.
--michael