emacs-devel
[Top][All Lists]
Advanced

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

Emacs and XDG Base Dir Spec was: persistent storage for Emacs packages


From: Thomas Koch
Subject: Emacs and XDG Base Dir Spec was: persistent storage for Emacs packages
Date: Sun, 20 Oct 2013 21:19:18 +0200
User-agent: KMail/1.13.7 (Linux/3.10-0.bpo.3-amd64; KDE/4.8.4; x86_64; ; )

There is a "standard" where to place different kind of files inside a users 
home 
directory[1], in short:

config: ~/.config/$APPNAME/
cache: ~/.cache/$APPNAME/
data: ~/.local/share/$APPNAME/

Unfortunately the standard does not yet include a place for STATE data[2].

It would be nice, if emacs would also use this "standard". This would make it 
much nicer to keep the emacs config in version control without an elaborate 
ignore file. Some people like me also keep their ~/.cache in a ramdisk[3].

[1] http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
[2] https://wiki.debian.org/XDGBaseDirectorySpecification#state
[3] https://github.com/xtaran/unburden-home-dir



reply via email to

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