bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19865: tar-untar-buffer: should honor default-directory


From: Eli Zaretskii
Subject: bug#19865: tar-untar-buffer: should honor default-directory
Date: Tue, 17 Feb 2015 20:02:29 +0200

> From: Wolfgang Jenkner <wjenkner@inode.at>
> Cc: Eli Zaretskii <eliz@gnu.org>,  ivan@siamics.net,  19865@debbugs.gnu.org
> Date: Tue, 17 Feb 2015 18:03:26 +0100
> 
> The shell analogy might be a bit misleading and is perhaps the reason
> why you seem to be talking past each other: Personally, at the shell
> command line, I don't change to the directory holding the tarball,
> instead I change to the directory where I want to extract it, like this
> 
> $ cd ~/src; tar xvf ~/Downloads/foo.tar.gz
> 
> This is quite different from the situation in emacs where
> 
> C-x C-f ~/Downloads/foo.tar.gz
> 
> results in buffers whose default-directory is ~/Downloads, hence the
> reason why doing M-x cd ~/src in the non-hidden buffer should have the
> effect as in the proposed patch.

To solve this problem, I proposed, in the beginning of this thread, to
allow the user to specify a directory where to extract the tarball, by
invoking the command with a prefix argument.





reply via email to

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