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

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

Re: rx and gnus-posting-styles


From: Tassilo Horn
Subject: Re: rx and gnus-posting-styles
Date: Sun, 22 Jul 2007 16:09:33 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Hadron <hadronquark@googlemail.com> 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)





reply via email to

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