[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#2107: temp-file-name-pattern vs temporary-file-directory
From: |
Eli Zaretskii |
Subject: |
bug#2107: temp-file-name-pattern vs temporary-file-directory |
Date: |
Thu, 29 Jan 2009 21:00:04 +0200 |
> Date: Thu, 29 Jan 2009 17:45:21 +0100
> From: "Roland Winkler" <Roland.Winkler@physik.uni-erlangen.de>
> Cc:
>
> Recently I learned about the variable temp-file-name-pattern when
> under odd circumstances I didn't have access to /tmp. I was
> surprised that the default value of this variable was
> /tmp/emacsXXXXXX, thus ignoring my setting of
> temporary-file-directory. Shouldn't temp-file-name-pattern take into
> account the value of temporary-file-directory?
It looks at $TMPDIR, at least for me.