emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warning while starting Gnus


From: Stefan Monnier
Subject: Re: Warning while starting Gnus
Date: Fri, 04 Dec 2009 09:42:26 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> I am using Emacs/Gnus built from latest git source.  While starting
> Gnus I found one thing very annoying.  It triggers a *Compile-Log*
> window and shows

> ,----
> | Warning: `save-excursion' defeated by `set-buffer'
> `----

I cannot reproduce this.  Can you try to provide a precise recipe?
Or otherwise, place try to add at the beginning of your .emacs

   (setq debug-on-error t)
   (setq byte-compile-debug t)
   (debug-on-entry 'byte-compile-form)

> Also I saw these warning while building Emacs - Gnus files.

These are normal: I have a patch for it, but it's a bit intrusive and is
likely to introduce a few bugs, so it's kept for later.  The one that
shows up during run time needs to be fixed, tho.

> Should I file a bug report?

Yes, please,


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]