From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.devel Subject: Re: best way to add TODO items in the code ? Date: Sun, 5 Jan 2020 10:39:32 +0900 Message-ID: References: <87imlsc31h.fsf@mbork.pl> <87a773bf2i.fsf@mbork.pl> <7753A11C-7604-4C08-A531-55E6FC4A7377@traduction-libre.org> <874kxabzgx.fsf@mbork.pl> Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="149852"; mail-complaints-to="usenet@blaine.gmane.org" To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 05 02:40:16 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 1inuts-000cqF-73 for ged-emacs-devel@m.gmane.org; Sun, 05 Jan 2020 02:40:16 +0100 Original-Received: from localhost ([::1]:38292 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inutq-0002In-SL for ged-emacs-devel@m.gmane.org; Sat, 04 Jan 2020 20:40:14 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42038) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inuth-0002Ds-Ov for emacs-devel@gnu.org; Sat, 04 Jan 2020 20:40:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1inutg-00022c-HS for emacs-devel@gnu.org; Sat, 04 Jan 2020 20:40:05 -0500 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:60029) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1inutg-0001zq-B4 for emacs-devel@gnu.org; Sat, 04 Jan 2020 20:40:04 -0500 X-Originating-IP: 182.251.134.161 Original-Received: from [172.20.10.2] (KD182251134161.au-net.ne.jp [182.251.134.161]) (Authenticated sender: jean.christophe.helary@traduction-libre.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id AFB971C0002 for ; Sun, 5 Jan 2020 01:39:52 +0000 (UTC) In-Reply-To: <874kxabzgx.fsf@mbork.pl> X-Mailer: Apple Mail (2.3608.40.2.2.4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.197 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:243955 Archived-At: > On Jan 5, 2020, at 7:58, Marcin Borkowski wrote: >=20 >=20 > On 2020-01-04, at 15:05, Jean-Christophe Helary = wrote: >=20 >>> On Jan 4, 2020, at 21:07, Marcin Borkowski wrote: >>>=20 >>>=20 >>> On 2020-01-03, at 15:49, Jean-Christophe Helary = wrote: >>>=20 >>>> 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. >>>=20 >>> Please report back when you know something about them. >>=20 >> I was not able to have comment-tags run. Which only talks about my inability to understand the instructions. = *But* for a package that provides such a trivial function, the = instructions should be so easy that even a person like me can use it. I had o issue installing and using the 2 others, even discovering = various functions by reading the code provided by the `helpful' package. JC >> fic-mode and fixmee rely on regexp to find relevant "tags" (TODO/BUG, = etc.) >>=20 >> Both highlight the tags (red bold) in the file where the mode is = enabled. >>=20 >> 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. >>=20 >> I think I'll keep this one. >=20 > Sounds good, thanks for the summary! >=20 > Best, >=20 > --=20 > Marcin Borkowski > http://mbork.pl