[Top][All Lists]
[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)
...)
- tags for functions, Ted Zlatanov, 2009/01/20
- Re: tags for functions, Glenn Morris, 2009/01/21
- Re: tags for functions, Ted Zlatanov, 2009/01/22
- Re: tags for functions, Juri Linkov, 2009/01/24
- Re: tags for functions, Ted Zlatanov, 2009/01/26
- Re: tags for functions, Juri Linkov, 2009/01/26
- Re: tags for functions, Ted Zlatanov, 2009/01/27
- Re: tags for functions, Juri Linkov, 2009/01/27