help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] gnuclientw is starting new instances of emacs.


From: Richard M. Heiberger
Subject: Re: [h-e-w] gnuclientw is starting new instances of emacs.
Date: Wed, 14 Nov 2001 17:22:19 -0500 (EST)

You need one more line in .emacs

(require 'gnuserv)
(gnuserv-start)
(setq gnuserv-frame (selected-frame))

You are probably not starting a separate instance of emacs.

You are starting a new frame within the same instance of emacs
(the equivalent of C-x 5 2).  The gnuserv-frame variable
tells emacs to continue to use the existing frame.

Rich



reply via email to

[Prev in Thread] Current Thread [Next in Thread]