Gnus development mailing list
 help / color / mirror / Atom feed
From: Francois Felix Ingrand <felix@dial.oleane.com>
Cc: torin@daft.com, ding@gnus.org
Subject: Re: selectively turning off smiley
Date: 20 Jun 1998 01:02:25 +0200	[thread overview]
Message-ID: <86hg1hm1vi.fsf@dial.oleane.com> (raw)
In-Reply-To: Wes Hardaker's message of "19 Jun 1998 10:13:08 -0700"

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

Wes Hardaker <wjhardaker@ucdavis.edu> writes:

> >>>>> On 18 Jun 1998 18:18:50 -0700, Darren Stalder <darren@u.washington.edu> said:
> 
> Darren> Hmm.  So, I should write a wrapper around gnus-smiley-display that
> Darren> checks group to see if it should run or not.
> 
> Yep.

Something like:

(defadvice gnus-smiley-display (around felix-gsd activate)
	 (if (not (and (boundp 'gnus-newsgroup-name)
			(string-equal gnus-newsgroup-name
				"foo.bar")))
    ad-do-it
    )
  )

Have not tried it... just proposing something close to another advice I use.


-- 
-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Francois Felix INGRAND         "France 1998: 1 ménage sur 10 vit avec moins
Personal: felix@dial.oleane.com de 2700 F par mois, 8,5 millions de personnes
Professional: felix@laas.fr     vivent en dessous du seuil de pauvreté." INSEE



      reply	other threads:[~1998-06-19 23:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-17  9:39 Darren/Torin/Who Ever...
1998-06-17 16:36 ` Wes Hardaker
1998-06-19  1:18   ` Darren Stalder
1998-06-19 17:13     ` Wes Hardaker
1998-06-19 23:02       ` Francois Felix Ingrand [this message]

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=86hg1hm1vi.fsf@dial.oleane.com \
    --to=felix@dial.oleane.com \
    --cc=ding@gnus.org \
    --cc=torin@daft.com \
    /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).