From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel,gmane.emacs.diffs Subject: Re: [Emacs-diffs] scratch/check-declare 1d5cdf1 2/2: check-declare.el: Use compilation-style warnings Date: Fri, 13 Feb 2015 21:49:31 +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=UTF-8 X-Trace: ger.gmane.org 1423864183 5262 80.91.229.3 (13 Feb 2015 21:49:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2015 21:49:43 +0000 (UTC) Cc: emacs-diffs@gnu.org To: emacs-devel , Oleh Krehel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 13 22:49:42 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YMO7G-0005h2-E1 for ged-emacs-devel@m.gmane.org; Fri, 13 Feb 2015 22:49:38 +0100 Original-Received: from localhost ([::1]:57574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMO7F-000661-LX for ged-emacs-devel@m.gmane.org; Fri, 13 Feb 2015 16:49:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMO7C-00064M-Vp for emacs-devel@gnu.org; Fri, 13 Feb 2015 16:49:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMO7C-0005QX-5V for emacs-devel@gnu.org; Fri, 13 Feb 2015 16:49:34 -0500 Original-Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:37289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMO7A-0005Q1-Cy; Fri, 13 Feb 2015 16:49:32 -0500 Original-Received: by mail-ob0-f178.google.com with SMTP id uz6so24847395obc.9; Fri, 13 Feb 2015 13:49:31 -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=y9s/jC0yYyim0pO62Cgzcck3nuAjeb4qrpyRi2S0A8A=; b=KPT79rNf3Y+H99N0LNz1HGy2132g6slK8em95bS8ZSVR/zb8QlOTfEP1rmlRxc4D1k B5b15hDi+3QKWdOKpxlxmKXkkkHsxnlEDH17I1MoO/KljemTYpg+Fo9WXz6SnHFFOA4g gRimkY+aZHBo7Nsz9MCoRi2fkGFfEh2JyXSQvmxUPgP/AJyTkOm5faSqJAxfy3f4BzNc tzGKSWIdwN0iEkgWCK9wvvuEFAdLCp1X0Y9iw9dOVxneKrfdv4vb5JhSX5BjGpyK+o7A u5yJ3LPaGpngRopnNUztRAjQ0xR7azCu7JyxiWRyZy7suCNFGyA08aPtoyApj9r7uHZL iD8Q== X-Received: by 10.202.203.78 with SMTP id b75mr7403776oig.27.1423864171911; Fri, 13 Feb 2015 13:49:31 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Fri, 13 Feb 2015 13:49:31 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: AnougIiqUo2H46E42LG0FMX8OK8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183032 gmane.emacs.diffs:129152 Archived-At: > + (with-current-buffer (find-file-noselect file) Please use with-temp-buffer + insert-file-contents instead.