[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quiting daemon in emacsw32
From: |
Eli Zaretskii |
Subject: |
Re: Quiting daemon in emacsw32 |
Date: |
Sat, 22 Aug 2009 11:04:50 +0300 |
> From: Xah Lee <xahlee@gmail.com>
> Date: Fri, 21 Aug 2009 20:13:21 -0700 (PDT)
>
> On Aug 21, 7:33 am, Eli Zaretskii <e...@gnu.org> wrote:
> > > Date: Thu, 20 Aug 2009 09:09:38 -0700 (PDT)
> > > From: "Farhan Ahmed" <far...@alienfluid.com>
> >
> > > How does one quit the emacs daemon on Windows? I am using the emacsw32
> > > port on Windows and once the daemon is up and running, it seems like the
> > > only way to exit it is to forcibly kill it.
> >
> > What "emacs daemon on Windows"? Emacs doesn't support the -daemon
> > switch on Windows, so how did you get Emacs to start in daemon mode?
>
> LOL Eli. It can be started by M-x server-start.
That's not the daemon mode, that's the server mode. It can be stopped
by `(server-mode -1)'.