emacs-diffs
[Top][All Lists]
Advanced

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

master fe50d914a9: ; * lisp/dirtrack.el: Restore important information i


From: Eli Zaretskii
Subject: master fe50d914a9: ; * lisp/dirtrack.el: Restore important information in commentary.
Date: Tue, 12 Jul 2022 13:01:06 -0400 (EDT)

branch: master
commit fe50d914a95e78687e3341b526f19a71de583963
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/dirtrack.el: Restore important information in commentary.
---
 lisp/dirtrack.el | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el
index 080c02294e..4f092f95e0 100644
--- a/lisp/dirtrack.el
+++ b/lisp/dirtrack.el
@@ -26,12 +26,14 @@
 ;; Shell directory tracking by watching the prompt.
 ;;
 ;; This is yet another attempt at a directory-tracking package for
-;; Emacs shell-mode.  However, this package makes one strong assumption:
-;; that you can customize your shell's prompt to contain the
-;; current working directory.  Most shells do support this, including
-;; almost every type of Bourne and C shell on Unix, the native shells on
-;; Windows, and most 3rd party Windows shells.  If you cannot do this, or
-;; do not wish to, this package will be useless to you.
+;; Emacs shell-mode.  However, this package makes one strong
+;; assumption: that you can customize your shell's prompt to contain
+;; the current working directory.  Most shells do support this,
+;; including almost every type of Bourne and C shell on Unix, the
+;; native shells on Windows 9X (COMMAND.COM) and modern MS-Windows
+;; systems (cmd.exe), and most 3rd party MS-Windows shells.  If you
+;; cannot do this, or do not wish to, this package will be useless to
+;; you.
 ;;
 ;; Installation:
 ;;
@@ -62,7 +64,7 @@
 ;;
 ;; Examples:
 ;;
-;; 1) On Windows NT, my prompt is set to emacs$S$P$G.
+;; 1) On MS-Windows, my prompt is set to emacs$S$P$G.
 ;; 'dirtrack-list' is set to (list "^emacs \\([a-zA-Z]:.*\\)>" 1)
 ;;
 ;; 2) On Solaris running bash, my prompt is set like this:
@@ -99,9 +101,9 @@
 ;;   with a ~ in it).
 ;;
 ;;   The same behavior can occur if you use dirtrack with remote filesystems
-;;   (using telnet, etc.) as Emacs will be checking the local filesystem, not
-;;   the remote one.  This problem is not specific to dirtrack, but also
-;;   affects file completion, etc.
+;;   (using telnet, ssh, etc.) as Emacs will be checking the local
+;;   filesystem, not the remote one.  This problem is not specific to dirtrack,
+;;   but also affects file completion, etc.
 
 ;;; Code:
 



reply via email to

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