[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31317: 26.1; Add a tramp-make-tramp-temp-file* variant which returns
From: |
Phil Sainty |
Subject: |
bug#31317: 26.1; Add a tramp-make-tramp-temp-file* variant which returns the full tramp filename? |
Date: |
Tue, 01 May 2018 01:55:57 +1200 |
User-agent: |
Orcon Webmail |
On 2018-05-01 01:20, Michael Albinus wrote:
What about `make-nearby-temp-file'?
Thanks Michael. I see that this is new to 26.1.
** The new functions 'make-nearby-temp-file' and
'temporary-file-directory'
can be used for creation of temporary files on remote or mounted
directories.
That certainly does the trick.
Would it make sense for `tramp-make-tramp-temp-file' to be utilising
that
function? (i.e. composing a tramp file name from VEC and then handing
off
to `make-nearby-temp-file' ?)
-Phil