From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Newsgroups: gmane.emacs.devel Subject: Re: "Warning: `save-excursion' defeated by `set-buffer'" madness Date: Sun, 14 Feb 2010 01:17:55 +0100 Message-ID: <20100214001755.GA2289@headley> References: <20100212204057.GG27521@headley> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1266106504 6864 80.91.229.12 (14 Feb 2010 00:15:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Feb 2010 00:15:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Barry Fishman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 14 01:15:01 2010 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.69) (envelope-from ) id 1NgS8b-0003LM-Bh for ged-emacs-devel@m.gmane.org; Sun, 14 Feb 2010 01:15:01 +0100 Original-Received: from localhost ([127.0.0.1]:48771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgS8a-0008LD-Pl for ged-emacs-devel@m.gmane.org; Sat, 13 Feb 2010 19:15:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NgS7e-0008Bd-NZ for emacs-devel@gnu.org; Sat, 13 Feb 2010 19:14:02 -0500 Original-Received: from [140.186.70.92] (port=56551 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgS7d-0008BD-Up for emacs-devel@gnu.org; Sat, 13 Feb 2010 19:14:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NgS7d-000563-Py for emacs-devel@gnu.org; Sat, 13 Feb 2010 19:14:02 -0500 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:51933) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NgS7d-00055t-Gz for emacs-devel@gnu.org; Sat, 13 Feb 2010 19:14:01 -0500 Original-Received: by fxm9 with SMTP id 9so246156fxm.30 for ; Sat, 13 Feb 2010 16:14:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=UUcNGDq6CSHLiDrWkCS1yAgH50MLm0z9iiwyAY/KtaQ=; b=os1mWZ/4SvJp/YUNFsp5IsI8CWmBvtTM0FmtEsOv8cCaaGjhg582hXFZbF/Vhu4Byc eyGKZnTcqnfwulKGWlq0iIdN2qW7IEC7t7u9phPj01BCJxED1tBEG9ZaLQmdPAWOsNnd iYjLGZAZHNvWkHCO025C7KEuZ4oGqlqedj5eU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; b=A30BRqr1B918WSB/u2XXANRblQPYwAE5gze8owG3S6N6ilPtj6VushaKjh+qfJcWAm +0hk0pUFcuiKgs2CfK0w8GMmEbaZHlSJaaoIGNhTCX3guQT+IVbpqnXVp2L/GSDUj2q3 yR5fGUl3q9+oUsnzXcTh4Q81xP80Vryv770YE= Original-Received: by 10.223.95.69 with SMTP id c5mr3768601fan.44.1266106439957; Sat, 13 Feb 2010 16:13:59 -0800 (PST) Original-Received: from localhost ([88.103.132.186]) by mx.google.com with ESMTPS id 2sm7884703fks.43.2010.02.13.16.13.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 13 Feb 2010 16:13:59 -0800 (PST) Mail-Followup-To: Barry Fishman , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-27) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:121106 Archived-At: On Sat, Feb 13, 2010 at 06:01:43PM -0500, Barry Fishman wrote: > Hi Štěpán, > > > Is there any way I can get rid of these warnings globally? > > It's really annoying to have *Compile-Log* pop up every now and then. > > I put the following in my .emacs file: > > ;; Shut off compiler error pop-up warning about > ;; save-excursion defeated by set-buffer > (setq byte-compile-warnings '(not suspicious)) Oh, great, thanks! I knew there had to be a way...