From: Karl Heuer Date: Thu, 5 Nov 1998 19:15:36 +0000 (+0000) Subject: (tex-start-shell): Track directory changes. X-Git-Tag: emacs-20.4~1307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f11436793ceadaa3428eea0281fd1689802065b8;p=emacs.git (tex-start-shell): Track directory changes. --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 35009328e9a..41ff4204de4 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -986,6 +986,7 @@ Mark is left at original location." (use-local-map tex-shell-map) (compilation-minor-mode) (run-hooks 'tex-shell-hook) + (setq comint-input-filter-functions 'shell-directory-tracker) (while (zerop (buffer-size)) (sleep-for 1)))))