* Help with multy-tty
@ 2008-03-12 21:04 Adolfo De Unanue
2008-03-14 3:27 ` Alok G. Singh
0 siblings, 1 reply; 4+ messages in thread
From: Adolfo De Unanue @ 2008-03-12 21:04 UTC (permalink / raw)
To: help-gnu-emacs
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)
-----------------------------------------------
There is a work around for this?
Thanks in advance
Adolfo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Help with multy-tty
[not found] <mailman.8807.1205370771.18990.help-gnu-emacs@gnu.org>
@ 2008-03-13 1:31 ` poppyer
0 siblings, 0 replies; 4+ messages in thread
From: poppyer @ 2008-03-13 1:31 UTC (permalink / raw)
To: help-gnu-emacs
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
>
>
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Help with multy-tty
2008-03-12 21:04 Adolfo De Unanue
@ 2008-03-14 3:27 ` Alok G. Singh
0 siblings, 0 replies; 4+ messages in thread
From: Alok G. Singh @ 2008-03-14 3:27 UTC (permalink / raw)
To: help-gnu-emacs
On 13 Mar 2008, adolfoaz@gmail.com wrote:
> It starts with a tool-bar (the one with icons)!
Disable the setting from .Xresources. tool-bar-mode is only bound in X
and since you start your emacs in a screen on the console, disabling it
has no effect.
Emacs.ScrollBars: off
Emacs.toolBar: off
is what I have. Don't forget to xrdb -merge your Xresources.
--
Alok
God is a comic playing to an audience that's afraid to laugh.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Help with multy-tty
@ 2008-03-14 16:34 Adolfo De Unanue
0 siblings, 0 replies; 4+ messages in thread
From: Adolfo De Unanue @ 2008-03-14 16:34 UTC (permalink / raw)
To: help-gnu-emacs
HI Alok!
It worked thank you very much!
>> It starts with a tool-bar (the one with icons)!
>Disable the setting from .Xresources. tool-bar-mode is only bound in X
>and since you start your emacs in a screen on the console, disabling it
>has no effect.
>Emacs.ScrollBars: off
>Emacs.toolBar: off
>is what I have. Don't forget to xrdb -merge your Xresources.
>--
>Alok
>God is a comic playing to an audience that's afraid to laugh.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-14 16:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.8807.1205370771.18990.help-gnu-emacs@gnu.org>
2008-03-13 1:31 ` Help with multy-tty poppyer
2008-03-14 16:34 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
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.