> Cc: [email protected] > From: Ralf Angeli <[EMAIL PROTECTED]> > Date: Sun, 09 Apr 2006 10:08:44 +0200 > > Unrelated, but annoying: With the new build on Windows AUCTeX cannot > be configured. I got the following error in config.log: > > configure:1539: checking if c:/Programme/Emacs/bin/emacs is XEmacs > c:/Programme/Emacs/bin/emacs -batch -no-site-file -eval (let* ((x (if > (featurep (quote xemacs)) "yes" "no"))) (write-region (if (stringp x) x > (prin1-to-string x)) nil "./conftest-140")) > Wrong type argument: arrayp, nil > => > configure:1557: error: Unable to run c:/Programme/Emacs/bin/emacs! Aborting! > > Trying the above (properly quoted) in an MSYS shell succeeds. So I am > a bit stumped. If anybody has an idea what the cause could be, I am > all ears. (The carriage return after nil looks suspicious.)
One idea is to modify the command so that Emacs displays the value of the variable command-line-args. (I suspect that the MSYS shell, which is known to munge command lines with file names, does something bad to the "./conftest-140" part.) > The build from beginning of March did not have this problem. Did something perhaps change in the AUC TeX configury since March? _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
