erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][emacs22] erc-log: Update header


From: mwolson
Subject: [Erc-commit] [commit][emacs22] erc-log: Update header
Date: Sun, 14 Oct 2007 00:49:03 -0400

commit 8f5a9200084c228dac3e5ccd43c9c21dab88e02a
Author: Michael Olson <address@hidden>
Date:   Tue Jun 19 23:43:03 2007 +0000

    erc-log: Update header
    
    2007-06-19  Michael Olson  <address@hidden>
    
        * erc-log.el: Update header with accurate instructions.
    git-archimport-id: address@hidden/erc--main--0--patch-151

diff --git a/ChangeLog b/ChangeLog
index 2a6cad0..fcd6883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-19  Michael Olson  <address@hidden>
+
+       * erc-log.el: Update header with accurate instructions.
+
 2007-06-17  Michael Olson  <address@hidden>
 
        * erc-pkg.el: Update description to match what is currently in
diff --git a/erc-log.el b/erc-log.el
index c86ba60..1bafca6 100644
--- a/erc-log.el
+++ b/erc-log.el
@@ -31,17 +31,26 @@
 
 ;; Quick start:
 ;;
-;; (setq erc-enable-logging t)
+;; (require 'erc-log)
 ;; (setq erc-log-channels-directory "/path/to/logfiles") ; must be writable
+;; (erc-log-enable)
 ;;
-;; There are two ways to setup logging. The first will write to the log files
-;; on each incoming or outgoing line - this may not be optimal on a laptop
-;; HDD. To do this, M-x customize-variable erc-modules, and add "log".
+;; Or:
 ;;
-;; The second method will save buffers on /part, /quit, or killing the
-;; channel buffer. To do this, add the following to your .emacs:
+;; M-x customize-variable erc-modules, and add "log".
 ;;
-;; (require 'erc-log)
+;; There are two ways to setup logging.  The first (default) method
+;; will save buffers on /part, /quit, or killing the channel
+;; buffer.
+;;
+;; The second will write to the log files on each incoming or outgoing
+;; line - this may not be optimal on a laptop HDD.  To use this
+;; method, add the following to the above instructions.
+;;
+;; (setq erc-save-buffer-on-part nil
+;;       erc-save-queries-on-quit nil
+;;       erc-log-write-after-send t
+;;       erc-log-write-after-insert t)
 ;;
 ;; If you only want to save logs for some buffers, customise the
 ;; variable `erc-enable-logging'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]