GNU bug report logs -
#32004
25.2; Package-install-package Failed to verify signature file-error Setting current directory No such file or directory
Previous Next
Reported by: Mike Dupont <jamesmikedupont <at> googlemail.com>
Date: Fri, 29 Jun 2018 11:10:02 UTC
Severity: minor
Tags: easy
Found in version 25.2
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 32004 <at> debbugs.gnu.org (full text, mbox):
Stefan Kangas <stefan <at> marxist.se> writes:
> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>
>> Is there a standard thing we can use in these circumstances where it
>> doesn't much matter what default-directory is, other than that it has to
>> exist? (And probably has to be readable.)
>>
>> A `with-ensured-directory' or something might be nice? Or do we just
>> bind default-directory to "/"?
>
> I'd prefer to bind it to "~" to make sure it's writable too (just in
> case). Also, emacs run as root doesn't risk polluting "/" with
> spurious temporary files if there is some writing going on when there
> shouldn't be.
Most processes don't really write anything anywhere -- they just need to
have a directory that exists...
The use case here is that you open ~/foo/bar/something in a buffer, then
rmdir ~/foo/bar, and then try to start a process from that buffer --
it'll fail, because default-directory doesn't point to something that
exists.
> Or we could use the same value as
> url-temporary-directory: (or (getenv "TMPDIR") "/tmp")
That's also a good value.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 265 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.