Gnus development mailing list
 help / color / mirror / Atom feed
* Conditional smileys?
@ 1997-08-05 12:23 Edvard Majakari
  1997-08-06  6:14 ` Wesley Hardaker
  0 siblings, 1 reply; 4+ messages in thread
From: Edvard Majakari @ 1997-08-05 12:23 UTC (permalink / raw)



Yet another question (not smiley-specific, actually): How can I easily
prohibit smiley.el converting ascii-strings to icons within certain
newsgroups?  I like the thingy, but reading comp.lang.perl.* is
sometimes a tad tedious with smileys :)

-- 
//Ed               GSM: 040 5960810     URL: http://lodge.ton.tut.fi/%7Eed/

dilectio proximo malum non operatur plenitudo ergo legis est dilectio
 -- Rom 13:10


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Conditional smileys?
  1997-08-05 12:23 Conditional smileys? Edvard Majakari
@ 1997-08-06  6:14 ` Wesley Hardaker
  1997-08-06  7:15   ` SL Baur
  0 siblings, 1 reply; 4+ messages in thread
From: Wesley Hardaker @ 1997-08-06  6:14 UTC (permalink / raw)


>>>>> On 05 Aug 1997 15:23:27 +0300, Edvard Majakari <ed@a41a.otanner.ton.tut.fi> said:

Edvard> Yet another question (not smiley-specific, actually): How can
Edvard> I easily prohibit smiley.el converting ascii-strings to icons
Edvard> within certain newsgroups?  I like the thingy, but reading
Edvard> comp.lang.perl.* is sometimes a tad tedious with smileys :)

Sadly, its not easy because you have to remove the smiley-function from the
appropriate hook (ie, (remove-hook 'gnus-article-display-hook
'gnus-smiley-display)), but this isn't as easy as it sounds because
putting this in the group parameters doesn't work...  Even if you
force it to make the gnus-article-display-hook local, its only local
to the summary buffer, and the article buffer doesn't inherit
variables from the summary buffer.  I sure wish it would, cause I've
wanted to do other things like this as well...

-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Conditional smileys?
  1997-08-06  6:14 ` Wesley Hardaker
@ 1997-08-06  7:15   ` SL Baur
  1997-08-06 10:18     ` Wesley Hardaker
  0 siblings, 1 reply; 4+ messages in thread
From: SL Baur @ 1997-08-06  7:15 UTC (permalink / raw)


Wesley Hardaker <whardake@sphysdec1.unil.ch> writes:

>>>>>> On 05 Aug 1997 15:23:27 +0300, Edvard Majakari <ed@a41a.otanner.ton.tut.fi> said:
Edvard> Yet another question (not smiley-specific, actually): How can
Edvard> I easily prohibit smiley.el converting ascii-strings to icons
Edvard> within certain newsgroups?  I like the thingy, but reading
Edvard> comp.lang.perl.* is sometimes a tad tedious with smileys :)

> I sure wish it would, cause I've
> wanted to do other things like this as well...

Why not add some tests to the standard to smiley-ification function
to ignore groups by regexp, or (if the regexp is nil) by some group
parameter?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Conditional smileys?
  1997-08-06  7:15   ` SL Baur
@ 1997-08-06 10:18     ` Wesley Hardaker
  0 siblings, 0 replies; 4+ messages in thread
From: Wesley Hardaker @ 1997-08-06 10:18 UTC (permalink / raw)


>>>>> On 06 Aug 1997 00:15:00 -0700, SL Baur <steve@xemacs.org> said:

sb> Why not add some tests to the standard to smiley-ification
sb> function to ignore groups by regexp, or (if the regexp is nil) by
sb> some group parameter?

Cause there are more than one package that I would like to see this
done with.  For instance, normally I don't want the '^L' page breaks,
but in alt.fan.warlord I do.  But setting this in the group parameters
doesn't work, as it affects the article buffer not the summary
buffer.  There should be a way (ie TODO list time) to set article
buffer local variables in the group parameters...  Also, a method of
easily adding/removing items from hooks (temporarily) is needed...

-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1997-08-06 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-05 12:23 Conditional smileys? Edvard Majakari
1997-08-06  6:14 ` Wesley Hardaker
1997-08-06  7:15   ` SL Baur
1997-08-06 10:18     ` Wesley Hardaker

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).