Gnus development mailing list
 help / color / mirror / Atom feed
* 5.4.x: x-face glitches
@ 1997-01-28  3:54 Jay Sachs
  1997-01-28 15:11 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Jay Sachs @ 1997-01-28  3:54 UTC (permalink / raw)



Since upgrading to 5.4.x, the x-face no longer gets displayed in the
nice place it used to (after the "From: ", before the text of the
From: header); it seems I only can specify a buffer. Is there any way
I can get the previous behavior back?

Also, since I use tcsh, I needed to change gnus-picons-convert-x-face
to use '()' instead of '{}'; perhaps this could have been done
automatically?

One more thing. I have in .gnus:


(setq gnus-picons-convert-x-face "( echo '/* Width=48, Height=48 */'; uncompface; ) | icontopbm | pbmtoxbm > /tmp/picon-xface.sachs.xbm")
(setq gnus-use-picons t)
(setq gnus-picons-display-where 'article)
(add-hook 'gnus-article-display-hook 'gnus-picons-article-display-x-face t)

and in front of every x-face, there's a little tiny "v/t" glyph (I
would guess an ASCII 0x0b ???). Any ideas on how to get rid of it?

-jay


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

* Re: 5.4.x: x-face glitches
  1997-01-28  3:54 5.4.x: x-face glitches Jay Sachs
@ 1997-01-28 15:11 ` Lars Magne Ingebrigtsen
  1997-01-28 21:29   ` Jay Sachs
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-01-28 15:11 UTC (permalink / raw)


Jay Sachs <sachs@interactive.net> writes:

> Since upgrading to 5.4.x, the x-face no longer gets displayed in the
> nice place it used to (after the "From: ", before the text of the
> From: header); it seems I only can specify a buffer. Is there any way
> I can get the previous behavior back?

I'm using the non-picons version of the XFace
(`gnus-article-display-x-face') and it seems to woro ok...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: 5.4.x: x-face glitches
  1997-01-28 15:11 ` Lars Magne Ingebrigtsen
@ 1997-01-28 21:29   ` Jay Sachs
  1997-01-28 22:16     ` David Moore
  1997-01-28 22:59     ` Jay Sachs
  0 siblings, 2 replies; 5+ messages in thread
From: Jay Sachs @ 1997-01-28 21:29 UTC (permalink / raw)


> > Since upgrading to 5.4.x, the x-face no longer gets displayed in the
> > nice place it used to (after the "From: ", before the text of the
> > From: header); it seems I only can specify a buffer. Is there any way
> > I can get the previous behavior back?
> 
> I'm using the non-picons version of the XFace
> (`gnus-article-display-x-face') and it seems to woro ok...

I'm confused. In the article buffer, I do M-x
gnus-article-display-x-face, and it pops up an xv window.
What rgnus used to do was to make the headers like this:

  From: [Lars' xface] Lars Magne Ingebrigtsen <larsi@ifi.uio.no>

Is that facility gone?

(I noticed there's also an 'article-display-x-face' command, but it
seems to do the same thing).

-jay


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

* Re: 5.4.x: x-face glitches
  1997-01-28 21:29   ` Jay Sachs
@ 1997-01-28 22:16     ` David Moore
  1997-01-28 22:59     ` Jay Sachs
  1 sibling, 0 replies; 5+ messages in thread
From: David Moore @ 1997-01-28 22:16 UTC (permalink / raw)


Jay Sachs <sachs@interactive.net> writes:

> What rgnus used to do was to make the headers like this:
> 
>   From: [Lars' xface] Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
> 
> Is that facility gone?

	It works fine for me, but I have the compface library linked
into my xemacs rather than calling out the external versions.  And as I
don't have the external versions, I can't test it.

	You might want to look at the setting of
`gnus-article-x-face-command' compared to previous versions.  Or the code
which uses that variable.

-- 
David Moore <dmoore@ucsd.edu>       | Computer Systems Lab      __o
UCSD Dept. Computer Science - 0114  | Work: (619) 534-8604    _ \<,_
La Jolla, CA 92093-0114             | Fax:  (619) 534-1445   (_)/ (_)
<URL:http://oj.egbt.org/dmoore/>    | In a cloud bones of steel.


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

* Re: 5.4.x: x-face glitches
  1997-01-28 21:29   ` Jay Sachs
  1997-01-28 22:16     ` David Moore
@ 1997-01-28 22:59     ` Jay Sachs
  1 sibling, 0 replies; 5+ messages in thread
From: Jay Sachs @ 1997-01-28 22:59 UTC (permalink / raw)



Found what happened. Somehow the default value of

  gnus-article-x-face-command

went from

 'gnus-xmas-article-display-xface

to

 "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | xv -quit -"

which I would guess is the appropriate default for Emacs, not XEmacs.

-jay



Jay Sachs <sachs@interactive.net> wrote:

> > > Since upgrading to 5.4.x, the x-face no longer gets displayed in the
> > > nice place it used to (after the "From: ", before the text of the
> > > From: header); it seems I only can specify a buffer. Is there any way
> > > I can get the previous behavior back?
> > 
> > I'm using the non-picons version of the XFace
> > (`gnus-article-display-x-face') and it seems to woro ok...
> 
> I'm confused. In the article buffer, I do M-x
> gnus-article-display-x-face, and it pops up an xv window.
> What rgnus used to do was to make the headers like this:
> 
>   From: [Lars' xface] Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
> 
> Is that facility gone?


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

end of thread, other threads:[~1997-01-28 22:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-28  3:54 5.4.x: x-face glitches Jay Sachs
1997-01-28 15:11 ` Lars Magne Ingebrigtsen
1997-01-28 21:29   ` Jay Sachs
1997-01-28 22:16     ` David Moore
1997-01-28 22:59     ` Jay Sachs

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