Gnus development mailing list
 help / color / mirror / Atom feed
* Can't see xfaces
@ 1999-08-11 23:48 Arcady Genkin
  1999-08-12  8:43 ` Lee Willis
  0 siblings, 1 reply; 5+ messages in thread
From: Arcady Genkin @ 1999-08-11 23:48 UTC (permalink / raw)


Hi all:

gnus-treat-display-xface is set to true.

I compiled xemacs 21.1.4 with xface support.

What have I missed?

-- 
Arcady Genkin
"... without money one gets nothing in this world, not even a certificate
of eternal blessedness in the other world..." (S. Kierkegaard)


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

* Re: Can't see xfaces
  1999-08-11 23:48 Can't see xfaces Arcady Genkin
@ 1999-08-12  8:43 ` Lee Willis
  1999-08-12 10:21   ` Shaun Lipscombe
  0 siblings, 1 reply; 5+ messages in thread
From: Lee Willis @ 1999-08-12  8:43 UTC (permalink / raw)


Arcady Genkin <a.genkin@utoronto.ca> writes:

> Hi all:
> 
> gnus-treat-display-xface is set to true.
> 
> I compiled xemacs 21.1.4 with xface support.
> 
> What have I missed?

It should be set to head

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

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


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

* Re: Can't see xfaces
  1999-08-12  8:43 ` Lee Willis
@ 1999-08-12 10:21   ` Shaun Lipscombe
  1999-08-12 11:38     ` Lee Willis
  0 siblings, 1 reply; 5+ messages in thread
From: Shaun Lipscombe @ 1999-08-12 10:21 UTC (permalink / raw)


