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: Ken Goldman
Subject: Re: emacs as a service
Date: Fri, 29 Aug 2008 12:04:40 -0400
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Rustom Mody wrote:
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??)
-- emacs should not (by default) show in a tab on the desktop
-- C-x C-c should close a frame not emacs

I can answer this piece:

(global-set-key "\C-x\C-c"    'delete-frame)

-- it should be possible for emacs to be running without there being any frame Anyone done something like this?


reply via email to

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