From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Fast emacs? Date: Thu, 21 May 2009 12:29:12 +0200 Message-ID: References: <87fxf0hyyt.fsf@bornier.net> <87y6srvrdy.fsf@bornier.net> <2bdf908c0905210313m1ab56943wf8df27d07cef747e@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1242901844 13089 80.91.229.12 (21 May 2009 10:30:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 May 2009 10:30:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Jean Magnan de Bornier To: Hugo Heden Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 21 12:30:37 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 1M75Xo-0006bx-5H for geh-help-gnu-emacs@m.gmane.org; Thu, 21 May 2009 12:30:36 +0200 Original-Received: from localhost ([127.0.0.1]:38712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M75Xn-00034d-Eg for geh-help-gnu-emacs@m.gmane.org; Thu, 21 May 2009 06:30:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M75XR-00034T-3X for help-gnu-emacs@gnu.org; Thu, 21 May 2009 06:30:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M75XM-000341-I5 for help-gnu-emacs@gnu.org; Thu, 21 May 2009 06:30:12 -0400 Original-Received: from [199.232.76.173] (port=46593 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M75XM-00033y-Ck for help-gnu-emacs@gnu.org; Thu, 21 May 2009 06:30:08 -0400 Original-Received: from mail-fx0-f169.google.com ([209.85.220.169]:39361) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M75XL-0000Ma-TZ for help-gnu-emacs@gnu.org; Thu, 21 May 2009 06:30:08 -0400 Original-Received: by fxm17 with SMTP id 17so1023153fxm.42 for ; Thu, 21 May 2009 03:29:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=hQKxMMPLPLviJYSlU3kSnfKgtKXGybJd2CaXxrhF8C8=; b=X0MKa1IHmj6cxJTuEniGRd1DNw9NwOIimSpakgK+L5NqFiO+OIbZp/pBUOG9lH6jTO 4VYzSPTjTYqUMxL/iYpdaZSBe8dnQuauI50WMpQBj+nyH7KHwffapjOgdMfQRS4qrc4y AnStMMbWff+uAKp75DJEt/+uE3mn1uIb/BPtM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ms7KmX+grEDdF9s3aumj4VAhrZig40nRIfc2NJuk/lPkgxO0a0QFu+HJ3uKdvdlkkT W1qzmGnCCNeR9od8lVSQhSpdYLej9P4X+qH7sPkc18xawr/QB6beAAzepp0K2ve1ElIz /X/CVJ0NeWE11Xd1Ut/4UgW3nWJN+E049Rj4E= Original-Received: by 10.223.103.133 with SMTP id k5mr1539537fao.23.1242901752870; Thu, 21 May 2009 03:29:12 -0700 (PDT) In-Reply-To: <2bdf908c0905210313m1ab56943wf8df27d07cef747e@mail.gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/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:64606 Archived-At: On Thu, May 21, 2009 at 12:13 PM, Hugo Heden wrote: > On Wed, May 20, 2009 at 3:24 PM, Jean Magnan de Bornier > wrote: >> >> Jean Magnan de Bornier wrote : > > =C2=A0[snip] > >> >> Well I ended writing a zsh script (lauched in .xsession) to check if an >> emacs server is running, and lauching the server only if there isn't any= . >> bye, >> -- > > I do something similar (but using bash). I have a script that is *not* > intended to be launched in some init-file. Instead, the user invokes the > script when he wants to use emacs. The script starts the emacs-daemon if = not > already started, and then invokes the client. For that purpose you may also instead patch emacsclient. I have done that in EmacsW32. Those patches are written to work on all platforms (but I have no idea if they do at the moment).