GNU bug report logs -
#71732
30.0.50; [FR] xdg: provide an ability to create XDG directory, if it does not exist
Previous Next
Reported by: Ihor Radchenko <yantar92 <at> posteo.net>
Date: Sun, 23 Jun 2024 09:40:02 UTC
Severity: normal
Found in version 30.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Ihor Radchenko <yantar92 <at> posteo.net>
> Cc: 71732 <at> debbugs.gnu.org, bjorn.bidar <at> thaodan.de
> Date: Sun, 23 Jun 2024 10:20:34 +0000
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> May you please add a functionality to xdg.el to create the directory
> >> with right permissions, so that xdg.el users do not need to know these
> >> technical details of the spec?
> >
> > xdg.el is not about creating directories, it is about returning their
> > names.
> >
> > The ability to create a directory with arbitrary permissions already
> > exists, and Emacs uses that in umpteen places. So I'm not sure what
> > is missing here. Not every two-liner needs a dedicated named API.
>
> The missing part is creating a directory that follows XDG spec without
> having to consult that spec.
>
> For example, I had no clue that applications using XDG are obliged to
> create XDG dirs with 0700 persmissions until someone pointed.
Emacs applications are not obliged to abide by what the XDG spec (or
any spec) says. Whether a directory we create under some XDG
directory should or should not have those permissions is something the
author of the Lisp program should consider and decide.
> I believe that such technical details would fit within xdg.el API.
I disagree, mainly because the details are not part of XDG, they are
part of the design and the implementation of the particular Lisp
program using the XDG directories.
This bug report was last modified 1 year and 59 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.