From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Review request (compilation-error-regexp-alist-alist) Date: Tue, 29 Oct 2019 10:51:10 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="123705"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Filipp Gunbin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 29 15:51:26 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iPSqD-000W2A-Pi for ged-emacs-devel@m.gmane.org; Tue, 29 Oct 2019 15:51:26 +0100 Original-Received: from localhost ([::1]:57964 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPSqB-0004d0-Pj for ged-emacs-devel@m.gmane.org; Tue, 29 Oct 2019 10:51:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36889) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPSq5-0004cn-JP for emacs-devel@gnu.org; Tue, 29 Oct 2019 10:51:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPSq3-0005iX-L7 for emacs-devel@gnu.org; Tue, 29 Oct 2019 10:51:17 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:59657) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iPSq3-0005iC-Ei for emacs-devel@gnu.org; Tue, 29 Oct 2019 10:51:15 -0400 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 3A20481255; Tue, 29 Oct 2019 10:51:14 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id E02398109A; Tue, 29 Oct 2019 10:51:12 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1572360672; bh=hJpJNecxhOCX6SkxHNmsDqySsQP5dL1QX2zJSNtNvwM=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=mxIYNkmEduE6ayqkRCoQlvUmn+m0ctlYiLQ6Niv/PXGrvIvSE9WZAK0XlxbtEV3DG 8C11DC3U0pPxzLC+UgG21PAAzlPUjEWEzbaUDGQ1bSkqTwCJ2lgJSZNNKpJjoP/b0O zmLZZhSOjgJ7+YXpDgJurFHarBf7xEQNZFiLY+bKfnudzu8ht1MxcAjF4CjDA7C0bN /TdnIRTlkEhDCWvyTqMjO8s2XVMEVjDTCGfEqJBbk0dA6XDBc7Cy8pxs+zkEGXRH4+ i2XMxdloufcqz6Tl6CxkVj1kCFM10E4Yy2s7klZLFXU+lZlG0GHnljFGMhachUgfMC hmDuEBbc2yPlA== Original-Received: from pastel (unknown [45.72.255.86]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id AA41C120254; Tue, 29 Oct 2019 10:51:12 -0400 (EDT) In-Reply-To: (Filipp Gunbin's message of "Tue, 29 Oct 2019 17:21:42 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.devel:241587 Archived-At: >>> But I can try. What can I refer to as a standard error format? >> I'd suggest https://www.gnu.org/prep/standards/html_node/Errors.html#Errors > How one could include error type (error / warning / info) in this > format? Not sure about "info", but for "warning" it's usually done by placing "Warning:" right at the beginning of the actual message (after the file/line/col info). Stefan