Gnus development mailing list
 help / color / mirror / Atom feed
* Make gnus-summary-line-format %B prettier?
@ 2001-12-19 10:01 Kai Großjohann
  2001-12-19 22:22 ` Jesper Harder
  0 siblings, 1 reply; 17+ messages in thread
From: Kai Großjohann @ 2001-12-19 10:01 UTC (permalink / raw)


I think on Emacs 21 it should be possible to use line drawing
characters for the %B specifier.  How does one do that?

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-19 10:01 Make gnus-summary-line-format %B prettier? Kai Großjohann
@ 2001-12-19 22:22 ` Jesper Harder
  2001-12-20 12:26   ` Kai Großjohann
  2001-12-20 16:41   ` Ami Fischman
  0 siblings, 2 replies; 17+ messages in thread
From: Jesper Harder @ 2001-12-19 22:22 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> I think on Emacs 21 it should be possible to use line drawing
> characters for the %B specifier.  How does one do that?

That's a neat idea.  Here's what I came up with:

(setq gnus-summary-line-format "%U%R%z%(%[%-23,23f%]%) %B\n")
(setq gnus-sum-thread-tree-leaf-with-other "├─▶ ")
(setq gnus-sum-thread-tree-vertical "│")
(setq gnus-sum-thread-tree-single-leaf "╰─▶ ")
(setq gnus-sum-thread-tree-root nil)
(setq gnus-sum-thread-tree-single-indent nil)

Threads look like this:

   [Jinhyok Heo            ] How to read utf-8 mails?
   [Kai Großjohann         ] ├─▶ 
   [Daniel Pittman         ] │╰─▶ 
   [Jinhyok Heo            ] │  ├─▶ 
   [Daniel Pittman         ] │  │├─▶ 
   [Vincent Bernat         ] │  │╰─▶ 
   [Kai Großjohann         ] │  │  ╰─▶ 
   [Vincent Bernat         ] │  ╰─▶ 
   [Daniel Pittman         ] │    ╰─▶ 
   [Frank Schmitt          ] ╰─▶ 


BTW, how should I save my .gnus to make it work?  When I evaluate it
with `C-x C-e' it works, but loading from .gnus doesn't.




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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-19 22:22 ` Jesper Harder
@ 2001-12-20 12:26   ` Kai Großjohann
  2001-12-20 19:29     ` Jesper Harder
  2001-12-20 16:41   ` Ami Fischman
  1 sibling, 1 reply; 17+ messages in thread
From: Kai Großjohann @ 2001-12-20 12:26 UTC (permalink / raw)
  Cc: ding

Jesper Harder <harder@ifa.au.dk> writes:

> Threads look like this:
>
>    [Jinhyok Heo            ] How to read utf-8 mails?
>    [Kai Großjohann         ] ├─▶ 
>    [Daniel Pittman         ] │╰─▶ 
>    [Jinhyok Heo            ] │  ├─▶ 
>    [Daniel Pittman         ] │  │├─▶ 
>    [Vincent Bernat         ] │  │╰─▶ 
>    [Kai Großjohann         ] │  │  ╰─▶ 
>    [Vincent Bernat         ] │  ╰─▶ 
>    [Daniel Pittman         ] │    ╰─▶ 
>    [Frank Schmitt          ] ╰─▶ 

Not bad.  I use it now, except that I removed the arrow-heads.

There is still a problem: some arrow-heads have a vertical line below
it, but some don't.  Is it possible to tweak the variables (or the
code) such that different characters can be used for them?

I enabled it by putting the lines in ~/.gnus, saying C-x RET f utf-8
RET, putting "-*- coding: utf-8; -*-" in the first line of the file,
then saving it.  Does that work for you, too, Jesper?

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-19 22:22 ` Jesper Harder
  2001-12-20 12:26   ` Kai Großjohann
@ 2001-12-20 16:41   ` Ami Fischman
  2001-12-20 17:42     ` Jesper Harder
                       ` (2 more replies)
  1 sibling, 3 replies; 17+ messages in thread
