help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs as a service


From: Torsten Mueller
Subject: Re: emacs as a service
Date: Fri, 29 Aug 2008 08:52:32 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt)

"Rustom Mody" <rustompmody@gmail.com> schrieb:

> I want to start emacs as a service (This is under windows)
> The emacs-y side is easy (server-start)
> But I want to do it also from the windows perspective.
> This involves:
> -- starting emacs as a service (using Sc perhaps??)

Have you ever seen a Windows service from inside? A Windows service is
a completely different application than an .exe file, more DLL-like.
Running Emacs as a Windows service would require code changes.

> -- emacs should not (by default) show in a tab on the desktop

What is a "tab on the desktop"?

> -- C-x C-c should close a frame not emacs

A Windows service normally does not react on keys at all.

I think what you mean is something line the emacs client/server
concept.

T.M.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]