8 Dec 2006 08:20
Re: Re: emacs complaining "really edit the buffer?"
Shunsuke OKANO <okano <at> pro.ics.tut.ac.jp>
2006-12-08 07:20:17 GMT
2006-12-08 07:20:17 GMT
> Ah. I downloaded muse.latest, and it is the same thing. But I don't
> think that it is a muse bug, it must be a "wrong" emacs option or
> something like that. Now I'll look through my emacs configuration.
I think it is a muse bug.
This bug occurred when `debug-on-error' ==> t and
`eval-expression-debug-on-error' ==> nil.
Try this.
put in your .emacs.
(defadvice muse-publish-file (around ad-muse-publish-file activate)
(let ((debug-on-error nil))
ad-do-it))
------------------------
Shunsuke OKANO

RSS Feed