From: Michael Hoffman <b3i4old02@sneakemail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Task list like Eclipse's that can keep track of TODOs in multiple source files
Date: Thu, 14 Feb 2008 23:18:05 +0000 [thread overview]
Message-ID: <fp2i7e$4i4$1@ger.gmane.org> (raw)
In-Reply-To: <fp2a78$2do$1@aioe.org>
Oleksandr Gavenko wrote:
> (setq grep-find-command "find . -type f ! -path '*.svn*' ! -path
> '*CVS*' ! -path '*.hg*' -name '*' -print0 | xargs -0 -e grep -nH ")
>
> and type
> C-x grep-find XXX\|TODO\|FIXME
Should be M-x I think. A very useful suggestion!
What I ended up doing was using org-mode. To keep links with places in
the original file, I made a keyboard macro that replaced the old TODOs
with #1, #2, #3, etc. and copied them to the org file with a link back
to the location of #1 in the original file.
next prev parent reply other threads:[~2008-02-14 23:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.6800.1201782916.18990.help-gnu-emacs@gnu.org>
2008-02-01 7:22 ` Task list like Eclipse's that can keep track of TODOs in multiple source files Tim X
2008-02-01 16:33 ` Michael Hoffman
[not found] ` <mailman.6845.1201883637.18990.help-gnu-emacs@gnu.org>
2008-02-04 8:13 ` Sébastien Vauban
2008-02-04 17:32 ` Michael Hoffman
2008-02-14 21:01 ` Oleksandr Gavenko
2008-02-14 23:18 ` Michael Hoffman [this message]
2008-02-15 6:44 ` Thierry Volpiatto
2008-02-15 12:16 ` Michael Hoffman
2008-02-15 12:39 ` Bastien Guerry
2008-02-15 18:58 ` Thierry Volpiatto
2008-02-15 19:32 ` Michael Hoffman
2008-02-15 21:02 ` Thierry Volpiatto
2008-01-31 12:30 Michael Hoffman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='fp2i7e$4i4$1@ger.gmane.org' \
--to=b3i4old02@sneakemail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).