From: Ami Fischman @ 2001-12-20 16:41 UTC (permalink / raw)


Jesper Harder <harder@ifa.au.dk> writes:

[...]

> That's a neat idea.  Here's what I came up with:

[...]

What font/terminal program are you using?  I can't seem to make those high
characters come out as anything but gibberish (using fixed fonts in an
xterm, gnome-terminal, using an X emacs window, and using the linux
console).

Thanks,
-- 
  Ami Fischman
  usenet@fischman.org



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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-20 16:41   ` Ami Fischman
@ 2001-12-20 17:42     ` Jesper Harder
  2001-12-20 20:59       ` Ami Fischman
  2001-12-20 23:26       ` fonts? (was Re: Make gnus-summary-line-format %B prettier?) Bill White
  2001-12-20 17:57     ` Make gnus-summary-line-format %B prettier? Kai Großjohann
  2001-12-21 15:12     ` Fabien Penso
  2 siblings, 2 replies; 17+ messages in thread
From: Jesper Harder @ 2001-12-20 17:42 UTC (permalink / raw)


usenet@fischman.org (Ami Fischman) writes:

> Jesper Harder <harder@ifa.au.dk> writes:
>
>> That's a neat idea.  Here's what I came up with:
>
> What font/terminal program are you using?  I can't seem to make those
> high characters come out as anything but gibberish (using fixed fonts
> in an xterm, gnome-terminal, using an X emacs window, and using the
> linux console).

I'm using an X11 Emacs window with one of these fonts:

-Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1
-gnu-unifont-medium-r-normal--16-160-75-75-c-80-iso10646-1

What happens if you do:

     `M-x list-charset-chars RET mule-unicode-2500-33ff'

(that's where I found the line drawing chars).




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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-20 16:41   ` Ami Fischman
  2001-12-20 17:42     ` Jesper Harder
@ 2001-12-20 17:57     ` Kai Großjohann
  2001-12-20 18:21       ` Josh Huber
  2001-12-21 15:12     ` Fabien Penso
  2 siblings, 1 reply; 17+ messages in thread
From: Kai Großjohann @ 2001-12-20 17:57 UTC (permalink / raw)


Ami Fischman <usenet@fischman.org> writes:

> What font/terminal program are you using?  I can't seem to make
> those high characters come out as anything but gibberish (using
> fixed fonts in an xterm, gnome-terminal, using an X emacs window,
> and using the linux console).

Hm.  Normally, Emacs 21.1 running under X11 should show the right
characters, but maybe you need Unicode fonts?

