Shunsuke OKANO <[EMAIL PROTECTED]> writes:

>> 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))

That's a feature, not a bug.  When debug-on-error is t, Muse keeps the
buffers of published files open, instead of closing them.  I'm trying
to remember what the benefit was of doing that, but for some reason it
isn't coming to me.  Maybe we should just close the buffer there,
instead.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
 |_] | \| |_| Reclaim your digital rights by eliminating DRM.
      See http://www.defectivebydesign.org/what_is_drm for details.

Attachment: pgpsOdeQsrTa9.pgp
Description: PGP signature

_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to