Gnus development mailing list
 help / color / mirror / Atom feed
* XFaces, smileys
@ 1999-05-05  8:52 Norbert Koch
  1999-05-06 20:08 ` Wes Hardaker
  1999-05-07 20:45 ` Mike McEwan
  0 siblings, 2 replies; 11+ messages in thread
From: Norbert Koch @ 1999-05-05  8:52 UTC (permalink / raw)



Hi,

I've, uhm, changed my working environment to WinNT. Now, I still would
like to see the XFace-header and smileys. This doesn't work out which
is a bad thing, sort of.

I only see xfaces, if I toggle the header, but not per default.

WRT smileys the problem begins with smiley-buffer.

1. it asks for (featurep 'x). 
   I've changed this to (or (featurep 'x) (featurep 'mswindows))

2. the translation is done now, but no glyph is displayed (what's the
   reason for that? All necessary features seem to be included). 

   The situation is even worse, since I get neither the smiley-glyph
   nor its textual representation :-(

BTW, treaty variables are set as 

(setq gnus-treat-display-smileys t
      gnus-treat-display-xface 'head)

Any hints? 
TIA, norbert.



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

* Re: XFaces, smileys
  1999-05-05  8:52 XFaces, smileys Norbert Koch
@ 1999-05-06 20:08 ` Wes Hardaker
  1999-05-07  5:16   ` Norbert Koch
  1999-05-07 20:45 ` Mike McEwan
  1 sibling, 1 reply; 11+ messages in thread
From: Wes Hardaker @ 1999-05-06 20:08 UTC (permalink / raw)


>>>>> On 05 May 1999 10:52:07 +0200, Norbert Koch <n.koch@delta-ii.de> said:

lykos> I've, uhm, changed my working environment to WinNT.

That was your real mistake...

lykos> Now, I still would like to see the XFace-header and
lykos> smileys. This doesn't work out which is a bad thing, sort of.

Using Emacs or XEmacs?

(not that I can help you...  I've never looked into windows emacs much 
(I've used it, but not much))
-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


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

* Re: XFaces, smileys
  1999-05-06 20:08 ` Wes Hardaker
@ 1999-05-07  5:16   ` Norbert Koch
  1999-05-07  8:29     ` Tibor Simko
  0 siblings, 1 reply; 11+ messages in thread
From: Norbert Koch @ 1999-05-07  5:16 UTC (permalink / raw)
  Cc: Ding Mailing List

Wes Hardaker <wjhardaker@ucdavis.edu> writes:

> >>>>> On 05 May 1999 10:52:07 +0200, Norbert Koch <n.koch@delta-ii.de> said:
> 
> lykos> I've, uhm, changed my working environment to WinNT.
> 
> That was your real mistake...

Right, that was the "uhm" part of the above sentence ... regard it as
a proxy for a couple of curses :-)

> lykos> Now, I still would like to see the XFace-header and
> lykos> smileys. This doesn't work out which is a bad thing, sort of.
> 
> Using Emacs or XEmacs?

XEmacs, grabbed from the CVS tree.



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

* Re: XFaces, smileys
  1999-05-07  5:16   ` Norbert Koch
@ 1999-05-07  8:29     ` Tibor Simko
  1999-05-07  9:36       ` Norbert Koch
  0 siblings, 1 reply; 11+ messages in thread
From: Tibor Simko @ 1999-05-07  8:29 UTC (permalink / raw)


>>>>> "lykos" == Norbert Koch <n.koch@delta-ii.de> writes:

    lykos> Now, I still would like to see the XFace-header and
    lykos> smileys.

How about using [1]:

(when (string-match "XEmacs" emacs-version)
  (add-hook 'gnus-article-display-hook 'gnus-article-display-x-face t)
  (add-hook 'gnus-article-display-hook 'gnus-smiley-display t))

Footnotes: 
[1]  You may want to look at http://superdave.socom.com/gnus/ too.

Tibor
-- 
Premature optimization is the root of all evil.  --Donald E Knuth


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

* Re: XFaces, smileys
  1999-05-07  8:29     ` Tibor Simko
@ 1999-05-07  9:36       ` Norbert Koch
  1999-05-07 10:47         ` Tibor Simko
  0 siblings, 1 reply; 11+ messages in thread
From: Norbert Koch @ 1999-05-07  9:36 UTC (permalink / raw)
  Cc: ding

Tibor Simko <tibor.simko@cern.ch> writes:

> >>>>> "lykos" == Norbert Koch <n.koch@delta-ii.de> writes:
> 
>     lykos> Now, I still would like to see the XFace-header and
>     lykos> smileys.
> 
> How about using [1]:
> 
> (when (string-match "XEmacs" emacs-version)
>   (add-hook 'gnus-article-display-hook 'gnus-article-display-x-face t)
>   (add-hook 'gnus-article-display-hook 'gnus-smiley-display t))

Unfortunately not, since, AFAIK, there no longer exists a
gnus-article-display-hook. This now is handled by the
gnus-article-treat variables.

Anyway, GNUS tries to display smileys, only it doesn't like the WinNT
surroundings (and who does?) ... at least, it gets into smiley-buffer.

Thanks for the pointer.

'norbert.



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

* Re: XFaces, smileys
  1999-05-07  9:36       ` Norbert Koch
@ 1999-05-07 10:47         ` Tibor Simko
  1999-05-07 11:54           ` Norbert Koch
  0 siblings, 1 reply; 11+ messages in thread
From: Tibor Simko @ 1999-05-07 10:47 UTC (permalink / raw)


>>>>> "lykos" == Norbert Koch <n.koch@delta-ii.de> writes:

    lykos> Unfortunately not, since, AFAIK, there no longer exists a
    lykos> gnus-article-display-hook.  This now is handled by the
    lykos> gnus-article-treat variables.

Anyhow, pgnus 0.83 is still happy with gnus-article-display-hook, so
you can try it out.

Tibor
-- 
If you lie to the compiler, it will get its revenge.  --Henry Spencer


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

* Re: XFaces, smileys
  1999-05-07 10:47         ` Tibor Simko
@ 1999-05-07 11:54           ` Norbert Koch
  0 siblings, 0 replies; 11+ messages in thread
From: Norbert Koch @ 1999-05-07 11:54 UTC (permalink / raw)
  Cc: ding

Tibor Simko <tibor.simko@cern.ch> writes:

> >>>>> "lykos" == Norbert Koch <n.koch@delta-ii.de> writes:
> 
> Anyhow, pgnus 0.83 is still happy with gnus-article-display-hook, so
> you can try it out.

Done, but to no avail ... grmpf. I'll have to dig deeper - sigh.




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

* Re: XFaces, smileys
  1999-05-05  8:52 XFaces, smileys Norbert Koch
  1999-05-06 20:08 ` Wes Hardaker
@ 1999-05-07 20:45 ` Mike McEwan
  1999-05-11 11:19   ` Norbert Koch
  1 sibling, 1 reply; 11+ messages in thread
From: Mike McEwan @ 1999-05-07 20:45 UTC (permalink / raw)


Norbert Koch <n.koch@delta-ii.de> writes:

> I've, uhm, changed my working environment to WinNT. Now, I still would
> like to see the XFace-header and smileys. This doesn't work out which
> is a bad thing, sort of.
> 
> I only see xfaces, if I toggle the header, but not per default.

  Yep, I'm getting this also since pgnus-0.84. I have
`gnus-treat-display-xface' defaulting to `head', but only see the
x-faces when toggling headers via `t'. 

-- 
Mike.


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

* Re: XFaces, smileys
  1999-05-07 20:45 ` Mike McEwan
@ 1999-05-11 11:19   ` Norbert Koch
  1999-05-11 12:59     ` Hamish Macdonald
  0 siblings, 1 reply; 11+ messages in thread
From: Norbert Koch @ 1999-05-11 11:19 UTC (permalink / raw)
  Cc: ding

Mike McEwan <mike@lotusland.demon.co.uk> writes:

> Norbert Koch <n.koch@delta-ii.de> writes:
> 
> > I only see xfaces, if I toggle the header, but not per default.
> 
>   Yep, I'm getting this also since pgnus-0.84. I have
> `gnus-treat-display-xface' defaulting to `head', but only see the
> x-faces when toggling headers via `t'. 

Uh, what OS are you running on? WinNT too?



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

* Re: XFaces, smileys
  1999-05-11 11:19   ` Norbert Koch
@ 1999-05-11 12:59     ` Hamish Macdonald
  1999-05-11 13:23       ` Colin Rafferty
  0 siblings, 1 reply; 11+ messages in thread
From: Hamish Macdonald @ 1999-05-11 12:59 UTC (permalink / raw)


>>>>> Mike McEwan <mike@lotusland.demon.co.uk> writes:

Mike> Yep, I'm getting this also since pgnus-0.84. I have
Mike> `gnus-treat-display-xface' defaulting to `head', but only see
Mike> the x-faces when toggling headers via `t'.

>>>>> On 11 May 1999 13:19:55 +0200,
>>>>> In message <uaevbn99g.fsf@delta-ii.de>,
>>>>> Norbert Koch <n.koch@delta-ii.de> wrote:

lykos> Uh, what OS are you running on? WinNT too?

I see this on Solaris 2.7, XEmacs 21.0.67, pgnus 0.84.  I'm using
picons also.



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

* Re: XFaces, smileys
  1999-05-11 12:59     ` Hamish Macdonald
@ 1999-05-11 13:23       ` Colin Rafferty
  0 siblings, 0 replies; 11+ messages in thread
From: Colin Rafferty @ 1999-05-11 13:23 UTC (permalink / raw)


Hamish Macdonald writes:
>>>>>> Mike McEwan <mike@lotusland.demon.co.uk> writes:
Mike> Yep, I'm getting this also since pgnus-0.84. I have
Mike> `gnus-treat-display-xface' defaulting to `head', but only see
Mike> the x-faces when toggling headers via `t'.

>>>>>> Norbert Koch <n.koch@delta-ii.de> wrote:

lykos> Uh, what OS are you running on? WinNT too?

> I see this on Solaris 2.7, XEmacs 21.0.67, pgnus 0.84.  I'm using
> picons also.

Me too, with IRIX, XEmacs 21.2 (Demeter), pgnus 0.84, picons.

-- 
Colin


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

end of thread, other threads:[~1999-05-11 13:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-05  8:52 XFaces, smileys Norbert Koch
1999-05-06 20:08 ` Wes Hardaker
1999-05-07  5:16   ` Norbert Koch
1999-05-07  8:29     ` Tibor Simko
1999-05-07  9:36       ` Norbert Koch
1999-05-07 10:47         ` Tibor Simko
1999-05-07 11:54           ` Norbert Koch
1999-05-07 20:45 ` Mike McEwan
1999-05-11 11:19   ` Norbert Koch
1999-05-11 12:59     ` Hamish Macdonald
1999-05-11 13:23       ` Colin Rafferty

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