Ralf Angeli <[EMAIL PROTECTED]> writes: > * David Kastrup (2006-02-19) writes: > >> Ralf Angeli <[EMAIL PROTECTED]> writes: >> >>> * David Kastrup (2006-02-15) writes: >>> >>>> Maybe TeX-next-error should instead try to work with (and set locally >>>> if necessary) TeX-command-buffer? That seems unambiguous and should >>>> do the trick in most cases. >>> >>> For one thing, it won't work with region files. >> >> Uh, why? > > Because `TeX-command-buffer' will point to the original file and not > to the region file after e.g. LaTeX was run with `C-c C-r'. > `(TeX-active-master)', however, will return the region file.
Uh, so what? You can always use (with-current-buffer TeX-command-buffer (TeX-active-master)) in case you need the master. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
