unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Oleksandr Gavenko <gavenko_a@3g.ua>
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:01:22 +0200	[thread overview]
Message-ID: <fp2a78$2do$1@aioe.org> (raw)
In-Reply-To: 

> Is there a task list mode that will find tags like TODO/XXX/FIXME in 
> source files in a directory, make them into tasks and allow me to edit 
> them/reorder them in the task list?
> 
> I understand that Eclipse and Visual Studio can provide at least some of 
> the functionality listed above. The best I can do thus far is the use of 
> M-x multi-occur, which is useful but does not allow me to simply 
> reorder/sort/edit.
> 

Put in .emacs
(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

It find in all file and subdirectories from current dir of buffer.


  parent reply	other threads:[~2008-02-14 21:01 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 [this message]
2008-02-14 23:18   ` Michael Hoffman
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='fp2a78$2do$1@aioe.org' \
    --to=gavenko_a@3g.ua \
    --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).