Hadron <[EMAIL PROTECTED]> writes:

Hi Hadron,

> The form is the code you gave to me in an earlier post and reading the
> text the "," should be backquoting it?  Clearly I am missing something
> obvious?

Yes. You need to backquote (``') the value of gnus-posting-styles in
order to have expressions following `,' evaluated.

     `(a list of ,(+ 2 3) elements) => (a list of 5 elements)

You quoted (`'') the list, so its elements following `,' were not
evaluated.

    '(a list of ,(+ 2 3) elements) => (a list of \, (+ 2 3) elements)

Bye,
Tassilo
-- 
No person,  no idea, and no  religion deserves to be  illegal to insult,
not even the Church of Emacs. (Richard M. Stallman)



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to