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: Stefan Monnier
Subject: bug#19865: tar-untar-buffer: should honor default-directory
Date: Mon, 16 Feb 2015 09:58:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>       I certainly could push it to the stable branch, but as for
>       actually /testing/ it there – that’d double the work for me
>       (as I do not currently follow emacs-24 development.)

OK, your call.

>>> +    (with-current-buffer data-buf
>>> +      (cl-assert (not enable-multibyte-characters)))
>> Why not move this further down where you already do the
>> "(with-current-buffer data-buf"?
>       My only concern is that that latter with-current-buffer happens
>       within a loop, and I don’t seem to see a reason for checking
>       this condition for every archive member extracted.

This assertion should soon be removed altogether anyway, so let's not
waste too much time with it: either way is fine.


        Stefan





reply via email to

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