Comment 22 for bug 369800

Revision history for this message
lborgman (lennart-borgman) wrote :

Thanks hobbes,

It looks like the wrong mumamo.el is loaded, but I do not understand why. Let us try to find out which mumamo.el that is loaded from the beginning. Do you have a mumamo.elc in the same directory as mumamo.el? In that case please delete it.

Can you please add these lines to the end of mumamo.el:

  (when buffer-file-name (message "\nFinished evaluating %s\n" buffer-file-name))
  (when load-file-name (message "\nFinished loading %s\n" load-file-name))

Then look in *Messages* after M-x emacs-Q-nxhtml. What output do you find from the lines above?

Open mumamo.el and eval it. What output do you find now from the lines above in *Messages*?