changeset 83193:e6f198d9e7d3

README updates. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-233
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 19 Aug 2004 14:30:16 +0000
parents e2567214221d
children b15f799f66b5
files README.multi-tty
diffstat 1 files changed, 3 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/README.multi-tty	Mon Aug 16 19:54:16 2004 +0000
+++ b/README.multi-tty	Thu Aug 19 14:30:16 2004 +0000
@@ -65,7 +65,7 @@
 	* Mac, Windows and DOS support is broken, probably doesn't
 	  even compile -- this will be solved later.
 
-	* Only tested on my GNU/Linux box, Solaris 8 and FreeBSD.
+	* Tested on GNU/Linux, Solaris 8, FreeBSD and OpenBSD.
 
 
 HOW TO GET THE BRANCH
@@ -178,7 +178,7 @@
 | 
 |     if [ ! -e "$screendir"/*."$name" ]; then
 | 	if [ -e "$serverdir/$name" ]; then
-| 	    # Delete leftover socket (for preload-emacs-wait)
+| 	    # Delete leftover socket (for the wait option)
 | 	    rm "$serverdir/$name"
 | 	fi
 | 	screen -dmS "$name" "$emacs" -nw --eval "(setq server-name \"$name\")" -f server-start
@@ -219,25 +219,6 @@
 | alias e=edit
 `----
 
-The following settings prevent me from accidentally killing the Emacs
-session.  (Maybe this should be the default binding of C-x C-c.)
-
-,----[ ~/.emacs
-| (defun lk-exit-emacs-or-delete-frame (&optional arg)
-|   "If the current frame has a client, kill it; otherwise kill Emacs itself.
-| Offer to save each buffer before the murder.  With prefix arg,
-| ignore client status and kill Emacs."
-|   (interactive "P")
-|   (let ((proc (frame-parameter (selected-frame) 'client)))
-|     (if (and (not arg) proc)
-| 	(progn
-| 	  (save-some-buffers nil t)
-| 	  (server-delete-client proc))
-|       (save-buffers-kill-emacs))))
-| 
-| (global-set-key (kbd "C-x C-c") 'lk-exit-emacs-or-delete-frame)
-`----
-
 
 NEWS
 ----
@@ -286,6 +267,7 @@
 suggestions.  Thanks!
 
 ARISAWA Akihiro <ari at mbf dot ocn dot ne dot jp>
+Han Boetes <han at mijncomputer dot nl>
 Robert J. Chassell <bob at rattlesnake dot com>
 Romain Francoise <romain at orebokech dot com>
 Ami Fischman <ami at fischman dot org>