In the console, it is expected not to work.  Unless you are using a
Unicode terminal program, that is.

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-20 17:57     ` Make gnus-summary-line-format %B prettier? Kai Großjohann
@ 2001-12-20 18:21       ` Josh Huber
  2001-12-21 11:05         ` Raymond Scholz
  0 siblings, 1 reply; 17+ messages in thread
From: Josh Huber @ 2001-12-20 18:21 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

                                           ^^^^^

Kai, your name isn't encoded properly.  It was in the last message you
sent:

(Kai =?iso-8859-1?q?Gro=DFjohann?=)

but isn't anymore.

(Kai =?iso-8859-1?q?Gro=C3=9Fjohann?=)

it looks like UTF-8, but the encoding is marked as iso-8859-1...

-- 
Josh Huber



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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-20 12:26   ` Kai Großjohann
@ 2001-12-20 19:29     ` Jesper Harder
  0 siblings, 0 replies; 17+ messages in thread
From: Jesper Harder @ 2001-12-20 19:29 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Not bad.  I use it now, except that I removed the arrow-heads.
>
> There is still a problem: some arrow-heads have a vertical line below
> it, but some don't.  Is it possible to tweak the variables (or the
> code) such that different characters can be used for them?

Yeah, it looks better with no arrowheads.  I think this version is
nicer:

(setq gnus-sum-thread-tree-leaf-with-other "├╮ ")
(setq gnus-sum-thread-tree-vertical "│")
(setq gnus-sum-thread-tree-single-leaf "╰─╮ ")
(setq gnus-sum-thread-tree-root nil)
(setq gnus-sum-thread-tree-single-indent nil)

   [Jinhyok Heo            ] How to read utf-8 mails?
   [Kai Großjohann         ] ├╮ 
   [Daniel Pittman         ] │╰─╮ 
   [Jinhyok Heo            ] │  ├╮ 
   [Daniel Pittman         ] │  │├╮ 
   [Vincent Bernat         ] │  │╰─╮ 
   [Kai Großjohann         ] │  │  ╰─╮ 
   [Vincent Bernat         ] │  ╰─╮ 
   [Daniel Pittman         ] │    ╰─╮ 
   [Frank Schmitt          ] ╰─╮ 

I think it would look slightly better, if you could use a different
string when an article doesn't have children -- maybe like this:

   [Jinhyok Heo            ] How to read utf-8 mails?
   [Kai Großjohann         ] ├╮ 
   [Daniel Pittman         ] │╰─╮ 
   [Jinhyok Heo            ] │  ├╮ 
   [Daniel Pittman         ] │  │├─ 
   [Vincent Bernat         ] │  │╰─╮ 
   [Kai Großjohann         ] │  │  ╰─
   [Vincent Bernat         ] │  ╰─╮ 
   [Daniel Pittman         ] │    ╰─
   [Frank Schmitt          ] ╰─

But then you'd have to change the code.

> I enabled it by putting the lines in ~/.gnus, saying C-x RET f utf-8
> RET, putting "-*- coding: utf-8; -*-" in the first line of the file,
> then saving it.  Does that work for you, too, Jesper?

No it still doesn't work.  When .gnus is loaded automatically I get this
value:

   gnus-sum-thread-tree-vertical's value is "\342\224\202"

But when I open it with `C-x C-f' and do `M-x eval-buffer' I get the
right value:

   gnus-sum-thread-tree-vertical's value is "│"

Hmm, when I loook at `gnus-read-init-file', the file is loaded like
this:

     (let ((coding-system-for-read
	    gnus-startup-file-coding-system))
       (load file nil t))

and `gnus-startup-file-coding-system' is bound to 'binary by default.
Doesn't that override the comment line?  When I bind
`gnus-startup-file-coding-system' to 'utf-8, it works.




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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-20 17:42     ` Jesper Harder
@ 2001-12-20 20:59       ` Ami Fischman
  2001-12-20 22:17         ` Jesper Harder
  2001-12-20 23:26       ` fonts? (was Re: Make gnus-summary-line-format %B prettier?) Bill White
  1 sibling, 1 reply; 17+ messages in thread
From: Ami Fischman @ 2001-12-20 20:59 UTC (permalink / raw)


Jesper Harder <harder@ifa.au.dk> writes:

[...]

> I'm using an X11 Emacs window with one of these fonts:
>
> -Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1
> -gnu-unifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
>
> What happens if you do:
>
>      `M-x list-charset-chars RET mule-unicode-2500-33ff'
>
> (that's where I found the line drawing chars).

Thanks for the quick reply.  list-charset-chars shows the arrow chars
correctly, which pointed out to me that I cut/pasted your original post
incorrectly...  Oops.  So, fixing that, I get your tree display nicely on an
X emacs window.  Thanks.

Of course, now that it works, I want it to be different...;)  
I (think I) want it to look like:

mark score [Author]  Subject
             |---> Author 2
                 |-->Author 3
             |---> Author 4

A quick look at the manual doesn't seem to show how to do this, though.  The
%B mark constructs the arrows together with the subject field, so if I
just do "...%B%f I get the followup lines the way I want them, but the first
line will be "Subject Author" instead of "Author Subject".  Is there a way
to control the construction of the %B variable, or to just get the "tree
components" of the variable (without the subject on the first article of a
thread?)

Thanks,
-- 
  Ami Fischman
  usenet@fischman.org



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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-20 20:59       ` Ami Fischman
@ 2001-12-20 22:17         ` Jesper Harder
  0 siblings, 0 replies; 17+ messages in thread
