Subject: Re: Emacs Package Question
To: Jeff Flowers <jeffrey@jeffreyf.net>
From: Timo Schmidt <list-netbsd@xomit.de>
List: netbsd-help
Date: 05/13/2002 02:23:19
* Jeff Flowers <jeffrey@jeffreyf.net> [2002-05-13 01:56:54]:
>
> [...]
> 
> Shared object "libXaw.so.7" not found
> 
> I know that this is an X-Window thing, and that Emacs has X-Window
> support, but why do I need to have X installed just to run Emacs. Is
> there a way around this, aside from installing from pkgsrc?

$ emacs --help | grep "\-nw"
 --no-windows, -nw           don't communicate with X, ignoring $DISPLAY


  -Timo