auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-devel] Re: [AUCTeX-diffs] Changes to auctex/tex-buf.el


From: David Kastrup
Subject: [AUCTeX-devel] Re: [AUCTeX-diffs] Changes to auctex/tex-buf.el
Date: Fri, 22 Apr 2005 11:43:17 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Ralf Angeli <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]