From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Purtill <9zh5bz3jdk001@sneakemail.com> To: Subject: SourceNav with NTEmacs Date: Thu, 09 Aug 2001 10:45:00 -0000 Message-id: <15218.50399.194390.415911@wilbur.softwarerevolution.com> References: <3190BC9FA8F6D3119508009027E5B33E4B7C39@MORSE> X-SW-Source: 2001-q3/msg00101.html 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 (("))