Author: Dan EspenDan Espen Date: Aug 29, 2008 09:24
"Rustom Mody" gmail.com> writes:
> 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
Since I don't "do Windows", I'm not sure what it takes to be
a windows service.
> -- C-x C-c should close a frame not emacs
As someone else said, rebind the key to delete frame.
> -- it should be possible for emacs to be running without there being
> any frame
XEmacs has a command line argument "-unmapped" to accomplish
that. It doesn't seem to work for my version of emacs,
but maybe someone could add that to emacs.
|