1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-01-28 15:02:45 +00:00
parent 9f637eea61
commit 875c14394f
2 changed files with 11 additions and 0 deletions

View File

@ -5451,6 +5451,11 @@ Use M-x dsssl-mode.
** Changes to the emacsclient program ** Changes to the emacsclient program
*** If a socket can't be found, and environment variables LOGNAME or
USER are set, emacsclient now looks for a socket based on the UID
associated with the name. That is an emacsclient running as root
can connect to an Emacs server started by a non-root user.
*** The emacsclient program now accepts an option --no-wait which tells *** The emacsclient program now accepts an option --no-wait which tells
it to return immediately without waiting for you to "finish" the it to return immediately without waiting for you to "finish" the
buffer in Emacs. buffer in Emacs.

View File

@ -1,3 +1,9 @@
2000-01-28 Eric Hanchrow <offby1@blarg.net>
* emacsclient.c (socket_status): New function.
(main): if $LOGNAME or $USER exist and differ from our euid, look
for a socket based on the UID associated with the name.
2000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl> 2000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
* emacsclient.c: Add option -a EDITOR and environment variable * emacsclient.c: Add option -a EDITOR and environment variable