* Eli Zaretskii (2006-04-09) writes: >> From: Ralf Angeli <[EMAIL PROTECTED]> >> >> 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 [...] > 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.)
Thanks for the suggestions, but I already identified a recipe for reproducing the error and sent it to emacs-pretest-bug. The message has the subject "Wrong type argument: arrayp, nil with LANG=C under Windows". >> The build from beginning of March did not have this problem. > > Did something perhaps change in the AUC TeX configury since March? No, I am using a stable version of AUCTeX for building and this is the same I used in March. -- Ralf _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
