with this patch
(file-truename "c:\\*.txt")
leads
"c:\\B-r-Backtrace.txt"
(the first of my many *.txt files).
XEmacs 21.1.14, however does not expand the wildcard:
(file-truename "c:\\*.txt")
"c:\\*.txt"
But FSF Emacs does I believe. I quite like the expansion behavior - will it
break anything?
Thanks
andy