unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Help with multi-tty
@ 2008-03-14  3:09 Adolfo De Unanue
  0 siblings, 0 replies; 2+ messages in thread
From: Adolfo De Unanue @ 2008-03-14  3:09 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] 2+ messages in thread

* Re: Help with multi-tty
       [not found] <mailman.8876.1205464150.18990.help-gnu-emacs@gnu.org>
@ 2008-03-14  7:06 ` Pascal Bourguignon
  0 siblings, 0 replies; 2+ messages in thread
From: Pascal Bourguignon @ 2008-03-14  7:06 UTC (permalink / raw)
  To: help-gnu-emacs

Adolfo De Unanue <nano@dialetheia.net> 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)
>
> -----------------------------------------------
>
>
> There is a work around for this?

I'm assuming you want to run your emacsclient editing sessions in the ttyp.
Perhaps adding a -display option to emacsclient, designating the tty.
Have a look at the function server-select-display 

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

READ THIS BEFORE OPENING PACKAGE: According to certain suggested
versions of the Grand Unified Theory, the primary particles
constituting this product may decay to nothingness within the next
four hundred million years.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-14  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-14  3:09 Help with multi-tty Adolfo De Unanue
     [not found] <mailman.8876.1205464150.18990.help-gnu-emacs@gnu.org>
2008-03-14  7:06 ` Pascal Bourguignon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).