From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruno Barbier Newsgroups: gmane.emacs.help Subject: Re: confused about emacs 23 in daemon mode Date: 13 Sep 2009 07:08:53 GMT Organization: les newsgroups par Orange Message-ID: <4aac9a85$0$17751$ba4acef3@news.orange.fr> References: <86510ad0-a7cf-45a7-893f-4188e066f397@y20g2000vbk.googlegroups.com> <871vmbh9hy.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252857394 25206 80.91.229.12 (13 Sep 2009 15:56:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Sep 2009 15:56:34 +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 Sep 13 17:56:27 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 1MmrRB-0004Uv-Mv for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Sep 2009 17:56:26 +0200 Original-Received: from localhost ([127.0.0.1]:46163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmrRB-0005jc-86 for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Sep 2009 11:56:25 -0400 Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.9p1 (Linux) Original-Lines: 44 Original-NNTP-Posting-Date: 13 Sep 2009 09:08:53 CEST Original-NNTP-Posting-Host: 90.6.53.122 Original-X-Trace: 1252825733 news.orange.fr 17751 90.6.53.122:15321 Original-X-Complaints-To: abuse@orange.fr Original-Path: news.stanford.edu!usenet.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!news.in2p3.fr!in2p3.fr!feed.ac-versailles.fr!uvsq.fr!freenix!news.wanadoo.fr!news.wanadoo.fr!not-for-mail Original-Xref: news.stanford.edu gnu.emacs.help:172979 X-Mailman-Approved-At: Sun, 13 Sep 2009 11:56:01 -0400 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:68111 Archived-At: On 2009-09-13, Daniel Pittman wrote: > Tim X writes: >> Rodrigo Amestica writes: >> >>> it is so nice to have emacs starting so blazingly fast when using the >>> daemon and emacsclient combination. However it seems that every other >>> emacsclient I open is not an independent version of emacs and things get >>> intermixed. I think that in emacs parlance the terminology is 'frame', all >>> emacsclient instances are emacs frames. Thanks to emacsclient, you only have one emacs. The fact that you get a new frame or not is just a configuration setting. (describe-variable 'server-window) I mean, the fact that things get intermixed is one goal of emacsclient (the other one being fast start up). >>> The main problems I have noticed under these circumstances is that 'C- h-i' >>> seems to be shared by all frames such that browsing in one frame will make >>> the others to move away from their own current info page. Type M-n to open a new independent info buffer. And most jumping commands have a 'C-u' that jump into a new buffer. (info "(info)Create Info buffer") >>> And the mayor >>> show stopper is ECB. It seems that I cannot have 2 emacsclients running >>> their own ECB session. I would use one emacs by ECB and an other one for planning, taking notes, etc. You can then make emacsclient use the one you want or setup only the third emacs as a server depending on your needs. From the emacs info manual: | If there is more than one Emacs server running, you can specify a | server name with the `-s NAME' or `--socket-name=NAME' option to | `emacsclient'. (This option is not supported on MS-Windows.) (info "(emacs)Invoking emacsclient")