emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tags for functions


From: Lennart Borgman
Subject: Re: tags for functions
Date: Wed, 21 Jan 2009 23:13:47 +0100

On Wed, Jan 21, 2009 at 11:11 PM, Ted Zlatanov <address@hidden> wrote:
> LB> I think the idea is nice, but maybe keywords should be used (like in
> LB> defcustom etc) for the implementation?
>
> "Keywords" is an OK name for the concept; "tags" is the same thing
> logically but we should stick with what's normal for Emacs Lisp.  What's
> important is to:

I meant something like

  (defun my-move-defun ()
    "docstring"
    :tags '(move)
    ...)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]