* Sivaram Neelakantan (2008-03-30) writes:

> Debugger entered--Lisp error: (file-error "Opening output file" "no
>   such file or directory" "c:/var/tmp/#%2Amail%2A#5080Di5#")
>   write-region("" nil "c:/var/tmp/#%2Amail%2A#5080Di5#" nil silent nil
>   excl)

Does "c:/var/tmp/" exist?

What's the output of
M-: (file-writable-p "/var/tmp/") <RET>
?

I'm suspecting that "/var/tmp/" exists for Cygwin and when trying to
write to that directory it gets transposed to "c:/var/tmp/", roughly
speaking.

-- 
Ralf


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to