Re: adobe-courier not found

2008-12-08 Thread Jon TURNEY

Yaakov (Cygwin/X) wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Mattias Hellström wrote:

Restarting the Xserver once more fixed it.

Thanks for the help with diagnostics tools to all.


For addition to the FAQ: after installing server-side fonts, the server
must be restarted for them to be available.


Perhaps the postinstall scripts need to do "xset -display :0.0 fp rehash"?

(although even if this works, it won't do any good in scenarios where X 
servers other than :0 are running)


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: adobe-courier not found

2008-12-08 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Mattias Hellström wrote:
> Restarting the Xserver once more fixed it.
> 
> Thanks for the help with diagnostics tools to all.

For addition to the FAQ: after installing server-side fonts, the server
must be restarted for them to be available.


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkk9TkkACgkQpiWmPGlmQSOVKQCfSjmsyYVzNBg/evZ13m4HeEP0
9ogAoK/Zf4AMWWq8rCh1BLEPoQnUeGXS
=Eyln
-END PGP SIGNATURE-

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: adobe-courier not found

2008-12-08 Thread Mattias Hellström
On Mon, Dec 8, 2008 at 3:20 PM, Mattias Hellström
<[EMAIL PROTECTED]> wrote:
>> This font should be provided by the font-adobe-dpi75 and font-adobe-dpi100
>> packages.
>>
>> cygcheck -c | grep adobe ?
>
> bash-3.2$ /bin/cygcheck -c | /bin/grep adobe
> font-adobe-dpi75   1.0.0-1OK
> font-adobe-utopia-dpi751.0.1-1OK
> font-adobe-utopia-type11.0.1-1OK
> bash-3.2$
>
I look like a fool now.
Restarting the Xserver once more fixed it.

Thanks for the help with diagnostics tools to all.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: adobe-courier not found

2008-12-08 Thread Mattias Hellström
> This font should be provided by the font-adobe-dpi75 and font-adobe-dpi100
> packages.
>
> cygcheck -c | grep adobe ?

bash-3.2$ /bin/cygcheck -c | /bin/grep adobe
font-adobe-dpi75   1.0.0-1OK
font-adobe-utopia-dpi751.0.1-1OK
font-adobe-utopia-type11.0.1-1OK
bash-3.2$

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: adobe-courier not found

2008-12-08 Thread Jon TURNEY

Mattias Hellström wrote:

How can I solve the following error (when trying to view emacs from
remote linux machine)?

No fonts match `-adobe-courier-medium-r-*-*-12-120-75-75-*-*-*-*'

I haved tried to install all fonts but the particular one does not
seam to exist.


This font should be provided by the font-adobe-dpi75 and font-adobe-dpi100 
packages.


cygcheck -c | grep adobe ?




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: adobe-courier not found

2008-12-08 Thread Phil Betts
Mattias Hellström wrote on Monday, December 08, 2008 12:00 PM::

> How can I solve the following error (when trying to view emacs from
> remote linux machine)?
> 
> No fonts match `-adobe-courier-medium-r-*-*-12-120-75-75-*-*-*-*'
> 
> I haved tried to install all fonts but the particular one does not
> seam to exist.
> bash-3.2$ ./xlsfonts.exe |./grep.exe adobe|./grep.exe courier
> -bitstream-courier 10 pitch-bold-i-normal--0-0-0-0-m-0-adobe-standard
> -bitstream-courier 10 pitch-bold-r-normal--0-0-0-0-m-0-adobe-standard
> -bitstream-courier 10
> pitch-medium-i-normal--0-0-0-0-m-0-adobe-standard 
> -bitstream-courier 10
> pitch-medium-r-normal--0-0-0-0-m-0-adobe-standard 
> -ibm-courier-bold-i-normal--0-0-0-0-m-0-adobe-standard
> -ibm-courier-bold-r-normal--0-0-0-0-m-0-adobe-standard
> -ibm-courier-medium-i-normal--0-0-0-0-m-0-adobe-standard
> -ibm-courier-medium-r-normal--0-0-0-0-m-0-adobe-standard

You need to configure emacs not to request a font that doesn't exist.
In your case, this means changing -adobe-courier- to -ibm-courier-

Because you don't give any details about the linux configuration (i.e.
where the font is specified), it's impossible to be more precise than 
that.

You should probably look in the linux box's app-defaults directory, and
also ~/.Xdefaults and/or ~/.Xresources, but it could also be in any of 
the emacs lisp, or even specified on the command-line.

Phil
-- 
This email has been scanned by Ascribe PLC using Microsoft Antigen for Exchange.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/