From: Jesper Harder @ 2001-12-20 22:17 UTC (permalink / raw)


usenet@fischman.org (Ami Fischman) writes:

> Of course, now that it works, I want it to be different...;)  
> I (think I) want it to look like:
>
> mark score [Author]  Subject
>              |---> Author 2
>                  |-->Author 3
>              |---> Author 4
>
> A quick look at the manual doesn't seem to show how to do this,
> though.  The %B mark constructs the arrows together with the subject
> field, so if I just do "...%B%f I get the followup lines the way I
> want them, but the first line will be "Subject Author" instead of
> "Author Subject".  Is there a way to control the construction of the
> %B variable, or to just get the "tree components" of the variable
> (without the subject on the first article of a thread?)

I think this does aproximately what you want:

(setq gnus-summary-line-format "%U%R%z %B%-23,23f %s\n")
(setq gnus-sum-thread-tree-leaf-with-other "├╮ ")
(setq gnus-sum-thread-tree-vertical "│")
(setq gnus-sum-thread-tree-single-leaf "╰─╮ ")
(setq gnus-sum-thread-tree-root "")
(setq gnus-sum-thread-tree-single-indent "")
(setq gnus-summary-same-subject "")




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

* fonts? (was Re: Make gnus-summary-line-format %B prettier?)
  2001-12-20 17:42     ` Jesper Harder
  2001-12-20 20:59       ` Ami Fischman
