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

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

Re: Face - problem!!


From: Surendra Singhi
Subject: Re: Face - problem!!
Date: Thu, 31 Mar 2005 23:53:06 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.13 (Rational FORTRAN, windows-nt)

Rebecca Ore <ogoense.net@verizon.net> writes:

> Surendra Singhi <efuzzyone@netscape.net> writes:
>
>>
>> You also need to give me the code for the function
>> my-message-header-setup-hook.
>
> The sections in my .gnus.el that I've cobbled together
> script-kitty-wise from other people's lisp suggestions are as follows:
>
>   (defun my-message-header-setup-hook ()
>             (let ((group (or gnus-newsgroup-name "")))
>               (when (or (message-fetch-field "newsgroups")
>                         (gnus-group-find-parameter group 'to-address)
>                         (gnus-group-find-parameter group 'to-list))
>                 (insert "Mail-Copies-To: never\n"))))
>
> (setq message-required-news-headers
>   (append message-required-news-headers
>     (list (cons 'Face (lambda ()
>                         (gnus-face-from-file 
> "~/Graphics/Photographs/smallberniesiguana.jpg"))))))
>
>           (add-hook 'message-header-setup-hook
>                     'my-message-header-setup-hook)
>
Thanks for your help, but "my-message-header-setup-hook" is not the reason 
because of which message-required-news-headers works, there must be some other
setting or something else which makes it tick.
Anyway, I got was able to use some other workaround to make FACE work.

Cheers.
-- 
Surendra Singhi
www.public.asu.edu/~sksinghi/

"O thou my friend! The prosperity of Crime is like unto the lightning,
whose traitorous brilliancies embellish the atmosphere but for an
instant, in order to hurl into death's very depths the luckless one
they have dazzled." -- Marquis de Sade


reply via email to

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