From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#19865: tar-untar-buffer: should honor default-directory Date: Tue, 23 Feb 2016 22:04:52 +1100 Message-ID: <874mczsn57.fsf@gnus.org> References: <87a90gd91b.fsf@violet.siamics.net> <87oaowbkgv.fsf@violet.siamics.net> <87bnkwbgr2.fsf@violet.siamics.net> <878ufya0o3.fsf@violet.siamics.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1456225704 24443 80.91.229.3 (23 Feb 2016 11:08:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Feb 2016 11:08:24 +0000 (UTC) To: 19865@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 23 12:08:08 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aYAnD-0001F6-Ns for geb-bug-gnu-emacs@m.gmane.org; Tue, 23 Feb 2016 12:06:11 +0100 Original-Received: from localhost ([::1]:56078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYAnC-0004JW-Qo for geb-bug-gnu-emacs@m.gmane.org; Tue, 23 Feb 2016 06:06:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYAn9-0004JK-0Q for bug-gnu-emacs@gnu.org; Tue, 23 Feb 2016 06:06:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYAn4-00056r-24 for bug-gnu-emacs@gnu.org; Tue, 23 Feb 2016 06:06:06 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:42167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYAn3-00056n-Uc for bug-gnu-emacs@gnu.org; Tue, 23 Feb 2016 06:06:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aYAn3-0001GE-PJ for bug-gnu-emacs@gnu.org; Tue, 23 Feb 2016 06:06:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 23 Feb 2016 11:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19865 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 19865-submit@debbugs.gnu.org id=B19865.14562255274806 (code B ref 19865); Tue, 23 Feb 2016 11:06:01 +0000 Original-Received: (at 19865) by debbugs.gnu.org; 23 Feb 2016 11:05:27 +0000 Original-Received: from localhost ([127.0.0.1]:39294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aYAmV-0001FS-GX for submit@debbugs.gnu.org; Tue, 23 Feb 2016 06:05:27 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:40210) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aYAmU-0001FL-R3 for 19865@debbugs.gnu.org; Tue, 23 Feb 2016 06:05:27 -0500 Original-Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aYAm1-00041H-SH for 19865@debbugs.gnu.org; Tue, 23 Feb 2016 12:04:58 +0100 In-Reply-To: <878ufya0o3.fsf@violet.siamics.net> (Ivan Shmakov's message of "Mon, 16 Feb 2015 05:24:44 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aYAm1-00041H-SH MailScanner-NULL-Check: 1456830298.6297@6OodZ6FwVyBtCDnb31qErw X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:113564 Archived-At: Ivan Shmakov writes: > Fix default-directory handling in tar-untar-buffer. > > * lisp/tar-mode.el (tar-untar-buffer): Fixed: use the value of > default-directory local to the tar-mode buffer (was: > tar-data-buffer); clean-up. > > Fixes: debbugs:19865 > > PS. Should the pending objections be resolved by sometime around > 18:00=A0UTC today, I=92d happily push the change to =91master=92. As far as I can tell, the patch was never applied? It looks like a correct change to me... --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no