From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4822 Path: news.gmane.org!not-for-mail From: Surendra Singhi Newsgroups: gmane.emacs.gnus.user Subject: Re: Face - problem!! Date: Thu, 31 Mar 2005 23:53:06 -0700 Organization: Arizona State University Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670706 25024 80.91.229.2 (31 Jan 2006 01:25:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:25:06 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:21 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!uio.no!logbridge.uoregon.edu!arclight.uoregon.edu!news.asu.edu!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: bvpnippn_149_169_208_68.inre.asu.edu Original-X-Trace: news.asu.edu 1112338383 4276 149.169.208.68 (1 Apr 2005 06:53:03 GMT) Original-X-Complaints-To: postmaster@asu.edu Original-NNTP-Posting-Date: Fri, 1 Apr 2005 06:53:03 +0000 (UTC) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAG1BMVEUpISBhTkWGalSBa2WZ h3eSi4yvqaTAwb738eTJwd6wAAACdUlEQVR42l2TQXObMBCFRTOeXhG2Mz3Gi6bJFQmSHhugJMe4 rkiPdQ2Sr83EyNcmrrM/u5KJgUQHZtiP955WYok5rnvTL60U6d8apWxBvb4dQV3PF9NkXMrafTIA K+r5dFpLJfVQ0dS+55HII9NSlQfBESyIBW5NMnlU6Mboekle11S8erUK+esIxnRcDsDqri17xKeR bFzKAWzmPqERDYSIIo9Odado7ojHORcirsA/GYDNHTkJbTmO8+qMWHCwso/NV0LDUCRxbHDpTbU+ Kh4dEIvsh0L86016KwcgTpLLLWLaAWv1cEYC6yTyNeITCdy5HxTNA3gz349ErLa481nfoAURpVRw Gtzugw5o88f/AIIGwCHeY/C5VzzCSUQJ5ZTGFy+T02YAPgCd0U/XdHyFF0UX7hTBLBh/eaIcEQrT NdiAPT8erl/gpwU3putD8VBk4maNG0RkRR9eZZMsF3m+fbYdnt/0YLMKUwYAM2CWuAzd9tHknKW2 PPvNLnA3UJjHLE2Bz9gzwHo3/BmanKWcRiKDfFcNgcoZ2MO6jGKoCtP3YR4rayVEwSEvDrvVbR/G FG5TIRchy9/97SlzKE3ZcAycZWWLIWNhYd4qmhxYloV5e0l6AKqZdeLA9m1mF24V4NA53r/LyIMA AoBb/KbfZlyn9vsA1ljf6zdgRJ0TINZK93euzXI0h0MEylIdzIl71IqMVk5xiy+yrO2s64a4qV76 ZFRGAAxxL+VKSlmWxI2+HbJRKQNxhfhP1snCEklMO7AfS/U9sfdaS5kkiQOrdiyTupyfbl22FNKR 4xjbTJqgy5bRwnl1QC5puLURUi6mwpL/1xB0Oml6eXcAAAAASUVORK5CYII= User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.13 (Rational FORTRAN, windows-nt) Cancel-Lock: sha1:Fcw3j/PSo6Z/DeugPuYDlxC49gk= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4963 Original-Lines: 40 X-Gnus-Article-Number: 4963 Tue Jan 17 17:34:21 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4822 Archived-At: Rebecca Ore writes: > Surendra Singhi 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