SourceNav with NTEmacs
Mark Purtill
9zh5bz3jdk001@sneakemail.com
Thu Aug 9 10:45:00 GMT 2001
Dalton, Barnaby writes:
> Does anyone use sourcenav with ntemacs? I'm trying to get it working with
> gnuclient. The first time I try to edit a file from sourcenav a new emacs
> process is launched even if I have already started one via other means. This
> second process starts with the *messages*
>
> Server subprocess exited
> connection failed: connection refused, 127.0.0.1, sn
>
> >From then on sourcenav always uses this second process. Doesn anyone know
> what is going on?
>
> Gnuclient/serv is defnitely working ok as I have used it from windows
> explorer/msdev for years.
I had a similar problem under Linux. When you set the editor
to gnuclient, SN recognizes that and does what it thinks is the right
thing, which seems to be to start a new emacs for you. (Subsequent
calls would try to use gnuclient.) In your case, it sounds like this
doesn't work because the server that gnuclient talks to has already
been started by your previous emacs. Try writing a script with a name
different from gnuclient; I have one that looks something like this:
#! /bin/sh
TMPDIR=/tmp
export TMPDIR
gnuclient $*
You'll need the equivalent for NT, except probably not the TMPDIR
stuff. (There's an additional problem on Linux that SN sets TEMPDIR,
which gnuclient uses to connect to the emacs; if the two processes
have different TMPDIRs, they can't connect, so I reset it.) You might
try naming the progam both a name with "emacs" in the name and not and
see which works better for you. (The behavior is different because,
again, SN is looking at the name and trying to be clever.)
--
^.-.^ Mark Purtill
(("))
More information about the Sourcenav
mailing list