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

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

Re: How to change message-citation-line-function


From: Glyn Millington
Subject: Re: How to change message-citation-line-function
Date: Fri, 19 Nov 2004 17:47:36 +0000
User-agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux)

Glyn Millington <wistanswick@linuxmail.org> writes:

> William Daffer <whdaffer@wabcmail.com> writes:
>
>>   I want to use a specific citation in a certain group. I tried to
>>   change message-citation-line-function to a function of my own
>>   creation by doing
>>
>>     (add-to-list 'gnus-newsgroup-variables 'message-citation-line-function)
>>
>>   in my .gnus and 
>>
>>     (message-citation-line-function 'my-citation-line-function)
>>
>>   in the group parameters for the group in question.
>
> Don't group parameters come in dotted pairs ? eg
>
> something like
>
> (message-citation-line-function . (my-citation-line-function))

Tchah,  allow me to jump on my own head this once - from the Gnus manual


,----
| We see that each element consists of a "dotted pair"---the thing before
| the dot is the key, while the thing after the dot is the value. All the
| parameters have this form except local variable specs, which are not
| dotted pairs, but proper lists.
| 
`----

Sorry !




Glyn


reply via email to

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