OCamlPro / ocp-indent

Indentation tool for OCaml, to be used from editors like Emacs and Vim.
http://www.typerex.org/ocp-indent.html
Other
200 stars 63 forks source link

emacs: pass an absolute file name to make-temp-name #290

Closed m-plamann closed 5 years ago

m-plamann commented 5 years ago

make-temp-name expects an absolute file name. Otherwise, it chooses a name that is unique in the current directory, with no guarantee that the filename is unique in the temporary-file-directory.