From: poppyer <poppyer@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Help with multy-tty
Date: Thu, 13 Mar 2008 01:31:01 +0000 [thread overview]
Message-ID: <t7iqzr8l62.fsf@clpc78.comlab> (raw)
In-Reply-To: mailman.8807.1205370771.18990.help-gnu-emacs@gnu.org
Adolfo De Unanue <adolfoaz@gmail.com> writes:
> 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
>
> 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
>
> and everything works ok, the problem (for me at least) is that when I
> create an emacsclient with
>
> 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 íconos
> (tool-bar-mode -1)
> ;; Elimina la barra de menús
> (menu-bar-mode -1)
> ;; Elimina la barra lateral
> (scroll-bar-mode -1)
>
> -----------------------------------------------
Try this:
(custom-set-variables
'(tool-bar-mode nil))
>
>
> There is a work around for this?
>
>
> Thanks in advance
>
>
> Adolfo
>
>
--
next parent reply other threads:[~2008-03-13 1:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.8807.1205370771.18990.help-gnu-emacs@gnu.org>
2008-03-13 1:31 ` poppyer [this message]
2008-03-14 16:34 Help with multy-tty Adolfo De Unanue
-- strict thread matches above, loose matches on Subject: below --
2008-03-12 21:04 Adolfo De Unanue
2008-03-14 3:27 ` Alok G. Singh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=t7iqzr8l62.fsf@clpc78.comlab \
--to=poppyer@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.