1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00
emacs/lib-src
Karoly Lorentey 2828d5f9d4 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
2006-03-26 16:34:35 +00:00
..
.arch-inventory
.gitignore Add makefile (for MS-Windows). 2005-09-24 10:27:46 +00:00
b2m.c
b2m.pl Update FSF's address. 2005-07-04 15:47:28 +00:00
ChangeLog # 2006-03-18 15:05:35 +00:00
COPYING Update FSF's address. 2005-07-02 15:46:32 +00:00
cvtmail.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
digest-doc.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
ebrowse.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
emacsclient.c Set `default-directory' in *scratch* to the current directory of emacsclient. 2006-03-26 16:34:35 +00:00
emacstool.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
etags.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
fakemail.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
getopt1.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
getopt_.h Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
getopt_int.h Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
getopt.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
gettext.h Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
grep-changelog Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
hexl.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
leditcfns.c
make-docfile.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
Makefile.in Add DESTDIR variable to install and uninstall targets to support staged 2006-03-03 12:02:31 +00:00
makefile.w32-in Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
movemail.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
ntlib.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
ntlib.h Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
pop.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
pop.h Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
profile.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
rcs2log Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
rcs-checkin Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
README
sorted-doc.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
test-distrib.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
testfile
update-game-score.c Update years in copyright notice; nfc. 2006-02-06 11:28:28 +00:00
vcdiff Use "echo" as a default for $echo, otherwise we'll execute $DIFF 2006-03-18 14:47:20 +00:00
yow.c (setup_yow): Use EXIT_FAILURE in case no separators found. 2005-05-25 14:17:42 +00:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by Emacs.