emacs-devel
[Top][All Lists]
Advanced

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

Re: Fwd: popd in tcsh fails


From: Stefan Monnier
Subject: Re: Fwd: popd in tcsh fails
Date: Tue, 23 Aug 2005 14:48:29 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> [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




reply via email to

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