emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/dirtrack.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/dirtrack.el,v
Date: Tue, 30 Oct 2007 06:42:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/10/30 06:42:09

Index: dirtrack.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/dirtrack.el,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- dirtrack.el 29 Oct 2007 00:40:50 -0000      1.23
+++ dirtrack.el 30 Oct 2007 06:42:09 -0000      1.24
@@ -194,7 +194,11 @@
 ;;;###autoload
 (define-minor-mode dirtrack-mode
   "Enable or disable Dirtrack directory tracking in a shell buffer.
-This provides an alternative to `shell-dirtrack-mode'."
+This method requires that your shell prompt contain the full
+current working directory at all times, and that `dirtrack-list'
+is set to match the prompt.  This is an alternative to
+`shell-dirtrack-mode', which works differently, by tracking `cd'
+and similar commands which change the shell working directory."
   nil nil nil
   (if dirtrack-mode
       (add-hook 'comint-preoutput-filter-functions 'dirtrack nil t)




reply via email to

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