Xref: utzoo gnu.emacs.help:365 comp.emacs:9541 Path: utzoo!utgpu!watserv1!watmath!att!att!linac!pacific.mps.ohio-state.edu!tut.cis.ohio-state.edu!HPNMXX.HP.COM!darrylo From: darrylo@HPNMXX.HP.COM Newsgroups: gnu.emacs.help,comp.emacs Subject: Re: Can server mode work for remote clients? Message-ID: <9011180559.AA07645@hpnmd.hp.com> Date: 18 Nov 90 05:54:19 GMT References: <9011150404.AA22584@wubios.wustl.edu> Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 20 > I seem to remember an earlier message that suggested that the emacs > server mode could work for client processes on a remote host. > Did I misunderstand? I am working on a front-end to emacs that > violates this assumption, and would like to know if I am making > a mistake. Thanks, -David- Andy Norman's gnuserv program (submitted to the FSF for V19) allows you to issue requests to edit a file on a host "B", and cause the Emacs program running on host "A" to retrieve (via NFS) and edit the requested file. You can also execute arbitrary elisp forms from a remote machine and retrieve the return value. You have a choice of using Internet-domain sockets, Unix-domain sockets, or SYSV IPC. -- Darryl Okahata UUCP: {hplabs!, hpcea!, hpfcla!} hpnmd!darrylo Internet: darrylo%hpnmd@hpcea.hp.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion or policy of Hewlett-Packard or of the little green men that have been following him all day.