From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Re: emacs as a service Date: Sun, 08 Mar 2009 15:08:53 +0100 Message-ID: <71i1rmFktkc8U1@mid.individual.net> References: <25226f9f-0d90-4350-99b6-eb1becce3cb2@l37g2000vba.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1236523393 17828 80.91.229.12 (8 Mar 2009 14:43:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Mar 2009 14:43:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 08 15:44:30 2009 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 1LgKEu-0000ur-Ty for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Mar 2009 15:44:29 +0100 Original-Received: from localhost ([127.0.0.1]:56751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgKDZ-0007M5-Aw for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Mar 2009 10:43:05 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: individual.net q2xbPZXBneaUoHX0Qgc7hgQ+e9xAcnVMMA3TekPV4DbBIc9bgZ Cancel-Lock: sha1:+HDSDfs6D86XWCj1IdEN716k8hw= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) In-Reply-To: <25226f9f-0d90-4350-99b6-eb1becce3cb2@l37g2000vba.googlegroups.com> Original-Xref: news.stanford.edu gnu.emacs.help:167463 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:62762 Archived-At: rustom schrieb: > This is about tweaking emacs to run (somewhat like) a service. > Environment is emacs22 on win-XP. > > I describing my current configuration with questions here and there in > the hope that some (better) solutions will come out. [...] Maybe you should read about "Emacs dameon"? This is a featrue of Emacs 23. You start Emacs with "emacs --daemon" but no frame appear on screen. Reagrds Marc