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: "Warning: `save-excursion' defeated by `set-buffer'" madness Date: Fri, 12 Feb 2010 21:40:57 +0100 Message-ID: <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 1266007041 17440 80.91.229.12 (12 Feb 2010 20:37:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Feb 2010 20:37:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 12 21:37:19 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 1Ng2GJ-00043Y-TL for ged-emacs-devel@m.gmane.org; Fri, 12 Feb 2010 21:37:16 +0100 Original-Received: from localhost ([127.0.0.1]:48403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ng2GJ-0004M7-42 for ged-emacs-devel@m.gmane.org; Fri, 12 Feb 2010 15:37:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ng2GE-0004Lk-6l for emacs-devel@gnu.org; Fri, 12 Feb 2010 15:37:10 -0500 Original-Received: from [140.186.70.92] (port=51660 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ng2GC-0004Ky-TY for emacs-devel@gnu.org; Fri, 12 Feb 2010 15:37:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ng2GC-0002dC-H3 for emacs-devel@gnu.org; Fri, 12 Feb 2010 15:37:09 -0500 Original-Received: from mail-fx0-f226.google.com ([209.85.220.226]:53916) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ng2GC-0002d0-Cb for emacs-devel@gnu.org; Fri, 12 Feb 2010 15:37:08 -0500 Original-Received: by fxm26 with SMTP id 26so2888280fxm.33 for ; Fri, 12 Feb 2010 12:37:06 -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:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:content-transfer-encoding:user-agent; bh=5t6tcXXT77Ax/63/I4KjK6hKJAMG9EzzXDEmxut37PM=; b=uRXvINPVYK2FzRnjAZBIyJ4zb4AT+S/JoKN3mfGfdARrXmoIW/fQgFh1dUIOOQf7Vl OUq0KPuXWNQq7XKAS1S/H+YjQRtW8LNFuaXu6Oc23JjuCB+97JXkC0OF7u7EE5fTS3Sf OD6gNpFtBG98QUJLmARmQiRsHKfPDT++g9owA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:content-transfer-encoding :user-agent; b=srcWwTZoS4WyCQvwJIRwXYxK41/2lsWS+cPk7iFp0DPmqifK+MA9veGM4byQCUcNVG h6LZPoB/3VylPK7kMR6eA/oQcLTlyjM7zleYsQYd1YhfGz81F1X6jQ+AxjFtiyTMAR80 9109MYZKxB5SPezfdd76GZAmXfFVYnd7szgO4= Original-Received: by 10.223.7.4 with SMTP id b4mr1988460fab.102.1266007026261; Fri, 12 Feb 2010 12:37:06 -0800 (PST) Original-Received: from localhost ([88.103.132.186]) by mx.google.com with ESMTPS id 28sm6173302fkx.28.2010.02.12.12.37.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Feb 2010 12:37:05 -0800 (PST) Mail-Followup-To: emacs-devel@gnu.org Content-Disposition: inline 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:121084 Archived-At: 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. Štěpán