2016-02-11 0:03 GMT+01:00 <[email protected]>: > Hi Mosè, > > Thank you very much for your interest in this. Unfortunately I've never > managed to pinpoint where the spaces are creating the problem; as you say, > paths with spaces don't cause problems in other settings handled by > 'start-process'... That's also why I've never submitted this bug. Could it > be the function that retrieves the GS path?
It's just a series of `executable-find's, which is a fairly simple function: it checks whether there is a file with the provided name in `exec-path' and if it's executable. If the file is found returns it, otherwise it won't rise an error. Shawn reported a "File not found" error, but I can't understand from where it's thrown. I noticed that his value for `preview-gs-command' is actually nil, I can't understand where the "c:/Program" path pops out. > I'll take a look once more and > let you know (it'll take a couple of days). Thanks, it would be great. Bye, Mosè _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
