From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rustom Mody" Newsgroups: gmane.emacs.help Subject: emacs as a service Date: Fri, 29 Aug 2008 12:12:30 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1917_21637078.1219992150184" X-Trace: ger.gmane.org 1219992180 19756 80.91.229.12 (29 Aug 2008 06:43:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Aug 2008 06:43:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 29 08:43:54 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KYxi3-0004dH-Uz for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Aug 2008 08:43:52 +0200 Original-Received: from localhost ([127.0.0.1]:59771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYxh5-0005ws-9B for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Aug 2008 02:42:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYxgn-0005wl-Km for help-gnu-emacs@gnu.org; Fri, 29 Aug 2008 02:42:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYxgm-0005wZ-3t for help-gnu-emacs@gnu.org; Fri, 29 Aug 2008 02:42:33 -0400 Original-Received: from [199.232.76.173] (port=55884 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYxgl-0005wW-VT for help-gnu-emacs@gnu.org; Fri, 29 Aug 2008 02:42:32 -0400 Original-Received: from wf-out-1314.google.com ([209.85.200.175]:46925) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYxgl-0008RV-NQ for help-gnu-emacs@gnu.org; Fri, 29 Aug 2008 02:42:31 -0400 Original-Received: by wf-out-1314.google.com with SMTP id 28so871616wfc.24 for ; Thu, 28 Aug 2008 23:42:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=WEf4IuuzLo36a50gfWYWdtB/QNVbAqvu1pwGNzA4dF4=; b=lweDMxhnrzqrMN9cEKxD93vTpFLlreuTyVZi99gYf8bTzX6QznSBJ/VY1gyimvmdom YPHAGb/MBzfngqba6dguuZ4VTQumpNM5AyZkn2RNOpOjFHx/ECSW22f5D6b6C7BuYj8N S91Hld7cevcVEPoUZVzQA2W2+ya7mDogEffOM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=sTHzFAAXry21nvOCc4j3jl97rRcBInBVRuNJJvAZzkXhWGzFM4ylTseAlqCSpsMV+Y PXEn50g/tNYOKYuZ6LY0eRYaTuNx/TRFigPUikPDVoHfq48vDtya0ng5C69F+3uJcOXf hg8vVP7wa1Udb2BmsWXfuNRdSue3GPJVjkBf0= Original-Received: by 10.142.158.3 with SMTP id g3mr818937wfe.347.1219992150182; Thu, 28 Aug 2008 23:42:30 -0700 (PDT) Original-Received: by 10.142.156.11 with HTTP; Thu, 28 Aug 2008 23:42:30 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57085 ------=_Part_1917_21637078.1219992150184 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 -- it should be possible for emacs to be running without there being any frame Anyone done somethng like this? ------=_Part_1917_21637078.1219992150184 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
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
-- it should be possible for emacs to be running without there being any frame
 
Anyone done somethng like this?
------=_Part_1917_21637078.1219992150184--