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


Message #40 received at 70449 <at> debbugs.gnu.org (full text, mbox):

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: Re: bug#70449: 30.0.50; Can't save .zip archive in TRAMP
Date: Fri, 19 Apr 2024 17:27:37 +0300
> From: Michael Albinus <michael.albinus <at> gmx.de>
> Cc: paaguti <at> gmail.com,  70449 <at> debbugs.gnu.org
> Date: Fri, 19 Apr 2024 14:42:46 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> Hi Eli,
> 
> > 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.
> 
> Yes, that's the culprit. But I don't see a simple fix I could apply with
> my limited (say: non-existent) knowledge about arc-mode.el.

I think we need to understand why find-buffer-visiting returns nil in
this case, and fix that.




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

Previous Next


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