From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: pjb@informatimago.com (Pascal J. Bourguignon) Newsgroups: gmane.emacs.help Subject: Re: Fast emacs? Date: Thu, 21 May 2009 11:49:22 +0200 Organization: Informatimago Message-ID: <87skiyzsyl.fsf@galatea.local> References: <87fxf0hyyt.fsf@bornier.net> <87y6srvrdy.fsf@bornier.net> <87ws8b2czs.fsf@bornier.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1242902456 15253 80.91.229.12 (21 May 2009 10:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 May 2009 10:40:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 21 12:40:49 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 1M75hh-000292-DW for geh-help-gnu-emacs@m.gmane.org; Thu, 21 May 2009 12:40:49 +0200 Original-Received: from localhost ([127.0.0.1]:48849 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M75hg-0001TL-RF for geh-help-gnu-emacs@m.gmane.org; Thu, 21 May 2009 06:40:48 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!proxad.net!feeder1-2.proxad.net!cleanfeed1-a.proxad.net!nnrp9-2.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA oElEQVR4nK3OsRHCMAwF0O8YQufUNIQRGIAja9CxSA55AxZgFO4coMgYrEDDQZWPIlNAjwq9 033pbOBPtbXuB6PKNBn5gZkhGa86Z4x2wE67O+06WxGD/HCOGR0deY3f9Ijwwt7rNGNf6Oac l/GuZTF1wFGKiYYHKSFAkjIo1b6sCYS1sVmFhhhahKQssRjRT90ITWUk6vvK3RsPGs+M1RuR mV+hO/VvFAAAAABJRU5ErkJggg== X-Accept-Language: fr, es, en X-Disabled: X-No-Archive: no User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin) Cancel-Lock: sha1:NWZlOTljMTI5ZWU3ZDA2OGU0ZmI3NTZlMGE3YmNhMzEwZmIwOGM3MQ== Original-Lines: 39 Original-NNTP-Posting-Date: 21 May 2009 11:49:24 MEST Original-NNTP-Posting-Host: 88.182.134.169 Original-X-Trace: 1242899364 news-3.free.fr 29561 88.182.134.169:62330 Original-X-Complaints-To: abuse@proxad.net Original-Xref: news.stanford.edu gnu.emacs.help:169355 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:64607 Archived-At: Jean Magnan de Bornier writes: > thierry.volpiatto@gmail.com wrote : > > | If you use gentoo, > | you will find a gentoo package called emacs-daemon. > | It start emacs --daemon as a service. > | Even if you don't use gentoo, it should be easy to make it working in > | another linux. > > No, I am not (anymore) a gentoo user. > When using a system-wide emacs daemon, I imagine that all user > customizations are only loaded with emacsclient, while if started as a > user emacs daemon loads the config. > So I still wonder what is the best way (I'm the only user). I just launch emacs interactively once, and then on use emacsclient (or just open from one of the emacs frames). Of notable interest, when I change of workstation but still want to go on working in the same emacs session, is: laptop$ xhost +maincomputer laptop$ ssh -X myself@maincomputer maincomputer$ emacsclient --eval "(make-frame-on-display \"$DISPLAY\")" which will open a frame on the X server in laptop from the emacs running on maincomputer. Since I don't log-out every day, I get usually emacs uptimes as long as the computer uptimes (ie _months_). It wouldn't matter if my .emacs needed five minutes to load... -- __Pascal Bourguignon__