[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Support for Sqlite Archive files
From: |
Vladimir Kazanov |
Subject: |
Re: [PATCH] Support for Sqlite Archive files |
Date: |
Sat, 22 Jun 2024 10:59:33 +0100 |
On Fri, 21 Jun 2024 at 20:48, Eli Zaretskii <eliz@gnu.org> wrote:
> Why do it via arc-mode at all? why not directly via sqlite.c? Also,
> arc-mode can use internal methods as well, not only external
> utilities.
Going through the standard interface of "sqlite3 -A *" simplifies
things a bit. On the other hand all the calls have to go through
call-process, which is suboptimal. Let me try going straight to the
database.
Either way, the point of this project is to look into how buffers can
be backed by a database. I want to see if avoiding using the file
system abstraction altogether can work.
On arc-mode vs custom code. Archive mode provides a generic dired-like
file browsing UI. Why come up with a copy when it's probably gonna
look just about the same?
> Including when the locale has a non-UTF-8 codeset?
I'll check this.
> Unlikely, since Emacs 30 will not get new features anymore. Sorry.
Got it. Exciting release, can't wait!
--
Regards,
Vladimir Kazanov
- [PATCH] Support for Sqlite Archive files, Vladimir Kazanov, 2024/06/21
- Re: [PATCH] Support for Sqlite Archive files, Madhu, 2024/06/22
- Re: [PATCH] Support for Sqlite Archive files, Eli Zaretskii, 2024/06/22
- Re: [PATCH] Support for Sqlite Archive files, Björn Bidar, 2024/06/22
- Re: [PATCH] Support for Sqlite Archive files, Eli Zaretskii, 2024/06/23
- Re: [PATCH] Support for Sqlite Archive files, Madhu, 2024/06/23
- Re: [PATCH] Support for Sqlite Archive files, Richard Stallman, 2024/06/27
- Re: [PATCH] Support for Sqlite Archive files, tomas, 2024/06/28
- Re: [PATCH] Support for Sqlite Archive files, Richard Stallman, 2024/06/30
- Re: [PATCH] Support for Sqlite Archive files, Collin Funk, 2024/06/28