Ar an seachtú lá is fiche de mí Meitheamh, scríobh Jerry James:
I would propose that we delete-directory right before trying the
make-directory, except that delete-directory signals a file-error when
the directory does not exist. We could insert this line right before the
make-directory line:
(condition-case nil
(delete-directory (concat (temp-directory) "/\260\354"))
(file-error nil))
We could also wrap the make-directory in a condition-case like this, but
then we don't find out about failures of make-directory for other
reasons.
That seems very reasonable to me. Note that this test isn’t in place in
21.5; the bug it verifies isn’t there only affected 21.4.
--
Santa Maradona, priez pour moi!