From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: next-error ignore info and warning levels Date: Fri, 16 Jan 2015 14:32:15 +0300 Message-ID: <54B8F6BF.3080807@yandex.ru> References: <33bcdd70-5032-4824-92b3-f462032402d9@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1421407962 29077 80.91.229.3 (16 Jan 2015 11:32:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2015 11:32:42 +0000 (UTC) To: Sam Halliday , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 16 12:32:41 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YC58r-0006Rs-8h for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jan 2015 12:32:41 +0100 Original-Received: from localhost ([::1]:55141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC58q-0003j3-Ly for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jan 2015 06:32:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC58Z-0003hr-8u for help-gnu-emacs@gnu.org; Fri, 16 Jan 2015 06:32:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YC58W-0001dF-4g for help-gnu-emacs@gnu.org; Fri, 16 Jan 2015 06:32:23 -0500 Original-Received: from mail-lb0-x236.google.com ([2a00:1450:4010:c04::236]:60461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC58V-0001d2-RZ for help-gnu-emacs@gnu.org; Fri, 16 Jan 2015 06:32:20 -0500 Original-Received: by mail-lb0-f182.google.com with SMTP id u10so17868815lbd.13 for ; Fri, 16 Jan 2015 03:32:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=c/VPrNVbiAmlRzINkmAZZ/jrT/MhhE1SaBNMYEtyAjs=; b=PFF9vCGJeV/eoKuDfM1avKSL9yByrSvZO5V7uKavMFMV4ucfO73hJr2cYjyh4DPm/b KXfaDg/jOvPlgSz4mNyETK026+wNzoNgqMvf+fTb3NjUGa/xVdXyAbsTVt5JTyZlFHx2 leGEVL2OSnqWLN5F1b5lcJmj7G79q0YxmzXoQ60njNnwSGISWmNj0K2CUojRxjz/xBIO gD17zjGrgwiwz/iy93LMquUXa3QXqrdRgVOgdVs6/VMYTFa1Sb124QU4godVTJM8cZOh jfvn2yaKlSHkoWXmqODl6FZgD/VFjK2JtAAAZQfg8SNmdpjnAub5JYY6pswnmd8uxL0B Ye+A== X-Received: by 10.152.5.38 with SMTP id p6mr14994664lap.91.1421407938939; Fri, 16 Jan 2015 03:32:18 -0800 (PST) Original-Received: from [192.168.1.3] ([178.252.98.87]) by mx.google.com with ESMTPSA id qr10sm811629lbb.30.2015.01.16.03.32.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Jan 2015 03:32:18 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: <33bcdd70-5032-4824-92b3-f462032402d9@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::236 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102113 Archived-At: On 01/16/2015 02:26 PM, Sam Halliday wrote: > I would like to customise the behaviour of next-error (or, at least replace the keybinding with an alternative function) that skips out the info and warning level matches (as correctly discovered by compilation-error-regexp-alist). Check out compilation-skip-threshold.