home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / help / 4831 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.2 KB  |  37 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!scorn!howdyp
  3. From: howdyp@sco.COM (Howdy Pierce)
  4. Subject: Re: why emacsclient?
  5. Organization: The Santa Cruz Operation, Inc.
  6. Date: Tue, 17 Nov 1992 16:16:38 GMT
  7. Message-ID: <1992Nov17.161638.13421@sco.com>
  8. References: <17262@borg.cs.unc.edu> <1e1poeINNqm9@pongo.West.Sun.COM> <17533@borg.cs.unc.edu>
  9. Sender: howdyp@sco.com
  10. Lines: 25
  11.  
  12.  
  13. Trey Harris (harris@gallium.cs.unc.edu) writes:
  14. >Anyway, when I start emacs the first time, I see the following lines
  15. >one by one in the minibuffer:
  16. >
  17. >Loading ispell.elc...done
  18. >Loading server...done
  19. >Server subprocess exited
  20. >
  21. >I suspect that that last line, "Server subprocess exited," is
  22. >symptomatic of whatever is occurring here.  The server shouldn't be
  23. >exiting if it needs to be used...or should it?  I don't know enough
  24. >about the internal workings of emacsclient to know.
  25.  
  26. I had a similar problem.  You need to make sure that the variable
  27. "server-process" points at the right server executable.  I think it
  28. should equal:
  29.           <emacs-root-directory>/etc/server
  30.  
  31. The error message is a little misleading, since it implies the process
  32. is getting started and then exiting.  That's not necessarily the case.
  33.  
  34. --Howdy Pierce
  35.   howdyp@sco.com
  36.  
  37.