diff etc/NEWS @ 54358:b21573dfef23

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Mar 2004 18:46:47 +0000
parents 7b3add67c42a
children a9355221b2b4
line wrap: on
line diff
--- a/etc/NEWS	Thu Mar 11 18:35:20 2004 +0000
+++ b/etc/NEWS	Thu Mar 11 18:46:47 2004 +0000
@@ -97,6 +97,13 @@
 and `save-place-skip-check-regexp' allow further fine-tuning of this
 feature.
 
+** You can have several Emacs servers on the same machine.
+
+	% emacs --eval '(setq server-name "foo")' -f server-start &
+	% emacs --eval '(setq server-name "bar")' -f server-start &
+	% emacsclient -s foo file1
+	% emacsclient -s bar file2
+
 ** On window systems, lines which are exactly as wide as the window
 (not counting the final newline character) are no longer broken into
 two lines on the display (with just the newline on the second line).