Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!mit-eddie!mit-trillian!rlk From: rlk@mit-trillian.MIT.EDU (Robert L Krawitz) Newsgroups: comp.emacs Subject: Re: GNU Emacs and X Message-ID: <1507@mit-trillian.MIT.EDU> Date: Thu, 4-Dec-86 11:56:40 EST Article-I.D.: mit-tril.1507 Posted: Thu Dec 4 11:56:40 1986 Date-Received: Fri, 5-Dec-86 02:31:20 EST Reply-To: rlk@athena.MIT.EDU Organization: MIT Project Athena Lines: 16 OK, since I do most of the X maint for gnuemacs, here's the scoop: 1) Gnuemacs accepts most of the standard X arguments, including font, geometry (except that the geometry spec requires a -w to precede it), display (except that -d is needed to set it off). You can't specify mouse bitmap, but that isn't a terribly standard feature in X programs either. 2) In the past few days, I've hacked the X interface to make emacs appear to start up much faster, by processing command line arguments for X in C. 3) RMS does in fact support the X code. The X code is part of the standard release, the only thing is that HAVE_X_WINDOWS is not #defined in config.h.dist. -- Robert^Z