all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xah <xahlee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: todo list auto generation from code comments
Date: Fri, 2 May 2008 08:05:44 -0700 (PDT)	[thread overview]
Message-ID: <5ecfbeb3-ed60-4448-80e6-287a8f3d38ad@w8g2000prd.googlegroups.com> (raw)
In-Reply-To: mailman.10957.1209530726.18990.help-gnu-emacs@gnu.org

On Apr 29, 6:06 pm, map7 <mich...@dtcorp.com.au> wrote:
> Is there a plugin out there which will allow me to gather all the '#TODO'
> comments from my ruby code and generate a todo list?
>
> I've seen this feature in other IDE's and think it would be useful.  If it
> doesn't exist does anyone know if lisp is capable of performing this?

if your #TODO is single line, you can just use list-matching-lines to
collect them all and paste into a file.

if your todo is not a single line, you could then easily write a elisp
code that slurp blocks defined as starting with #TODO and ends perhaps
at a empty line.

Google: Xah emacs lisp tutorial

and you should find my tutorial if you want.

  Xah
  xah@xahlee.org
∑ http://xahlee.org/

  parent reply	other threads:[~2008-05-02 15:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.10957.1209530726.18990.help-gnu-emacs@gnu.org>
2008-04-30  8:45 ` todo list auto generation from code comments Tim X
2008-05-02 15:05 ` Xah [this message]
2008-04-30  1:06 map7

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5ecfbeb3-ed60-4448-80e6-287a8f3d38ad@w8g2000prd.googlegroups.com \
    --to=xahlee@gmail.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.