[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Emacs: Client/Server
From: |
Dhruva Krishnamurthy |
Subject: |
Re: GNU Emacs: Client/Server |
Date: |
Thu, 29 Jan 2004 17:43:13 +0530 |
On Thu, 29 Jan 2004 13:03:49 +0100, "Jan D." <address@hidden> said:
>
> Are you proposing something like mozilla or xmms? Where
> % mozilla -remote ...
>
> will connect to an already running mozilla process and send the command
> to that process. Or like xmms (a music player), where
> % xmms file
>
> will start playing file on an already running xmms process if one
> exists.
>
> Kind of integrating emacsclient in the emacs binary so that
> % emacs -remote ...
> is basically the same as
> % emacsclient ...
>
Yes. Usually, I use the gnucleintw.exe for opening files in the same GNU
Emacs window. For starters, just opening a file in a running GNU Emacs
sprocess would be fine. Slowly, we can extend it to handle features of
"gnudoit" which can send lisp expressions to be evaluated by a running
GNU Emacs process. The whole idea is to make better packaging (as I do
not see any improvement over existing framework of using gnuserv).
with regards,
dhruva
PS: My understanding of GNU Emacs internals is *highly* limited. I can
contribute ideas but I may not be able to do the actual implementation.
Also, I do have MS Windows app dev exp and hence cannot comment on core
platform dependent issues.
________________________________________
Dhruva Krishnamurthy
Proud FSF member: #1935
http://schemer.fateback.com/
Re: GNU Emacs: Client/Server, Stefan Monnier, 2004/01/29