Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-unix!hplabs!hplabsc!mayer From: mayer@hplabsc.UUCP (Niels Mayer) Newsgroups: comp.emacs Subject: Re: X and gnu emacs problem Message-ID: <1455@hplabsc.UUCP> Date: Thu, 19-Mar-87 15:20:15 EST Article-I.D.: hplabsc.1455 Posted: Thu Mar 19 15:20:15 1987 Date-Received: Sat, 21-Mar-87 06:57:40 EST References: <1023@theory.cs.cmu.edu> <1024@theory.cs.cmu.edu> Reply-To: mayer@hplabsc.UUCP (Niels Mayer) Organization: Hewlett-Packard Labs, Palo Alto, CA Lines: 15 In article <1024@theory.cs.cmu.edu> tsf@theory.cs.cmu.edu (Timothy Freeman) writes: > !"xterm =10x10-1000-1000 -e emacs -w =143x68+0+0&" Why start it from an offscreen xterm at all? The significant information that'll pass down to gnuemacs is the value of $TERM.... So On my HP9000/300 (HPUX), I call a script (xgnu) from my .uwmrc menu entry that does the trick: #!/bin/sh # set TERM so that subprograms (like mh's scan) don't assume I'm using a 9836 TERM=xterms export TERM exec gnuemacs -i -fg Green -bg Sienna -bd Black -cr White $* -- Niels.