all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#35262: Maybe make opening in currently running emacs the default
@ 2019-04-13 17:48 積丹尼 Dan Jacobson
  2019-04-14  2:25 ` Basil L. Contovounesios
  0 siblings, 1 reply; 5+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-04-13 17:48 UTC (permalink / raw
  To: 35262

Say, most other programs are smart enough to know that
$ chromium       a.html & #starts chromium
$ chromium       b.html   #opens b.html in the above running chromium
$ chromium       c.html   #opens c.html in the above running chromium

Alas, for emacs one still needs
$ emacs          a.html & #starts emacs
$ emacsclient -n b.html   #opens b.html in the above running emacs
$ emacsclient -n c.html   #opens c.html in the above running emacs
plus one needs server-start...

Anyway maybe the new way should be the default when running in
X-windows, etc. And maybe even eliminate the need for the & on the
first line, to be able to type the further lines.





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

end of thread, other threads:[~2019-04-16 20:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-13 17:48 bug#35262: Maybe make opening in currently running emacs the default 積丹尼 Dan Jacobson
2019-04-14  2:25 ` Basil L. Contovounesios
2019-04-14  3:01   ` 積丹尼 Dan Jacobson
2019-04-14 12:59     ` Basil L. Contovounesios
2019-04-16 20:53       ` Glenn Morris

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.