* Vinay Wagh (2010-11-12) writes: > Wow!!! This works... I mean with these command line options, I am > getting the desired output, the newlines are properly adjusted... > > So now, what could be the problem? Is it with my .emacs?
Most likely. Or in the site init file. If you start Emacs with `emacs -q -l auctex' and the problem does not show up, then it's in your user init file. You should be able to find the culprit by bisecting your user init file, i.e. commenting half of the problematic code until you know which statement is to blame. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
