Ralf Angeli <[EMAIL PROTECTED]> writes:

> Index: auctex/tex-buf.el
> diff -u auctex/tex-buf.el:1.222 auctex/tex-buf.el:1.223
> --- auctex/tex-buf.el:1.222   Thu Mar 17 17:21:30 2005
> +++ auctex/tex-buf.el Fri Apr 22 09:01:55 2005
> @@ -735,6 +735,7 @@
>      (comint-exec buffer name TeX-shell nil
>                (list TeX-shell-command-option command))
>      (comint-mode)
> +    (setq comint-scroll-to-bottom-on-output t)
>      (setq mode-name name)
>      (setq TeX-command-default default)
>      (setq process (get-buffer-process buffer))

Uh, Ralf?  This means that if TeX is caught in an infinite loop, you
can't just do cursor-up to stop the scrolling and see what is
happening.

I'd rather that we find out why the current output does not move
point even when point is at the bottom of the buffer.  Or is it?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to