emacs-devel
[Top][All Lists]
Advanced

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

Re: user-directory: New library to find user {conf, data, state, ...} fi


From: Stefan Kangas
Subject: Re: user-directory: New library to find user {conf, data, state, ...} files
Date: Mon, 8 Nov 2021 16:40:57 +0100

Stefan Kangas <stefan@marxist.se> writes:

> > Unfortunately, in this case I think it's harder to be smart:
> >
> >     (user-file 'data "bookmarks"
> >                      (locate-user-emacs-file "bookmarks" ".emacs.bmk"))
> >
> > But perhaps we can think of something even for that.

Maybe this could be simplified to

    (user-file 'data "bookmarks" "bookmarks" "~/.emacs.bmk")

or even

    (user-file 'data "bookmarks" "~/.emacs.bmk")

?



reply via email to

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