public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] emacs r1207 - emacs-daemon
@ 2009-01-01 17:42 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-01-01 17:42 UTC (permalink / raw
  To: gentoo-commits

Author: ulm
Date: 2009-01-01 17:42:10 +0000 (Thu, 01 Jan 2009)
New Revision: 1207

Modified:
   emacs-daemon/ChangeLog
   emacs-daemon/README
Log:
Some additions to README. List authors.

Modified: emacs-daemon/ChangeLog
===================================================================
--- emacs-daemon/ChangeLog	2008-12-31 16:34:41 UTC (rev 1206)
+++ emacs-daemon/ChangeLog	2009-01-01 17:42:10 UTC (rev 1207)
@@ -1,3 +1,7 @@
+2009-01-01  Ulrich Mueller  <ulm@gentoo.org>
+
+	* README: Some additions. List authors.
+
 2008-12-31  Christian Faulhammer  <fauli@gentoo.org>
 
 	* README: Add little user guide how to use the emacs-daemon script
@@ -97,5 +101,5 @@
 
 	* emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files.
 
-Copyright 2008 Gentoo Foundation
+Copyright 2008-2009 Gentoo Foundation
 Distributed under the terms of the GNU General Public License v2

Modified: emacs-daemon/README
===================================================================
--- emacs-daemon/README	2008-12-31 16:34:41 UTC (rev 1206)
+++ emacs-daemon/README	2009-01-01 17:42:10 UTC (rev 1207)
@@ -2,31 +2,46 @@
 =======================================
 
 GNU Emacs 23 supports running as a daemon in the background, to which
-a user can connect through the emacsclient program.  No matter if from
-a terminal session (emacsclient -t) or from a X window (emacsclient
--c), so this gives maximum flexibility in connection with the
-multi-tty extension also added to Emacs 23.
+a user can connect through the emacsclient program.  This can be done
+either in the current terminal (emacsclient -t), or by opening a new X
+window (emacsclient -c), giving maximum flexibility in connection with
+the multi-tty extension also available in Emacs 23.
 
 Every user who wants to connect to an Emacs server must have an own
 instance of the daemonized GNU Emacs.  The init script automatically
 determines the user by its name, so you create a symbolic link (do
 not copy the script!) in your /etc/init.d directory:
 
-	ln -s emacs emacs.<username>
+	ln -s emacs /etc/init.d/emacs.<username>
 
-Which should then be added to the boot sequence (and will run under
-the user's privileges)
+This may be added to the boot sequence (and will run under the user's
+privileges)
 
 	rc-update add emacs.<username>
 
-File associations in your desktop system should call $(emacsclient
--c), to get the greatest benefits of the daemon setup.  When closing a
-session or frame, no contents is lost, just reconnect to your server.
+To get all benefits of the daemon setup, you should set the EDITOR
+environment variable to "emacsclient", so that programs calling an
+external editor will use the existing Emacs process.  Also file
+associations in your desktop system should call emacsclient.  When
+closing a session or frame, no contents is lost; you may simply
+reconnect to the Emacs server.
 
 Further customizations can be done through the /etc/conf.d/emacs file,
 which is extensively commented.  Global or per user configuration is
 possible, by naming the configuration file.
 
 Please contact the Gentoo GNU Emacs team directly through
-http://bugs.gentoo.org/ (preferred) or by email (emacs@gentoo.org) if
-you have problems, feature requests or found bugs.
+<http://bugs.gentoo.org/> (preferred) or by email <emacs@gentoo.org>
+if you have problems, feature requests or bug reports.
+
+
+Authors
+=======
+
+Ulrich Müller <ulm@gentoo.org>
+Christian Faulhammer <fauli@gentoo.org> (documentation)
+
+
+Local Variables:
+coding: utf-8
+End:




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-01 17:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-01 17:42 [gentoo-commits] emacs r1207 - emacs-daemon Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox