The problem was solved by assigning Cygwin's "bash" to `TeX-shell'. By default, the value of this variable is "C:/apps/emacs/bin/cmdproxy.exe". It seems that cmdproxy.exe adds the extra backslash.
My .emacs sets `shell-file-name' to "bash", but that happens after AucTex is loaded, so it picks the default value of `shell-file-name' for `TeX-shell'. -- Oscar _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
