all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Unable to load any usable fontset
@ 2003-06-26 22:47 Daniel Klein
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Klein @ 2003-06-26 22:47 UTC (permalink / raw)


Hello all,

I am trying to run an emacs on a remote server, forwarding the display to my 
box. I am not the guy who installed emacs on that server, but I have root 
access if I need to fix anything. When I try to run xemacs (gnu emacs opens 
inside the terminal, which is not the behaviour I'm used to from another 
remote server, where gnu emacs opens its own window on my display properly) I 
get this error:

Warning: Unable to load any usable fontset

I'm using XEmacs 21.1 (patch 14) "Cuyahoga Valley" [Lucid] (i386-suse-linux, 
Mule) of Sat Jun 23 2001. Could anyone maybe quickly tell me where to look? 

In case the backtrace is relevant, I appended it to the end of this mail. 

Besides opening inside the terminal, the GNU emacs behaves very oddly in many 
other ways too. It doesn't accept any F key for instance and complains about 
not finding /usr/lib/X11/locale/locale.alias (that /locale/ dir doesn't exist 
on that box at all.) In case I will have to use gnuemacs in a terminal, what 
would be a fix to that?

Thanks,
Daniel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Unable to load any usable fontset
       [not found] <mailman.8714.1056667914.21513.help-gnu-emacs@gnu.org>
@ 2003-06-26 23:10 ` Kevin Rodgers
  2003-06-27  5:00   ` Daniel Klein
       [not found]   ` <mailman.8732.1056690225.21513.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Kevin Rodgers @ 2003-06-26 23:10 UTC (permalink / raw)


Daniel Klein wrote:

> Hello all,
> 
> I am trying to run an emacs on a remote server, forwarding the display to my 
> box. I am not the guy who installed emacs on that server, but I have root 
> access if I need to fix anything. When I try to run xemacs (gnu emacs opens 
> inside the terminal, which is not the behaviour I'm used to from another 
> remote server, where gnu emacs opens its own window on my display properly) I 
> get this error:
> 
> Warning: Unable to load any usable fontset
> 
> I'm using XEmacs 21.1 (patch 14) "Cuyahoga Valley" [Lucid] (i386-suse-linux, 
> Mule) of Sat Jun 23 2001. Could anyone maybe quickly tell me where to look? 


Is the DISPLAY environment variable set, before you invoke Emacs


	echo $DISPLAY

or after

	M-: (getenv "DISPLAY") RET


-- 
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;">Kevin Rodgers</a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Unable to load any usable fontset
  2003-06-26 23:10 ` Unable to load any usable fontset Kevin Rodgers
@ 2003-06-27  5:00   ` Daniel Klein
       [not found]   ` <mailman.8732.1056690225.21513.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Daniel Klein @ 2003-06-27  5:00 UTC (permalink / raw)



> Is the DISPLAY environment variable set, before you invoke Emacs
>
>
> 	echo $DISPLAY
>
> or after
>
> 	M-: (getenv "DISPLAY") RET

Sorry for being unclear on this, of course DISPLAY is set, and yes I have 
entered the host of the remote server is in my xhost list on the local box. 
Ghostview for instance launches fine from that same remote server.

Any more ideas?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Unable to load any usable fontset
       [not found]   ` <mailman.8732.1056690225.21513.help-gnu-emacs@gnu.org>
@ 2003-06-27 16:39     ` Kevin Rodgers
  2003-06-27 16:51       ` Daniel Klein
       [not found]       ` <mailman.8778.1056733669.21513.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Kevin Rodgers @ 2003-06-27 16:39 UTC (permalink / raw)


Daniel Klein wrote:

> Sorry for being unclear on this, of course DISPLAY is set, and yes I have 
> entered the host of the remote server is in my xhost list on the local box. 
> Ghostview for instance launches fine from that same remote server.
> 
> Any more ideas?


Does `M-x emacs-version RET' display anything about the X toolkit?


-- 
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;">Kevin Rodgers</a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Unable to load any usable fontset
  2003-06-27 16:39     ` Kevin Rodgers
@ 2003-06-27 16:51       ` Daniel Klein
       [not found]       ` <mailman.8778.1056733669.21513.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Daniel Klein @ 2003-06-27 16:51 UTC (permalink / raw)


On Friday 27 June 2003 18:39, Kevin Rodgers wrote:
>
> Does `M-x emacs-version RET' display anything about the X toolkit?

GNU Emacs 20.7.1 (i386-suse-linux) of Sam Jun 23 2001 on recorde

Doesn't look like it.. after all this one doesn't load anything for x.. is it 
not default that GNU Emacs can open a window on X?

Daniel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Unable to load any usable fontset
       [not found]       ` <mailman.8778.1056733669.21513.help-gnu-emacs@gnu.org>
@ 2003-06-27 17:58         ` Kevin Rodgers
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin Rodgers @ 2003-06-27 17:58 UTC (permalink / raw)


Daniel Klein wrote:

> On Friday 27 June 2003 18:39, Kevin Rodgers wrote:
> 
>>Does `M-x emacs-version RET' display anything about the X toolkit?
>>
> 
> GNU Emacs 20.7.1 (i386-suse-linux) of Sam Jun 23 2001 on recorde
> 
> Doesn't look like it.. after all this one doesn't load anything for x.. is it 
> not default that GNU Emacs can open a window on X?

By default, Emacs would have been built with X support if the X headers and
libraries were installed.  It must have been explicitly configured --without-x
or --without-x-toolkit.  Complain to your system administrator.

-- 
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;">Kevin Rodgers</a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-06-27 17:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.8714.1056667914.21513.help-gnu-emacs@gnu.org>
2003-06-26 23:10 ` Unable to load any usable fontset Kevin Rodgers
2003-06-27  5:00   ` Daniel Klein
     [not found]   ` <mailman.8732.1056690225.21513.help-gnu-emacs@gnu.org>
2003-06-27 16:39     ` Kevin Rodgers
2003-06-27 16:51       ` Daniel Klein
     [not found]       ` <mailman.8778.1056733669.21513.help-gnu-emacs@gnu.org>
2003-06-27 17:58         ` Kevin Rodgers
2003-06-26 22:47 Daniel Klein

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.