Gnus development mailing list
 help / color / mirror / Atom feed
From: Lee Willis <lee@gbdirect.co.uk>
Subject: Re: how to turn off smileys
Date: 12 May 1999 16:05:27 +0100	[thread overview]
Message-ID: <lz90au9vm0.fsf@landlord.gbdirect.co.uk> (raw)
In-Reply-To: Bud Rogers's message of "12 May 1999 09:59:03 -0500"

Bud Rogers <budr@sirinet.net> writes:

> I've tried adding 
>         gnus-treat-display-smileys nil  and
>         gnus-smiley-display nil
> to my gnus-article-display-hook.  That doesn't do it.  I would appreciate a 
> hint.

You shouldn't add them to your gnus-article-display-hook at
all. gnus-treat-* are variables, gnus-article-display-hook is a list of
functions (This is probably not 100% technically correct but I'm no
elisp programmer and I think I'm close enough ...)

You should be doing something like this :

(setq gnus-treat-display-smileys nil)

Lee
-- 
I was doing object-oriented assembly at 1 year old ...  
For some reason my mom insists on calling it "Playing with blocks"


  reply	other threads:[~1999-05-12 15:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-12 14:59 Bud Rogers
1999-05-12 15:05 ` Lee Willis [this message]
1999-05-12 15:38   ` Bud Rogers
1999-05-12 19:30     ` Kai.Grossjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=lz90au9vm0.fsf@landlord.gbdirect.co.uk \
    --to=lee@gbdirect.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).