diff README.multi-tty @ 83499:0fe580113f72

Set `default-directory' in *scratch* to the current directory of emacsclient. * lib-src/emacsclient.c (get_current_dir_name): New function, copied here from sysdep.c. (main): Use it to send over the current directory. * lisp/server.el (server-process-filter): Accept `-dir' command. Set `default-directory' of the *scratch* buffer on connect, if applicable. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-539
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 26 Mar 2006 16:34:35 +0000
parents a25bb5ef27bf
children 7aa43f830ce4
line wrap: on
line diff
--- a/README.multi-tty	Sun Mar 26 16:05:17 2006 +0000
+++ b/README.multi-tty	Sun Mar 26 16:34:35 2006 +0000
@@ -1487,5 +1487,12 @@
 
    (Done in patch-537.)
 
+-- The `default-directory' variable should somehow be set to the
+   cwd of the emacsclient process when the user runs emacsclient
+   without file arguments.  Perhaps it is OK to just override the
+   directory of the *scratch* buffer.
+
+   (Done in patch-539.)
+
 ;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d