info-gnus-english
[Top][All Lists]
Advanced

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

Re: nnml-active-file customization


From: David Z Maze
Subject: Re: nnml-active-file customization
Date: Mon, 19 Sep 2005 11:45:18 -0400
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (usg-unix-v)

Albert Reiner <areiner@tph.tuwien.ac.at> writes:

> Provided backticks work as in Common Lisp (I didn't even know that
> Elisp has them), you probably want
>
>   `(nnml ... (nnml-active-file (concat ,my-nnml-directory ...)))
>
> i.e., only one level of backticks.

...except that you probably actually want

`(nnml ... (nnml-active-file ,(concat my-nnml-directory ...)))

so that, in the result, the cdr of the cons cell whose car is
'nnml-active-file is the result of the concat call, not the list
'(concat "/nnml/directory/name" "stuff").

  --dzm


reply via email to

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