* "Lee" == Lee Willis <lee@gbdirect.co.uk> writes:

 Lee> It should be set to head

 Lee> (setq gnus-treat-display-xface 'head)

Which leads to a point I have raised before.


there is nothing wrong with this:

(setq gnus-treat-display-xface 'last)

Although it makes little sense.  The different values for the
gnus-treat-* variables are a little confusing at first, because some
settings are valid, but make no sense.

Regards,

Shaun

-- 
          (o_
(o_  (o_  //\
(/)_ (/)_ V_/_   shaun.lipscombe@gasops.co.uk



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

* Re: Can't see xfaces
  1999-08-12 10:21   ` Shaun Lipscombe
@ 1999-08-12 11:38     ` Lee Willis
  1999-08-12 12:17       ` Shaun Lipscombe
  0 siblings, 1 reply; 5+ messages in thread
From: Lee Willis @ 1999-08-12 11:38 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes:

>  Lee> It should be set to head
>  Lee> (setq gnus-treat-display-xface 'head)
> 
> Which leads to a point I have raised before.
> there is nothing wrong with this:
> 
> (setq gnus-treat-display-xface 'last)
> 
> Although it makes little sense.  The different values for the
> gnus-treat-* variables are a little confusing at first, because some
> settings are valid, but make no sense.

Yep, the manual should be clearer, but as this is still development
software I wouldn't expect it to be yet ...

Attached patch might improve things, or may just further confuse the
issue ...


[-- Attachment #2: diffoutput --]
[-- Type: text/plain, Size: 3104 bytes --]

--- oldtexi/gnus.texi	Thu Aug 12 12:37:36 1999
+++ texi/gnus.texi	Thu Aug 12 12:01:40 1999
@@ -8394,6 +8394,9 @@
 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
 be set, but first we discuss the values these variables can have.
 
+Note: Some values, while legal, make little sense. Check the list below
+for sensible values.
+
 @enumerate
 @item
 @code{nil}: Don't do this treatment.
@@ -8445,38 +8448,39 @@
 
 The following treatment options are available.  The easiest way to
 customize this is to examine the @code{gnus-article-treat} customization
-group.
+group. Values in brackets are suggested sensible values. Others are possible
+but those listed are probably sufficient for most people.
 
 @table @code
-@item gnus-treat-highlight-signature
-@item gnus-treat-buttonize
-@item gnus-treat-buttonize-head
-@item gnus-treat-emphasize
-@item gnus-treat-fill-article
-@item gnus-treat-strip-cr
-@item gnus-treat-hide-headers
-@item gnus-treat-hide-boring-headers
-@item gnus-treat-hide-signature
-@item gnus-treat-hide-citation
-@item gnus-treat-strip-pgp
-@item gnus-treat-strip-pem
-@item gnus-treat-highlight-headers
-@item gnus-treat-highlight-citation
-@item gnus-treat-highlight-signature
-@item gnus-treat-date-ut
-@item gnus-treat-date-local
-@item gnus-treat-date-lapsed
-@item gnus-treat-date-original
-@item gnus-treat-strip-headers-in-body
-@item gnus-treat-strip-trailing-blank-lines
-@item gnus-treat-strip-leading-blank-lines
-@item gnus-treat-strip-multiple-blank-lines
-@item gnus-treat-overstrike
-@item gnus-treat-display-xface
-@item gnus-treat-display-smileys
-@item gnus-treat-display-picons
-@item gnus-treat-capitalize-sentences
-@item gnus-treat-fill-long-lines
+@item gnus-treat-highlight-signature (t, last)
+@item gnus-treat-buttonize (t, integer)
+@item gnus-treat-buttonize-head (head)
+@item gnus-treat-emphasize (t, head, integer)
+@item gnus-treat-fill-article (t, integer)
+@item gnus-treat-strip-cr (t, integer)
+@item gnus-treat-hide-headers (head)
+@item gnus-treat-hide-boring-headers (head)
+@item gnus-treat-hide-signature (t, last)
+@item gnus-treat-hide-citation (t, integer)
+@item gnus-treat-strip-pgp (t, last, integer)
+@item gnus-treat-strip-pem (t, last, integer)
+@item gnus-treat-highlight-headers (head)
+@item gnus-treat-highlight-citation (t, integer)
+@item gnus-treat-highlight-signature (t, last, integer)
+@item gnus-treat-date-ut (head)
+@item gnus-treat-date-local (head)
+@item gnus-treat-date-lapsed (head)
+@item gnus-treat-date-original (head)
+@item gnus-treat-strip-headers-in-body (t, integer)
+@item gnus-treat-strip-trailing-blank-lines (t, last, integer)
+@item gnus-treat-strip-leading-blank-lines (t, integer)
+@item gnus-treat-strip-multiple-blank-lines (t, integer)
+@item gnus-treat-overstrike (t, integer)
+@item gnus-treat-display-xface (head)
+@item gnus-treat-display-smileys (t, integer)
+@item gnus-treat-display-picons (head)
+@item gnus-treat-capitalize-sentences (t, integer)
+@item gnus-treat-fill-long-lines (t, integer)
 @item gnus-treat-play-sounds
 @item gnus-treat-translate
 @end table

[-- Attachment #3: Type: text/plain, Size: 134 bytes --]


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

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

* Re: Can't see xfaces
  1999-08-12 11:38     ` Lee Willis
@ 1999-08-12 12:17       ` Shaun Lipscombe
  0 siblings, 0 replies; 5+ messages in thread
From: Shaun Lipscombe @ 1999-08-12 12:17 UTC (permalink / raw)


* "Lee" == Lee Willis <lee@gbdirect.co.uk> writes:

 Lee> Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes: It should
 Lee> be set to head (setq gnus-treat-display-xface 'head)
 >>  Which leads to a point I have raised before.  there is nothing
 >> wrong with this:
 >> 
 >> (setq gnus-treat-display-xface 'last)
 >> 
 >> Although it makes little sense.  The different values for the
 >> gnus-treat-* variables are a little confusing at first, because
 >> some settings are valid, but make no sense.

 Lee> Yep, the manual should be clearer, but as this is still
 Lee> development software I wouldn't expect it to be yet ...

Ya.. I understand this.

 Lee> Attached patch might improve things

It does :)

Regards,

Shaun

-- 
          (o_
(o_  (o_  //\
(/)_ (/)_ V_/_   shaun.lipscombe@gasops.co.uk



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

end of thread, other threads:[~1999-08-12 12:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-11 23:48 Can't see xfaces Arcady Genkin
1999-08-12  8:43 ` Lee Willis
1999-08-12 10:21   ` Shaun Lipscombe
1999-08-12 11:38     ` Lee Willis
1999-08-12 12:17       ` Shaun Lipscombe

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