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: save-excursion defeated by set-buffer Date: Sun, 29 Nov 2009 10:31:27 -0500 Message-ID: References: <87hbsd4nwp.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259508713 14392 80.91.229.12 (29 Nov 2009 15:31:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2009 15:31:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 29 16:31:46 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 1NElkX-0004Lm-JR for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2009 16:31:45 +0100 Original-Received: from localhost ([127.0.0.1]:55207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NElkW-0008HT-Sf for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2009 10:31:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NElkM-0008F1-Qw for emacs-devel@gnu.org; Sun, 29 Nov 2009 10:31:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NElkI-0008Dv-0L for emacs-devel@gnu.org; Sun, 29 Nov 2009 10:31:34 -0500 Original-Received: from [199.232.76.173] (port=50879 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NElkH-0008Ds-Sv for emacs-devel@gnu.org; Sun, 29 Nov 2009 10:31:29 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:29495 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NElkH-0001O4-N3 for emacs-devel@gnu.org; Sun, 29 Nov 2009 10:31:29 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AroEADYjEktFpYc//2dsb2JhbACBTdFFhDEEihk X-IronPort-AV: E=Sophos;i="4.47,308,1257138000"; d="scan'208";a="50279806" Original-Received: from 69-165-135-63.dsl.teksavvy.com (HELO ceviche.home) ([69.165.135.63]) by ironport2-out.pppoe.ca with ESMTP; 29 Nov 2009 10:31:27 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 36A53B40E6; Sun, 29 Nov 2009 10:31:27 -0500 (EST) In-Reply-To: <87hbsd4nwp.fsf@tux.homenetwork> (Thierry Volpiatto's message of "Sun, 29 Nov 2009 11:37:42 +0100") 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:117925 Archived-At: > But why the compile buffer show up on start of emacs instead of only > showing the warning when compiling? I do not know. Try to (require 'bytecomp) (debug-on-entry 'byte-compile-form) early in your .emacs and hope that it catches the cuprit? Stefan