From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Warning while starting Gnus Date: Fri, 04 Dec 2009 09:42:26 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259938061 32173 80.91.229.12 (4 Dec 2009 14:47:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Dec 2009 14:47:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: CHENG Gao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 04 15:47:34 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NGZRV-00023l-Ra for ged-emacs-devel@m.gmane.org; Fri, 04 Dec 2009 15:47:34 +0100 Original-Received: from localhost ([127.0.0.1]:58955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGZRU-00050a-BY for ged-emacs-devel@m.gmane.org; Fri, 04 Dec 2009 09:47:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGZMi-0004It-Da for emacs-devel@gnu.org; Fri, 04 Dec 2009 09:42:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGZMb-0004HM-QJ for emacs-devel@gnu.org; Fri, 04 Dec 2009 09:42:34 -0500 Original-Received: from [199.232.76.173] (port=39222 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGZMa-0004HE-LO for emacs-devel@gnu.org; Fri, 04 Dec 2009 09:42:29 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:12077 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGZMa-0000Rx-CR for emacs-devel@gnu.org; Fri, 04 Dec 2009 09:42:28 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhcFAP6uGEtFpZ1E/2dsb2JhbACBTtVmhDMEihs X-IronPort-AV: E=Sophos;i="4.47,342,1257138000"; d="scan'208";a="50682028" Original-Received: from 69-165-157-68.dsl.teksavvy.com (HELO pastel.home) ([69.165.157.68]) by ironport2-out.pppoe.ca with ESMTP; 04 Dec 2009 09:42:27 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id A4F7D86C4; Fri, 4 Dec 2009 09:42:27 -0500 (EST) In-Reply-To: (CHENG Gao's message of "Fri, 04 Dec 2009 12:14:34 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118258 Archived-At: > 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