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

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

Re: [h-e-w] Help: NT Emacs and the SendTo menu behaviour...


From: rob . davenport
Subject: Re: [h-e-w] Help: NT Emacs and the SendTo menu behaviour...
Date: Tue, 23 Apr 2002 15:49:15 -0400

> Also, since it came up in this discussion, I'd like to mention that I tried
> Karel Sprenger's method for installing GnuServe & GnuClient, but I was not
> able to get it to work.

I just followed his directions on another machine, and got it working.
The keys seemed to be putting the .exes in the PATH (actually
adding c:\emacs\bin to my path), and adding
 (setq gnuserv-frame (selected-frame))
to my .emacs to keep it from opening a seperate frame all the time,
and add it *before* gnuserv-start to keep the subprocess from exiting.
[at least I think that's what fixed it].)

My .emacs on that machine:

(cond
   (window-system
     (setenv "GNUSERV_SHOW_EMACS" "1")
     (setq gnuserv-frame (selected-frame))
     (require 'gnuserv)
     (gnuserv-start)
   )
)

Rob






reply via email to

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