emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 594b3b2cfa: * etc/TODO (Wishlist items): Add libarchive(3) integr


From: Michael Albinus
Subject: master 594b3b2cfa: * etc/TODO (Wishlist items): Add libarchive(3) integration.
Date: Sat, 8 Oct 2022 08:54:52 -0400 (EDT)

branch: master
commit 594b3b2cfa56cfd9b03a3e473a7f3bcbd3e72802
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * etc/TODO (Wishlist items): Add libarchive(3) integration.
---
 etc/TODO | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/etc/TODO b/etc/TODO
index d884539037..9314a397b5 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -886,7 +886,6 @@ window associated with that modeline.
 https://lists.gnu.org/r/emacs-devel/2007-09/msg02416.html
 
 ** Random things that were planned for Emacs-24
-
 Stefan Monnier writes: "Random things that cross my mind right now
 that I'd like to see.  Some of them from my local hacks, but it's not
 obvious at all whether they'll make it."
@@ -1737,11 +1736,18 @@ 
https://lists.gnu.org/r/emacs-devel/2012-06/msg00354.html
 ** Maybe replace lib-src/rcs2log with a Lisp implementation
 It wouldn't have to be a complete replacement, just enough
 for vc-rcs-update-changelog.
+
 ** Allow Emacs to use the bottom-right corner of a TTY
 Emacs doesn't use the bottom-right corner of a TTY when terminfo
 capability "am" (auto_right_margin) is defined.  It could use the
 bottom-right corner nonetheless when certain other capabilities are
 defined.  See bug#57607.
+
+** Replace tramp-archive.el by a native libarchive(3) implementation.
+The former is based on the GVFS archive backend, which makes it
+available on GNU/Linix only.  That implementation has further
+drawbacks like it doesn't support to write into archives.
+
 * Other known bugs
 
 ** 'make-frame' forgets unhandled parameters, at least for X11 frames



reply via email to

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