Christian Schlauer <[EMAIL PROTECTED]> writes: > Hello! > > When I try to install a (recent) CVS AUCTeX "the quiet way" by > redirecting stdout to a file, AUCTeX isn't completely silent: > > $ make install > make-install.log > + for x in 'images/*.xpm' > + /usr/bin/install -c -m 644 images/amstex.xpm > e:/emacs/site-lisp/auctex/images > > ... and so on.
Append 2>&1 to your command line. Stderr will not be redirected otherwise. Maybe we should not do this via set -x? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
