Closed darkfeline closed 9 years ago
In dired, default-directory
starts with a tilde: ~/foo
instead of /home/bob/foo
. I don't know why this is, it might be caused by another package.
The tilde can be expanded using expand-file-name
at https://github.com/kyagi/shell-pop-el/blob/master/shell-pop.el#L209 although that is not the intended usage of expand-file-name
.
Thanks for reporting issue. I have fixed at this issue at #39. Please check latest version.
Thanks for the quick fix.
When
shell-pop-shell
is called in a dired buffer, the resultant pop-up shell doesn't cd correctly for paths containing the user's home directory:EDIT:
shell-pop-shell
isshell-pop
with the shell type set to "shell".