help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can you recommand some good fonts for emacs22 ?


From: Thierry Volpiatto
Subject: Re: Can you recommand some good fonts for emacs22 ?
Date: Tue, 21 Jul 2009 07:05:14 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

Harry Putnam <reader@newsguy.com> writes:

> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>
>>> Captured the output of EVAL: (x-list-fonts "*")
>>> ("-sony-fixed-medium-r-normal--24-*-75-75-c-120-jisx0201.1976-0" 
>>> "-sony-fixed-medium-r-normal--24-*-75-75-c-120-iso8859-1" 
>>> "-sony-fixed-medium-r-normal--24-*-100-100-c-120-jisx0201.1976-0" 
>>> "-sony-fixed-medium-r-normal--24-*-100-100-c-120-iso8859-1" 
>>> "-sony-fixed-medium-r-normal--16-*-75-75-c-80-jisx0201.1976-0" 
>>> "-sony-fixed-medium-r-normal--16-*-75-75-c-80-iso8859-1" 
>>> "-sony-fixed-medium-r-normal--16-*-100-100-c-80-jisx0201.1976-0" 
>>> "-sony-fixed-medium-r-normal--16-*-100-100-c-80-iso8859-1" 
>>> "-schumacher-clean-medium-r-normal--12-*-75-75-c-60-koi8-r" 
>>> "-schumacher-clean-medium-r-normal--12-*-75-75-c-60-iso8859-15" 
>>> "-schumacher-clean-medium-r-normal--12-*-75-75-c-60-iso8859-1" 
>>> "-schumacher-clean-medium-r-normal--12-*-75-75-c-60-iso10646-1" ...)
>>>
>>> I guess the `...' means a whole herd was elided
>>
>> Put point on "..." and press RET
>
> How are you able to put point on `...'?  Here, as soon as I touch
> anything the output disappears..

Go in scratch buffer, insert (x-list-fonts "*"), put point at the end of
line, eval with C-j, then, as i said before, go to end of output, put
point on ... and hit RET.
You will see the rest of the list.

If you want a better output in scratch buffer:

,----
| (dolist (i (x-list-fonts "*"))
|   (princ i) (terpri))
`----

Put point at end of this expression and hit C-j

Starting with this code you can write your own function to do exactly
what you want if you don't like anything/and/or/icicle.

> And of course:
> If I go to it in the *Messages* buffer or capture it into a buffer
> with C-u... putting point there and pressing RET has no effect other
> than to create a new line.
>
>
>
>

-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France





reply via email to

[Prev in Thread] Current Thread [Next in Thread]