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: Wed, 18 Feb 2015 10:03:07 +0100 Message-ID: <8761azbnhw.fsf@gmail.com> References: <20150213140806.27897.63152@vcs.savannah.gnu.org> <873869mui7.fsf@gmail.com> <87y4o093vy.fsf@gmail.com> <87mw4fh1nx.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424250450 4930 80.91.229.3 (18 Feb 2015 09:07:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2015 09:07:30 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 18 10:07:25 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 1YO0bN-0002us-DT for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2015 10:07:25 +0100 Original-Received: from localhost ([::1]:49399 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO0bM-0004dd-K8 for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2015 04:07:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO0bJ-0004dN-6e for emacs-devel@gnu.org; Wed, 18 Feb 2015 04:07:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO0bF-000354-TS for emacs-devel@gnu.org; Wed, 18 Feb 2015 04:07:21 -0500 Original-Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:46943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO0bF-00034s-N8 for emacs-devel@gnu.org; Wed, 18 Feb 2015 04:07:17 -0500 Original-Received: by mail-wg0-f49.google.com with SMTP id l18so40983634wgh.8 for ; Wed, 18 Feb 2015 01:07:17 -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=3U7z9yoa0q5Up9RN1jcK65E9FYWMHCIUcKt8qdT0Hfs=; b=h9BVqcnlvWQwWFpslK+lEd2S4Gk3Gc6EmRQDwFaqgUZU/0Gx3AlUwuMRAkT/qMTxQ8 yo+MhVBpjvnJvJHNl6hom6+ON5iUUMa2COlDdvad+fsfRAMwxBSGU3LVt2C97+9/mI8u XTTKTmumO0o1m2EyZJWDjYQBMxMjknlXlSOCouN1DwjFOxK+QpCtzmhTCfhiIdRNvooh Hmu696ynOXGSobGDFqj3k3D/3d8bnChmaXHPCrmh0jWT3J20XRc2cOZDptUvpe3KNohr HffcTBEAzLkLw0/c3702iIM7PNBeeqUlUhkb/I4Naz4ShY9WCQzQRD+qqoDnoGoXCaBi pYqw== X-Received: by 10.180.14.66 with SMTP id n2mr2880438wic.50.1424250437034; Wed, 18 Feb 2015 01:07:17 -0800 (PST) Original-Received: from firefly (dyn069045.nbw.tue.nl. [131.155.69.45]) by mx.google.com with ESMTPSA id mb20sm23668653wic.18.2015.02.18.01.07.16 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 18 Feb 2015 01:07:16 -0800 (PST) In-Reply-To: <87mw4fh1nx.fsf@gmail.com> (Oleh Krehel's message of "Sun, 15 Feb 2015 12:09:06 +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:c00::231 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:183238 Archived-At: 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. Oleh