help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Specifying plist requirements in defcustom?


From: jrwats
Subject: Re: Specifying plist requirements in defcustom?
Date: Wed, 15 Oct 2008 09:48:31 -0700 (PDT)
User-agent: G2/1.0

On Oct 15, 9:33 am, jrwats <jrw...@gmail.com> wrote:
> ;; some of the worst lisp i've written...
> ;;(defun path (cadddr list))
> (defun path (a-list) (cadddr a-list))

I shoud also mention I'm willing to get rid of the symbol, and just
have a plist (where what was the symbol is now a string accessed by
'name key)

So corext-enlistments would look like

((name "enlistment name" branch "a.branch.we.are.in" drive "drive:"
path "drive:/path/to/files")
 (name "another name" branch "another.branch" drive "b:" path "b:/
another/path"))


reply via email to

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