From: Eli Zaretskii <eliz@gnu.org>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: 70449@debbugs.gnu.org, paaguti@gmail.com
Subject: bug#70449: 30.0.50; Can't save .zip archive in TRAMP
Date: Fri, 19 Apr 2024 14:20:57 +0300 [thread overview]
Message-ID: <86il0dbnty.fsf@gnu.org> (raw)
In-Reply-To: <87wmot7ljo.fsf@gmx.de> (message from Michael Albinus on Fri, 19 Apr 2024 11:23:55 +0200)
> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: paaguti@gmail.com, 70449@debbugs.gnu.org
> Date: Fri, 19 Apr 2024 11:23:55 +0200
>
> Eli Zaretskii <eliz@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.
next prev parent reply other threads:[~2024-04-19 11:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-18 8:53 bug#70449: 30.0.50; Can't save .zip archive in TRAMP Pedro A. Aranda
2024-04-18 18:01 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-04-18 18:04 ` Eli Zaretskii
2024-04-18 18:17 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-04-18 18:22 ` Eli Zaretskii
2024-04-18 19:07 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-04-19 6:01 ` Eli Zaretskii
2024-04-19 9:23 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-04-19 11:20 ` Eli Zaretskii [this message]
2024-04-19 12:42 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-04-19 14:27 ` Eli Zaretskii
2024-04-19 7:28 ` Pedro Andres Aranda Gutierrez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86il0dbnty.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=70449@debbugs.gnu.org \
--cc=michael.albinus@gmx.de \
--cc=paaguti@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).