Shunsuke OKANO | 8 Dec 2006 08:20
Picon

Re: Re: emacs complaining "really edit the buffer?"

> 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

Michael Olson | 8 Dec 2006 15:14
Face
Picon
Picon

Re: emacs complaining "really edit the buffer?"

Shunsuke OKANO <okano <at> pro.ics.tut.ac.jp> 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.
(Continue reading)


Gmane