I am making the switch to emacs from Textmate and really want to find an easy way to find all the TODOs and FIXMEs in my Rails projects. In Textmate there is a TODO bundle. In Vim there is the tasklist. What is the equivalent in emacs? Is this done with a grep?
Asked
Active
Viewed 236 times
2 Answers
0
Jonathan Rockway's eproject is a lightweight project management package that has that functionality. You'll have to do some configuration to define the files in your project. After that, you can use M-x eproject-todo
to find all the TODOs and FIXMEs.
It also has implementations of find-file and switch-buffer that restricts the choices to itmes in the project.

Dingo
- 3,305
- 18
- 14