From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adolfo De Unanue Newsgroups: gmane.emacs.help Subject: Help with multi-tty Date: Thu, 13 Mar 2008 21:09:03 -0600 Message-ID: <20080313210903.32b3d923@ba-sing-se> 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 1205464174 28151 80.91.229.12 (14 Mar 2008 03:09:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 03:09: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 Fri Mar 14 04:10:02 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 1Ja0Iz-0005km-Et for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Mar 2008 04:10:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ja0IQ-0002NG-6w for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Mar 2008 23:09:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ja0I9-0002N1-1C for help-gnu-emacs@gnu.org; Thu, 13 Mar 2008 23:09:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ja0I7-0002Mp-EO for help-gnu-emacs@gnu.org; Thu, 13 Mar 2008 23:09:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ja0I7-0002Mm-BA for help-gnu-emacs@gnu.org; Thu, 13 Mar 2008 23:09:07 -0400 Original-Received: from outbound-mail-15.bluehost.com ([69.89.18.115]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Ja0I6-0000Sj-VD for help-gnu-emacs@gnu.org; Thu, 13 Mar 2008 23:09:07 -0400 Original-Received: (qmail 11224 invoked by uid 0); 14 Mar 2008 03:09:04 -0000 Original-Received: from unknown (HELO box287.bluehost.com) (69.89.31.87) by outboundproxy1.bluehost.com with SMTP; 14 Mar 2008 03:09:04 -0000 Original-Received: from [189.166.14.198] (helo=ba-sing-se) by box287.bluehost.com with smtp (Exim 4.68) (envelope-from ) id 1Ja0I3-0002V3-IU for help-gnu-emacs@gnu.org; Thu, 13 Mar 2008 21:09:03 -0600 X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.0; i486-pc-linux-gnu) X-Identified-User: {637:box287.bluehost.com:dialethe:dialetheia.net} {sentby:bopbeforesmtp 189.166.14.198 authed with dialetheia.net} X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:52403 Archived-At: Hi everyone! I am using GNU/Emacs from CVS: GNU Emacs 23.0.60.8 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of 2008-03-05=20 I started an emacsserver session when I log into my computer with the instructions given here: http://emacslife.blogspot.com/2007/05/multi-tty-emacs.html basically I start emacs within GNU/SCREEN with this command: screen -dmS nano emacs -nw --eval "(setq server-name "nano")" -f \ server-start=20 and everything works ok, the problem (for me at least) is that when I create an emacsclient with=20 emacsclient -s nano -c It starts with a tool-bar (the one with icons)! I have this option disabled in my .emacs: ----------------------------------------------- ;; Elimina la barra de =C3=ADconos (tool-bar-mode -1) ;; Elimina la barra de men=C3=BAs (menu-bar-mode -1) ;; Elimina la barra lateral (scroll-bar-mode -1) ----------------------------------------------- There is a work around for this? Thanks in advance Adolfo