* Emacs invocation terminal vs X behavior different?
@ 2020-03-17 17:20 Nicholas Papadonis
2020-03-17 17:28 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Nicholas Papadonis @ 2020-03-17 17:20 UTC (permalink / raw)
To: help-gnu-emacs
Hi Folks,
I'm observing two different behaviors when invoking Emacs with X and
without X.
a) $ ssh deb
$ emacs /etc/issue.net
(issue.net is displayed as a buffer in Emacs session)
b) $ ssh -X deb
$ emacs /etc/issue.net
(Emacs displays welcoming screen, issue.net is a loaded buffer that
must be switched to)
This is with GNU Emacs 25.1.1.
Does anyone know how to get behavior (a) when invoking Emacs inside an X
Session?
Thank you
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Emacs invocation terminal vs X behavior different?
2020-03-17 17:20 Emacs invocation terminal vs X behavior different? Nicholas Papadonis
@ 2020-03-17 17:28 ` Eli Zaretskii
2020-03-17 17:48 ` Nicholas Papadonis
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2020-03-17 17:28 UTC (permalink / raw)
To: help-gnu-emacs
> From: Nicholas Papadonis <nick.papadonis.ml@gmail.com>
> Date: Tue, 17 Mar 2020 13:20:42 -0400
>
> b) $ ssh -X deb
> $ emacs /etc/issue.net
>
> (Emacs displays welcoming screen, issue.net is a loaded buffer that
> must be switched to)
>
> This is with GNU Emacs 25.1.1.
>
> Does anyone know how to get behavior (a) when invoking Emacs inside an X
> Session?
Customize the variable inhibit-startup-message.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Emacs invocation terminal vs X behavior different?
2020-03-17 17:28 ` Eli Zaretskii
@ 2020-03-17 17:48 ` Nicholas Papadonis
0 siblings, 0 replies; 3+ messages in thread
From: Nicholas Papadonis @ 2020-03-17 17:48 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: help-gnu-emacs
Thanks that worked. I was puzzled by the different behavior in the X
session vs terminal.
(setq inhibit-startup-message t)
On Tue, Mar 17, 2020 at 1:28 PM Eli Zaretskii <eliz@gnu.org> wrote:
> > From: Nicholas Papadonis <nick.papadonis.ml@gmail.com>
> > Date: Tue, 17 Mar 2020 13:20:42 -0400
> >
> > b) $ ssh -X deb
> > $ emacs /etc/issue.net
> >
> > (Emacs displays welcoming screen, issue.net is a loaded buffer that
> > must be switched to)
> >
> > This is with GNU Emacs 25.1.1.
> >
> > Does anyone know how to get behavior (a) when invoking Emacs inside an X
> > Session?
>
> Customize the variable inhibit-startup-message.
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-17 17:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-17 17:20 Emacs invocation terminal vs X behavior different? Nicholas Papadonis
2020-03-17 17:28 ` Eli Zaretskii
2020-03-17 17:48 ` Nicholas Papadonis
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).