> [I sent this message twice before but did not get a response.]
> Can someone please look at this, then ack to me?
[...]
> I am using tcsh 6.12.00 in *shell* mode and GNU Emacs does not seem to
> understand popd, i.e. after a popd in *shell* file name completion or
> dired start with the directory that was before my working directory.
> These variables are customized:
> '(comint-completion-recexact t)
> '(comint-input-ignoredups t)
> '(comint-input-ring-file-name ".emacs.d/history")
> '(comint-prompt-regexp "^[a-z]+ [0-9]+ /\\\\ " t)
> '(comint-use-prompt-regexp nil)
> '(shell-cd-regexp "[cp]d")
> '(shell-dirtrack-verbose nil)
> '(shell-pushd-regexp "p(ush|)d")
I don't know about popd, but his regexp for pushd is broken (he forgot to
escape the (, ), and | operators), so I'd say this is not a bug.
Stefan
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel