GNU bug report logs - #70449
30.0.50; Can't save .zip archive in TRAMP

Previous Next

Package: emacs;

Reported by: "Pedro A. Aranda" <paaguti <at> gmail.com>

Date: Thu, 18 Apr 2024 08:55:09 UTC

Severity: wishlist

Found in version 30.0.50

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: 70449 <at> debbugs.gnu.org, paaguti <at> gmail.com
Subject: bug#70449: 30.0.50; Can't save .zip archive in TRAMP
Date: Fri, 19 Apr 2024 14:20:57 +0300
> From: Michael Albinus <michael.albinus <at> gmx.de>
> Cc: paaguti <at> gmail.com,  70449 <at> debbugs.gnu.org
> Date: Fri, 19 Apr 2024 11:23:55 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > Thanks, but that can be any number of reasons.  If you happen to know
> > which line i archive-*-write-file-member signaled this error, that
> > could be a starting point.
> 
> Line 1438:
> 
>             (archive--with-ensure-extension
>              archive (archive--act-files command (list ename)))))

My first guess is that the error comes from with-current-buffer:

  (defun archive--with-ensure-extension (archive proc-fn)
    (let ((saved default-directory))
      (with-current-buffer (find-buffer-visiting archive)

which probably means find-buffer-visiting returns nil, because we are
using a local copy or something.




This bug report was last modified 1 year and 60 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.