Mailinglist Archive: opensuse (2488 mails)
| < Previous | Next > |
Re: [opensuse] OpenSUSE emacs broken out of the box
- From: Alex Bennee <kernel-hacker@xxxxxxxxxx>
- Date: Mon, 05 Feb 2007 19:51:56 +0000
- Message-id: <1170705116.14200.1.camel@xxxxxxxxxxxxxxxxxxxx>
On Mon, 2007-02-05 at 19:43 +0000, Alex Bennee wrote:
> On Mon, 2007-02-05 at 20:29 +0100, Anders Johansson wrote:
> > On Monday 05 February 2007 19:53, Alex Bennee wrote:
> > > >xlsfonts | wc -l
> > >
> > > 657
> >
> > I get 7588, including adobe-helvetica and ibm-courier. They should both be in
> > the package xorg-x11-fonts, which I suspect should be installed by default
>
> Hmmm - I have pretty much all the font packages installed:
>
> okra:/etc/X11/xinit # rpm -qa | grep "font"
> xorg-x11-libfontenc-7.2-12
> <snip>
> Having said that I commented out most of the FontPath lines from my
> xorg.conf because X insisted it couldn't find them:
>
> FontPath "/usr/share/fonts/misc"
> # FontPath "/usr/X11R6/lib/X11/fonts/local"
> # FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
> # FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
> # FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
> # FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
> # FontPath "/usr/X11R6/lib/X11/fonts/CID"
> # FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
> # FontPath "/usr/X11R6/lib/X11/fonts/Type1"
> # FontPath "/usr/X11R6/lib/X11/fonts/truetype"
> # FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
They where commented out because of the following warning from X:
Could not init font path element /usr/X11R6/lib/X11/fonts/local,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi,
removing from list!
Could not init font path
element /usr/X11R6/lib/X11/fonts/100dpi:unscaled, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi,
removing from list!
Could not init font path
element /usr/X11R6/lib/X11/fonts/75dpi:unscaled, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/truetype,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/uni:unscaled,
removing from list!
Could not init font path element /opt/kde3/share/fonts, removing from
list!
However adding them back in seems to have fixed emacs. The number of
fonts listed by xlsfonts doesn't seem to have changed though...
19:48 alexjb@okra [~] >xlsfonts | wc -l
657
Hmm, so emacs is working now. But I am still confused :-(
--
Alex, homepage: http://www.bennee.com/~alex/
When in panic, fear and doubt, Drink in barrels, eat, and shout.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> On Mon, 2007-02-05 at 20:29 +0100, Anders Johansson wrote:
> > On Monday 05 February 2007 19:53, Alex Bennee wrote:
> > > >xlsfonts | wc -l
> > >
> > > 657
> >
> > I get 7588, including adobe-helvetica and ibm-courier. They should both be in
> > the package xorg-x11-fonts, which I suspect should be installed by default
>
> Hmmm - I have pretty much all the font packages installed:
>
> okra:/etc/X11/xinit # rpm -qa | grep "font"
> xorg-x11-libfontenc-7.2-12
> <snip>
> Having said that I commented out most of the FontPath lines from my
> xorg.conf because X insisted it couldn't find them:
>
> FontPath "/usr/share/fonts/misc"
> # FontPath "/usr/X11R6/lib/X11/fonts/local"
> # FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
> # FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
> # FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
> # FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
> # FontPath "/usr/X11R6/lib/X11/fonts/CID"
> # FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
> # FontPath "/usr/X11R6/lib/X11/fonts/Type1"
> # FontPath "/usr/X11R6/lib/X11/fonts/truetype"
> # FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
They where commented out because of the following warning from X:
Could not init font path element /usr/X11R6/lib/X11/fonts/local,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi,
removing from list!
Could not init font path
element /usr/X11R6/lib/X11/fonts/100dpi:unscaled, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi,
removing from list!
Could not init font path
element /usr/X11R6/lib/X11/fonts/75dpi:unscaled, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/truetype,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/uni:unscaled,
removing from list!
Could not init font path element /opt/kde3/share/fonts, removing from
list!
However adding them back in seems to have fixed emacs. The number of
fonts listed by xlsfonts doesn't seem to have changed though...
19:48 alexjb@okra [~] >xlsfonts | wc -l
657
Hmm, so emacs is working now. But I am still confused :-(
--
Alex, homepage: http://www.bennee.com/~alex/
When in panic, fear and doubt, Drink in barrels, eat, and shout.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |