[gentoo-user] font missing

2009-06-13 Thread John P. Burkett
After doing emerge --depclean on an amd64 machine, I find that Emacs
no longer locates the font it previously used. The font I liked was
specified in my .emacs file with the line
(set-default-font 10x20).
Using the old .emacs file and doing emacs --debug-init now
produces an error message that starts as follows::

Debugger entered--Lisp error: (error Font `10x20' is not defined)
  modify-frame-parameters(#frame em...@microway 0xf41280 ((font .
10x20)))
  set-default-font(10x20)
  eval-buffer(#buffer  *load* nil /home/john/.emacs nil t)  ;
Reading at buffer position 3345
  load-with-code-conversion(/home/john/.emacs /home/john/.emacs t t)
  load(~/.emacs t t)
  #[nil 

Doing xlsfonts -l 10x20 at the Gentoo prompt elicits this response:
DIR  MIN  MAX EXIST DFLT PROP ASC DESC NAME
--0  255  some0   23  155
-cronyx-fixed-medium-r-normal--20-200-75-75-c-100-koi8-r

Interpreting this as a translation of the nickname 10x20 into the long
name, I edited my .emacs file, replacing
(set-default-font 10x20)
with
(set-default-font
-cronyx-fixed-medium-r-normal--20-200-75-75-c-100-koi8-r)

With that change done, emacs starts without any error message. However,
the font is not quite the same as the old one. The old font had no
serifs except on the letters i and l, where they avoid confusion with
the number 1.  The new font has serifs on most letters and, to my eye,
looks unnecessarily cluttered.

With emacs running, I tried holding down the shift key and clicking the
left mouse button. That as expected brought up a font menu. Selecting
Misc 10x20 elicited the response Font not found.

Comparing the font paths on the computer with the missing 10x20 font and
on a computer with no font problem, I see the paths starting with
/usr/share/fonts/misc are identical.

Nonetheless there is a difference in the results from doing locate
10x20 on the two machines.  I can locate the following misc/10x20
fonts on the machine where Emacs works well but not on the machine where
Emacs does not work well:

/usr/share/fonts/misc/10x20.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-1.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-2.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-3.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-4.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-5.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-7.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-8.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-9.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-10.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-11.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-13.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-14.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-15.pcf.gz
/usr/share/fonts/misc/10x20-ISO8859-16.pcf.gz
/usr/share/fonts/misc/10x20-KOI8-R.pcf.gz

Suggestions for recovering the old 10x20 font would be appreciated.

-John

-- 
John P. Burkett
Department of Economics
University of Rhode Island
Kingston, RI 02881-0808
USA

phone (401) 874-9195



Re: [gentoo-user] Font missing after xorg upgrade

2006-07-13 Thread Alan E. Davis

I haven't checked lately, but when I upgraded to modular Xorg, the
following font package was missing:

 media-fonts/font-schumacher-misc

I was unable to run a program I'd compiled myself---xtide.

Alan Davis

On 7/13/06, Donnie Berkholz [EMAIL PROTECTED] wrote:

Allan Gottlieb wrote:
 I notice that some of the fonts you mention are keyword masked (at
 least on x86).  For example font-bitstream-* (except for -vera) and
 font-ibm-type1.  Are these fonts less tested?  Would you recommend
 unmasking all of them?  Would you want me to file a bug asking for
 stabilization?  I should add that I am not at all hurting with just
 the (stable) fonts that I do have installed.

I've mentioned this elsewhere, but the idea is that we're trying to
figure out which programs, fonts, etc people really use and need. If you
actually use something (not just install it and never use the fonts or
whatever), please file a bug requesting that it be stabled.

Thanks,
Donnie







--
Alan Davis, Kagman High School, Saipan  [EMAIL PROTECTED] 1-670-256-2043

I consider that the golden rule requires that if I like a program I
must share it with other people who like it.
 Richard Stallman
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Font missing after xorg upgrade

2006-07-12 Thread darren kirby
Hello all,

I just completed upgrading to Xorg 7.0 and it went fine, however, I seem to be 
missing Courier 10 pitch which was the only monospaced font that looks 
decent on my screen. When I started X all my monospaced fonts were set as 
courier which looks terrible.

Does anyone know where to get this font back? I did a google but it did not 
help. 

Thanks for consideration,
-d 
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972


pgp6O43Q9gCKG.pgp
Description: PGP signature


Re: [gentoo-user] Font missing after xorg upgrade

2006-07-12 Thread Donnie Berkholz
darren kirby wrote:
 Hello all,
 
 I just completed upgrading to Xorg 7.0 and it went fine, however, I seem to 
 be 
 missing Courier 10 pitch which was the only monospaced font that looks 
 decent on my screen. When I started X all my monospaced fonts were set as 
 courier which looks terrible.
 
 Does anyone know where to get this font back? I did a google but it did not 
 help. 
 
 Thanks for consideration,
 -d 

Try font-adobe-100dpi or font-adobe-75dpi or possibly font-ibm-type1.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Font missing after xorg upgrade

2006-07-12 Thread darren kirby
quoth the Donnie Berkholz:
 darren kirby wrote:
  Hello all,
 
  I just completed upgrading to Xorg 7.0 and it went fine, however, I seem
  to be missing Courier 10 pitch which was the only monospaced font that
  looks decent on my screen. When I started X all my monospaced fonts were
  set as courier which looks terrible.
 
  Does anyone know where to get this font back? I did a google but it did
  not help.
 
  Thanks for consideration,
  -d

 Try font-adobe-100dpi or font-adobe-75dpi or possibly font-ibm-type1.

The adobe fonts were already installed (no 10 pitch) and I installed the IBM 
fonts and it was not there either. However, Courier [IBM] seems to look 
fine, and will be suitable.

I would still like to know where the 10 pitch is if anybody knows... 

 Thanks,
 Donnie

And thanks,
-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972


pgpLgmSmctEky.pgp
Description: PGP signature


Re: [gentoo-user] Font missing after xorg upgrade

2006-07-12 Thread Donnie Berkholz
darren kirby wrote:
 quoth the Donnie Berkholz:
 darren kirby wrote:
 Hello all,

 I just completed upgrading to Xorg 7.0 and it went fine, however, I seem
 to be missing Courier 10 pitch which was the only monospaced font that
 looks decent on my screen. When I started X all my monospaced fonts were
 set as courier which looks terrible.

 Does anyone know where to get this font back? I did a google but it did
 not help.

 Thanks for consideration,
 -d
 Try font-adobe-100dpi or font-adobe-75dpi or possibly font-ibm-type1.
 
 The adobe fonts were already installed (no 10 pitch) and I installed the IBM 
 fonts and it was not there either. However, Courier [IBM] seems to look 
 fine, and will be suitable.
 
 I would still like to know where the 10 pitch is if anybody knows... 

Oh, do you not have ttf-bitstream-vera installed? It looks like I've got
bitstream fonts providing it, maybe font-bitstream-type1 if you can't
get it from the other.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Font missing after xorg upgrade

2006-07-12 Thread Allan Gottlieb
At Wed, 12 Jul 2006 14:50:11 -0700 Donnie Berkholz [EMAIL PROTECTED] wrote:

 darren kirby wrote:
 quoth the Donnie Berkholz:
 Try font-adobe-100dpi or font-adobe-75dpi or possibly font-ibm-type1.
 
 The adobe fonts were already installed (no 10 pitch) and I installed the IBM 
 fonts and it was not there either. However, Courier [IBM] seems to look 
 fine, and will be suitable.
 
 I would still like to know where the 10 pitch is if anybody knows... 

 Oh, do you not have ttf-bitstream-vera installed? It looks like I've got
 bitstream fonts providing it, maybe font-bitstream-type1 if you can't
 get it from the other.

(Donnie, Thanks for all your informative replies on the Xorg issues.)

I notice that some of the fonts you mention are keyword masked (at
least on x86).  For example font-bitstream-* (except for -vera) and
font-ibm-type1.  Are these fonts less tested?  Would you recommend
unmasking all of them?  Would you want me to file a bug asking for
stabilization?  I should add that I am not at all hurting with just
the (stable) fonts that I do have installed.

thanks again,
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Font missing after xorg upgrade

2006-07-12 Thread Donnie Berkholz
Allan Gottlieb wrote:
 I notice that some of the fonts you mention are keyword masked (at
 least on x86).  For example font-bitstream-* (except for -vera) and
 font-ibm-type1.  Are these fonts less tested?  Would you recommend
 unmasking all of them?  Would you want me to file a bug asking for
 stabilization?  I should add that I am not at all hurting with just
 the (stable) fonts that I do have installed.

I've mentioned this elsewhere, but the idea is that we're trying to
figure out which programs, fonts, etc people really use and need. If you
actually use something (not just install it and never use the fonts or
whatever), please file a bug requesting that it be stabled.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature