From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: `save-excursion' defeated by `set-buffer' Date: Fri, 18 Dec 2009 16:29:31 +0100 Message-ID: References: <834ono7i4r.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1261150857 2872 80.91.229.12 (18 Dec 2009 15:40:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Dec 2009 15:40:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 18 16:40:51 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 1NLewi-0007HO-1H for ged-emacs-devel@m.gmane.org; Fri, 18 Dec 2009 16:40:48 +0100 Original-Received: from localhost ([127.0.0.1]:54752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLewh-00079r-PF for ged-emacs-devel@m.gmane.org; Fri, 18 Dec 2009 10:40:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLemG-000375-W9 for emacs-devel@gnu.org; Fri, 18 Dec 2009 10:30:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLemB-000362-Aj for emacs-devel@gnu.org; Fri, 18 Dec 2009 10:29:59 -0500 Original-Received: from [199.232.76.173] (port=37590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLemB-00035z-1t for emacs-devel@gnu.org; Fri, 18 Dec 2009 10:29:55 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:39674) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLem8-0006iS-Uv; Fri, 18 Dec 2009 10:29:53 -0500 Original-Received: by bwz7 with SMTP id 7so2344338bwz.26 for ; Fri, 18 Dec 2009 07:29:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=iBvQduTgmtk8qfK3iLmgCndwKkno0aflmYmZnBAQOAQ=; b=aA4nGtcIi8alrUl+MWgUjAvBkEMUUJPqIqQ22SgIk18XXEmWes7VgUMz0KDGbDQqqY V5z8S0P+vmsQn+qnrck+LqmlXrjcY0CBEn955hE0La22qh86j+8lsLsWHVxgovTDkUhd mJB6EPvxskDmpVX28A1rQ7B4OARVts8j0jAd4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=sxhcn8loVI0WKNRMrzcO31oqTv54aRb50JVu0GzXosiDaE49hZPC9FZgAkE/OQBlqX 8Cy1hKEQ3Nlvo2iDTztPLNDu7CYnanETB1tB7MkevEtyNBj850peUAYClt9/QvM6r8ql Z0c4kzwo5kPUbTNIA5kby4fS7OLaPGWCMjkv0= Original-Received: by 10.204.23.77 with SMTP id q13mr2472179bkb.136.1261150191168; Fri, 18 Dec 2009 07:29:51 -0800 (PST) In-Reply-To: <834ono7i4r.fsf@gnu.org> X-detected-operating-system: by monty-python.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:118713 Archived-At: On Fri, Dec 18, 2009 at 10:20, Eli Zaretskii wrote: > With today's CVS, I see this warning in files.el and in gnus-group.el: There are 314 such warnings during bootstrap. Stefan said: "[...] the ones that show up at compile time are not a problem (they are potential bugs, but they've been around for a while, so there's no hurry to fix them)." http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00239.html Juanma