From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Krehel Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] scratch/check-declare e7e278c 1/2: check-declare.el (check-declare-ext-errors): New defcustom. Date: Tue, 24 Feb 2015 17:20:55 +0100 Message-ID: <878ufn702g.fsf@gmail.com> References: <20150213140806.27897.63152@vcs.savannah.gnu.org> <873869mui7.fsf@gmail.com> <87y4o093vy.fsf@gmail.com> <87mw4fh1nx.fsf@gmail.com> <8761azbnhw.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424795581 518 80.91.229.3 (24 Feb 2015 16:33:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2015 16:33:01 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 24 17:32:56 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 1YQIPm-0004MF-Bo for ged-emacs-devel@m.gmane.org; Tue, 24 Feb 2015 17:32:54 +0100 Original-Received: from localhost ([::1]:50145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQIPl-00017u-L0 for ged-emacs-devel@m.gmane.org; Tue, 24 Feb 2015 11:32:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQIIS-00028x-Hl for emacs-devel@gnu.org; Tue, 24 Feb 2015 11:25:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQIIP-0007di-7z for emacs-devel@gnu.org; Tue, 24 Feb 2015 11:25:20 -0500 Original-Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:42762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQIIP-0007dS-2E for emacs-devel@gnu.org; Tue, 24 Feb 2015 11:25:17 -0500 Original-Received: by wesw62 with SMTP id w62so26200503wes.9 for ; Tue, 24 Feb 2015 08:25:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=gzY6qvc2vxRhF7dZYkRt2tjo6DjeGS4hFSNKgv50iJA=; b=nGCPA0lm2jka/gwh4tLcEdKt15tcKg6YrypRVkJ80DRYBDheHzfNDd9NjFt6icF4r4 kF7LtGuT3HDC2WpS558DWW5DzRikQqP7b8bivrU+GUx6h2+98ajAFaoEHYtHovGckB0w GCN12Yne5VaUamDIcW74gSATBTVg4kN7+7h/WF2Etkhu/3n0mQfJtTo41coKGRUK2T2D mjRC14P6nRp9JXwWcOgUSIzvluzknJGjE2KSsLoqihO+pFlC3E6GZ7hoYnBazJ7vt2k+ MxeSfidp64ApbLOULU8Wx57tzv0QFzG9MaMdfSYnkyJyVSfPDJylwpQ4OX8Y+uSH4vGb fMoQ== X-Received: by 10.194.235.71 with SMTP id uk7mr34498315wjc.13.1424795115825; Tue, 24 Feb 2015 08:25:15 -0800 (PST) Original-Received: from firefly (dyn069045.nbw.tue.nl. [131.155.69.45]) by mx.google.com with ESMTPSA id fu1sm21225653wic.2.2015.02.24.08.25.15 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 24 Feb 2015 08:25:15 -0800 (PST) In-Reply-To: <8761azbnhw.fsf@gmail.com> (Oleh Krehel's message of "Wed, 18 Feb 2015 10:03:07 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::22c 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:183454 Archived-At: Oleh Krehel writes: > Oleh Krehel writes: > >> Is it OK to merge now? I've dealt with the previous remarks. > > Same question, but now there's an extra commit ensuring that the order > of the errors isn't reversed and that `first-error' will indeed jump to > the first error. If there are no objections, I'll just merge it in a while. Oleh