From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.devel Subject: Re: best way to add TODO items in the code ? Date: Sat, 04 Jan 2020 23:58:54 +0100 Message-ID: <874kxabzgx.fsf@mbork.pl> References: <87imlsc31h.fsf@mbork.pl> <87a773bf2i.fsf@mbork.pl> <7753A11C-7604-4C08-A531-55E6FC4A7377@traduction-libre.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="37835"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: mu4e 1.1.0; emacs 27.0.50 Cc: Emacs developers To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 04 23:59:55 2020 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 1insOf-0009g5-K2 for ged-emacs-devel@m.gmane.org; Sat, 04 Jan 2020 23:59:53 +0100 Original-Received: from localhost ([::1]:37452 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1insOe-0000PV-Ap for ged-emacs-devel@m.gmane.org; Sat, 04 Jan 2020 17:59:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52385) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1insNy-000823-Pf for emacs-devel@gnu.org; Sat, 04 Jan 2020 17:59:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1insNv-0002Uu-KD for emacs-devel@gnu.org; Sat, 04 Jan 2020 17:59:10 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:60154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1insNv-000271-Bb for emacs-devel@gnu.org; Sat, 04 Jan 2020 17:59:07 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 1893DE6694; Sat, 4 Jan 2020 23:59:03 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dVk-2xRXNtdb; Sat, 4 Jan 2020 23:58:58 +0100 (CET) Original-Received: from localhost (jeden09-dwa27.echostar.pl [213.156.109.227]) by mail.mojserwer.eu (Postfix) with ESMTPSA id D788EE62E6; Sat, 4 Jan 2020 23:58:57 +0100 (CET) In-reply-to: <7753A11C-7604-4C08-A531-55E6FC4A7377@traduction-libre.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.110.48.8 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:243950 Archived-At: On 2020-01-04, at 15:05, Jean-Christophe Helary wrote: >> On Jan 4, 2020, at 21:07, Marcin Borkowski wrote: >> >> >> On 2020-01-03, at 15:49, Jean-Christophe Helary wrote: >> >>> I checked the package manager and found: >>> comment-tags >>> fic-mode >>> fixmee >>> that seem to do what I want. I'm going to test them now. >> >> Please report back when you know something about them. > > I was not able to have comment-tags run. > fic-mode and fixmee rely on regexp to find relevant "tags" (TODO/BUG, etc.) > > Both highlight the tags (red bold) in the file where the mode is enabled. > > fixmee also creates a buffer where all the lines with scanned tags are grouped and each line has a link to the file/line where the tag was found. It also seems to have a number of other useful functions (navigation, etc.) Priority level of the "fix" is based on the number of "e" after "fixme", like "fixmeeee" is a high priority issue. > > I think I'll keep this one. Sounds good, thanks for the summary! Best, -- Marcin Borkowski http://mbork.pl