From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.diffs,gmane.emacs.devel Subject: Re: scratch/check-declare 1d5cdf1 2/2: check-declare.el: Use compilation-style warnings Date: Fri, 13 Feb 2015 21:53:59 +0000 Message-ID: References: <20150213140806.27897.63152@vcs.savannah.gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1423864448 9608 80.91.229.3 (13 Feb 2015 21:54:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2015 21:54:08 +0000 (UTC) Cc: emacs-diffs@gnu.org To: emacs-devel , Oleh Krehel Original-X-From: emacs-diffs-bounces+gnu-emacs-diffs=m.gmane.org@gnu.org Fri Feb 13 22:54:08 2015 Return-path: Envelope-to: gnu-emacs-diffs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YMOBa-0008Qb-TK for gnu-emacs-diffs@m.gmane.org; Fri, 13 Feb 2015 22:54:07 +0100 Original-Received: from localhost ([::1]:57589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMOBa-0007QQ-8V for gnu-emacs-diffs@m.gmane.org; Fri, 13 Feb 2015 16:54:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMOBU-0007Lm-MA for emacs-diffs@gnu.org; Fri, 13 Feb 2015 16:54:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMOBU-0007Mv-0B for emacs-diffs@gnu.org; Fri, 13 Feb 2015 16:54:00 -0500 Original-Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:38389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMOBT-0007Mn-Oh; Fri, 13 Feb 2015 16:53:59 -0500 Original-Received: by mail-ob0-f172.google.com with SMTP id nt9so24940099obb.3; Fri, 13 Feb 2015 13:53:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=aq5n6m5DX7KCDp0MNeGLDUL4ITyzAVxtg4ZPo81HH1s=; b=H3xvyvBsrSiElDoFIbrZnCP4f/O1Ld1KDAFcz1T7LPjYsK11M/PFq+XBJucSZuNkgC 3NuBUIVt5wASntC6ZsdE2FODFGcbbvA/lf4Bzu8uIQuh+teMCnXdvHShN0ldUQLxOh/Y j0hw0mCO7YxdL+9EQohm03Hvnpvc2T4G+h0mNvB26da7OE3JWaPZ/sJtPSSRw8euv7yH 6YF2PSTdPKYctczjmELmd7WZKxwfNrxqaktzKkBsO8zm+9+3NNMcGXk5b12U64rW9JgS 4R/C244pEkIINN1psmcJ+LtTICS8On0UhrgQ0qg09csi/c2Zd+BP4xrnVwF7Q8Z4U9B0 W+og== X-Received: by 10.60.84.177 with SMTP id a17mr7841441oez.17.1423864439252; Fri, 13 Feb 2015 13:53:59 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Fri, 13 Feb 2015 13:53:59 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: R1cRn_Z_mdp6BJahny4ggS1WCag X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22c X-BeenThere: emacs-diffs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for Emacs changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-diffs-bounces+gnu-emacs-diffs=m.gmane.org@gnu.org Original-Sender: emacs-diffs-bounces+gnu-emacs-diffs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.diffs:129153 gmane.emacs.devel:183033 Archived-At: >> + (with-current-buffer (find-file-noselect file) > > Please use with-temp-buffer + insert-file-contents instead. That is, unless the file needs to stay open for some specific reason.