[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sqlite3
From: |
Lars Ingebrigtsen |
Subject: |
Re: sqlite3 |
Date: |
Mon, 06 Dec 2021 17:08:30 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Stefan Kangas <stefankangas@gmail.com> writes:
>> My only remark is that sqlite is usually used for exactly same purpose as
>> what
>> Emacs already has: customize. Your example:
>>
>>> (setf (persistent-data :namespace "emoji" :key "favorites")
>>> emoji--favorites)
>>
>> looks to me like something one would use customize for.
>
> Is this historic use of customize not just a result of the lack
> something like sqlite3?
Yeah, I think so. There's not always an obvious difference between
"configuration" and "app data", but if it's something that changes upon
every invocation (as the emojis in emoji--favorites do), it's more "app
data", and that doesn't belong in Customize. (The user may have their
.emacs file in a VC, for instance.)
> For example, on my macOS machine I'd typically install some macOS
> specific packages, that I don't want on my GNU/Linux machines. Another
> example is that I often install a package just to test it briefly, and I
> definitely don't want that synchronized. It is also not ideal that a
> package is marked in `package-selected-packages', but is not even
> installed locally.
Yup.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Re: sqlite3, Arthur Miller, 2021/12/06
- Re: sqlite3, Stefan Kangas, 2021/12/06
- Re: sqlite3, Qiantan Hong, 2021/12/06
- Re: sqlite3, Po Lu, 2021/12/06
- Re: sqlite3, Arthur Miller, 2021/12/06
- Re: sqlite3, Stefan Kangas, 2021/12/06
- Re: sqlite3, Alexandre Garreau, 2021/12/06
Re: sqlite3, Arthur Miller, 2021/12/06
Re: sqlite3,
Lars Ingebrigtsen <=
Re: sqlite3, Stefan Monnier, 2021/12/06
Re: sqlite3, Lars Ingebrigtsen, 2021/12/06
package-selected-packages in Customize [was: sqlite3], Joost Kremers, 2021/12/07
Re: package-selected-packages in Customize [was: sqlite3], Stefan Kangas, 2021/12/07
Re: sqlite3, Byung-Hee HWANG, 2021/12/06
Re: sqlite3, Po Lu, 2021/12/06