From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Org linting library Date: Sun, 24 May 2015 17:19:11 +0200 Message-ID: <87h9r2dmvk.fsf@nicolasgoaziou.fr> References: <87a8y4fdmv.fsf@nicolasgoaziou.fr> <87iobm7wi0.fsf@selenimh.access.network> <877fs1aog3.fsf@selenimh.access.network> <87617l4mxt.fsf@nicolasgoaziou.fr> <877fs02zxc.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwXew-00045p-Of for emacs-orgmode@gnu.org; Sun, 24 May 2015 11:17:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwXet-0004uw-J3 for emacs-orgmode@gnu.org; Sun, 24 May 2015 11:17:50 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:59036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwXet-0004uh-D4 for emacs-orgmode@gnu.org; Sun, 24 May 2015 11:17:47 -0400 In-Reply-To: (Rainer M. Krug's message of "Sat, 23 May 2015 14:00:29 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: emacs-orgmode@gnu.org Rainer M Krug writes: > Concerning ignoring: it would be nice to dynamically exclude certain > types of messages - i.e. hiding them from the results of the > linting. I don't think this is possible at > the moment? > > I have literally about 100 names with a colon - so these messages are > overshadowing the really important ones. Done. Now, "h" hides reports from checker and point. "i" ignores them altogether, which means they do not appear on subsequent refreshes. > Another question: When duplicate names are detected, would it be > possible to specify both (or more) line numbers in the warning? THis > would make finding them much easier. Done. Regards,