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/
