home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3569 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.5 KB

  1. Xref: sparky gnu.emacs.help:3569 comp.emacs:2741
  2. Path: sparky!uunet!timbuk.cray.com!equalizer!sdcrsi!network.ucsd.edu!usc!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sunic!dkuug!diku!uunet!mcvax!diku!kees
  3. From: kees@diku.dk (Kees Van Schaik)
  4. Newsgroups: gnu.emacs.help,comp.emacs
  5. Subject: Re: emacsclient problem
  6. Message-ID: <KEES.92Jul30094049@tyr.diku.dk>
  7. Date: 30 Jul 92 14:40:49 GMT
  8. References: <ACEVEDO.92Jul28095546@hippocrene.mit.edu>
  9.     <1992Jul29.071558.12586@cco.caltech.edu>
  10. Sender: kees@tyr.diku.dk
  11. Distribution: gnu
  12. Organization: DIKU, University of Copenhagen, Denmark
  13. Lines: 20
  14. In-Reply-To: hong@cithe304.cithep.caltech.edu's message of 29 Jul 92 07:15:58 GMT
  15.  
  16. In article <1992Jul29.071558.12586@cco.caltech.edu> hong@cithe304.cithep.caltech.edu (John Hong) writes:
  17.  
  18.    I started my normal emacs session with server-start, and then invoked
  19.        emacsclient file
  20.    from the same computer and it worked fine.  But if I tried to invoke
  21.    the emacsclient from a different computer, it gave me the error:
  22.        emacsclient: msgget: No such file or directory
  23.  
  24. That is correct: emacsclient can only run locally on a machine and not via
  25. the network, if I remember correctly that is because of the type of
  26. communication that is used. Anyway, you can only run the emacsclient and
  27. server on the same machine.
  28.  
  29.    Both computers are clustered and share same file system (NFS file
  30.    system, I believe.)
  31. That does not matter, it is really the machine that counts.
  32.  
  33. Hope to have been of help,
  34.  
  35.     Kees
  36.