@ 2001-12-20 23:26       ` Bill White
  2001-12-21  0:54         ` Jesper Harder
  2001-12-21 13:17         ` Henrik Enberg
  1 sibling, 2 replies; 17+ messages in thread
From: Bill White @ 2001-12-20 23:26 UTC (permalink / raw)
  Cc: ding

On Thu Dec 20 2001 at 11:42, Jesper Harder <harder@ifa.au.dk> said:

> I'm using an X11 Emacs window with one of these fonts:
>
> -Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1
> -gnu-unifont-medium-r-normal--16-160-75-75-c-80-iso10646-1

Where did you get the gnu-unifont font?  This is new to me.  Oh - is
it part of intlfonts or whatever that's called?

> What happens if you do:
>
>      `M-x list-charset-chars RET mule-unicode-2500-33ff'
>
> (that's where I found the line drawing chars).

Empty boxes here.  I use this in my ~/.Xdefaults:

Emacs*font: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso8859-1

Cheers -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."



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

* Re: fonts? (was Re: Make gnus-summary-line-format %B prettier?)
  2001-12-20 23:26       ` fonts? (was Re: Make gnus-summary-line-format %B prettier?) Bill White
@ 2001-12-21  0:54         ` Jesper Harder
  2001-12-21  2:31           ` Bill White
  2001-12-21 13:17         ` Henrik Enberg
  1 sibling, 1 reply; 17+ messages in thread
From: Jesper Harder @ 2001-12-21  0:54 UTC (permalink / raw)


billw@wolfram.com (Bill White) writes:

> On Thu Dec 20 2001 at 11:42, Jesper Harder <harder@ifa.au.dk> said:
>
>> -Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1
>> -gnu-unifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
>
> Where did you get the gnu-unifont font?  This is new to me.  Oh - is
> it part of intlfonts or whatever that's called?

It's Roman Czyborra's unicode font <http://czyborra.com/>.  I got it
from an RPM bundled with my Linux distribution.  The other one is
included in XFree86 (4.0.3).

>>      `M-x list-charset-chars RET mule-unicode-2500-33ff'
>>
>> (that's where I found the line drawing chars).
>
> Empty boxes here.  I use this in my ~/.Xdefaults:
>
> Emacs*font: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso8859-1

What happens if you select fontset "default" or "standard: 16-dot
medium" from the font selection menu?




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

* Re: fonts? (was Re: Make gnus-summary-line-format %B prettier?)
  2001-12-21  0:54         ` Jesper Harder
@ 2001-12-21  2:31           ` Bill White
  2001-12-21  4:40             ` Bill White
  0 siblings, 1 reply; 17+ messages in thread
From: Bill White @ 2001-12-21  2:31 UTC (permalink / raw)
  Cc: ding

On Thursday of the Third Week of Advent, A. D. 2001, at 18:54, Jesper Harder <harder@ifa.au.dk> said:

> billw@wolfram.com (Bill White) writes:
>
>> On Thu Dec 20 2001 at 11:42, Jesper Harder <harder@ifa.au.dk> said:
>>
>>> -Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1
>>> -gnu-unifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
>>
>> Where did you get the gnu-unifont font?  This is new to me.  Oh -
>> is it part of intlfonts or whatever that's called?
>
> It's Roman Czyborra's unicode font <http://czyborra.com/>.  I got it
> from an RPM bundled with my Linux distribution.  The other one is
> included in XFree86 (4.0.3).

Thanks!  I'll check it out.

>>>      `M-x list-charset-chars RET mule-unicode-2500-33ff'
>>>
>>> (that's where I found the line drawing chars).
>>
>> Empty boxes here.  I use this in my ~/.Xdefaults:
>>
>> Emacs*font: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso8859-1
>
> What happens if you select fontset "default" or "standard: 16-dot
> medium" from the font selection menu?

In both cases, those characters still show up as empty boxes.  With
the special character in this line
(setq gnus-sum-thread-tree-vertical "│"),
"Options - Mule - Set Font/Fontset - fontset - default" gives me this:

----------------------------------------------------------------------
  character: │ (01110042, 299042, 0x49022)
    charset: mule-unicode-2500-33ff (Unicode characters of the range U+2500..U+33FF.)
 code point: 32 34
     syntax: w 	which means: word
   category:
buffer code: 0x9C 0xF2 0xA0 0xA2
  file code: 0x9C 0xF2 0xA0 0xA2 (encoded by coding system emacs-mule)
       font: -LFP-Uniread-Medium-R-Normal--9-90-75-75--60-ISO10646-1
----------------------------------------------------------------------

"Options - Mule - Set Font/Fontset - fontset - standard 16-dot medium"
gives me this:

----------------------------------------------------------------------
  character: │ (01110042, 299042, 0x49022)
    charset: mule-unicode-2500-33ff (Unicode characters of the range U+2500..U+33FF.)
 code point: 32 34
     syntax: w 	which means: word
   category:
buffer code: 0x9C 0xF2 0xA0 0xA2
  file code: 0x9C 0xF2 0xA0 0xA2 (encoded by coding system emacs-mule)
       font: -gnu-fixed-medium-r-normal-f-16-160-75-75-c-80-iso10646-1
----------------------------------------------------------------------

Turns out I once fooled around with some branch of Czyborra's unicode
font. I'll try the real thing.

Cheers -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."



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

* Re: fonts? (was Re: Make gnus-summary-line-format %B prettier?)
  2001-12-21  2:31           ` Bill White
@ 2001-12-21  4:40             ` Bill White
  0 siblings, 0 replies; 17+ messages in thread
From: Bill White @ 2001-12-21  4:40 UTC (permalink / raw)
  Cc: ding

On Thursday of the Third Week of Advent, A. D. 2001, at 20:31, Bill White <billw@wolfram.com> said:

>> It's Roman Czyborra's unicode font <http://czyborra.com/>.  I got it
>> from an RPM bundled with my Linux distribution.  The other one is
>> included in XFree86 (4.0.3).
>
> Thanks!  I'll check it out.

<url:http://cable.linuxppc.org:8080/software/index/contrib/User_Interface/X/unifont-20000122-2.noarch.html>

Looks pretty cool.

Cheers -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."



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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-20 18:21       ` Josh Huber
@ 2001-12-21 11:05         ` Raymond Scholz
  0 siblings, 0 replies; 17+ messages in thread
From: Raymond Scholz @ 2001-12-21 11:05 UTC (permalink / raw)


Josh Huber <huber@alum.wpi.edu> writes:

> it looks like UTF-8, but the encoding is marked as iso-8859-1...

Probably a side effect of setting coding system of ~/.gnus to utf-8.

<vafk7vikrh3.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de>

Cheers, Ray
-- 
Hfr fgebat rapelcgvba!



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

* Re: fonts? (was Re: Make gnus-summary-line-format %B prettier?)
  2001-12-20 23:26       ` fonts? (was Re: Make gnus-summary-line-format %B prettier?) Bill White
  2001-12-21  0:54         ` Jesper Harder
@ 2001-12-21 13:17         ` Henrik Enberg
  1 sibling, 0 replies; 17+ messages in thread
From: Henrik Enberg @ 2001-12-21 13:17 UTC (permalink / raw)
  Cc: Jesper Harder, ding

Bill White <billw@wolfram.com> writes:

> On Thu Dec 20 2001 at 11:42, Jesper Harder <harder@ifa.au.dk> said:
>
>> I'm using an X11 Emacs window with one of these fonts:
>>
>> -Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1
>> -gnu-unifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
>
> Where did you get the gnu-unifont font?  This is new to me.  Oh - is
> it part of intlfonts or whatever that's called?
>
>> What happens if you do:
>>
>>      `M-x list-charset-chars RET mule-unicode-2500-33ff'
>>
>> (that's where I found the line drawing chars).
>
> Empty boxes here.  I use this in my ~/.Xdefaults:
>
> Emacs*font: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso8859-1

FWIW, I see all those pretty chars with Emacs.font: 6x13 in
.Xresources.  This is with XFree 4.1.

Henrik
-- 
There's not going to be enough people in the system to take advantage 
of people like me.
		-- George W. Bush



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

* Re: Make gnus-summary-line-format %B prettier?
  2001-12-20 16:41   ` Ami Fischman
  2001-12-20 17:42     ` Jesper Harder
  2001-12-20 17:57     ` Make gnus-summary-line-format %B prettier? Kai Großjohann
@ 2001-12-21 15:12     ` Fabien Penso
  2 siblings, 0 replies; 17+ messages in thread
From: Fabien Penso @ 2001-12-21 15:12 UTC (permalink / raw)


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


Ami on Thu, 20 Dec 2001 08:41:22 -0800 wrote:

 >> That's a neat idea.  Here's what I came up with:

 > [...]

 > What font/terminal program are you using?  I can't seem to make those high
 > characters come out as anything but gibberish (using fixed fonts in an
 > xterm, gnome-terminal, using an X emacs window, and using the linux
 > console).

Well I don't neither anyway. I use :

emacs21.font: -monotype-courier new-medium-r-normal-*-*-100-*-*-m-*-iso8859-15

Doesn't see anything in the previous message... :(

-- 
Fabien Penso <penso@linuxfr.org> | LinuxFr a toujours besoin de :
http://perso.LinuxFR.org/penso/  | http://linuxfr.org/dons/


[-- Attachment #2: Type: application/pgp-signature, Size: 239 bytes --]

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

end of thread, other threads:[~2001-12-21 15:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-19 10:01 Make gnus-summary-line-format %B prettier? Kai Großjohann
2001-12-19 22:22 ` Jesper Harder
2001-12-20 12:26   ` Kai Großjohann
2001-12-20 19:29     ` Jesper Harder
2001-12-20 16:41   ` Ami Fischman
2001-12-20 17:42     ` Jesper Harder
2001-12-20 20:59       ` Ami Fischman
2001-12-20 22:17         ` Jesper Harder
2001-12-20 23:26       ` fonts? (was Re: Make gnus-summary-line-format %B prettier?) Bill White
2001-12-21  0:54         ` Jesper Harder
2001-12-21  2:31           ` Bill White
2001-12-21  4:40             ` Bill White
2001-12-21 13:17         ` Henrik Enberg
2001-12-20 17:57     ` Make gnus-summary-line-format %B prettier? Kai Großjohann
2001-12-20 18:21       ` Josh Huber
2001-12-21 11:05         ` Raymond Scholz
2001-12-21 15:12     ` Fabien Penso

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