bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35262: Maybe make opening in currently running emacs the default


From: 積丹尼 Dan Jacobson
Subject: bug#35262: Maybe make opening in currently running emacs the default
Date: Sun, 14 Apr 2019 01:48:49 +0800

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]