emacs-devel
[Top][All Lists]
Advanced

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

Re: scrolling in shell buffer


From: Richard Stallman
Subject: Re: scrolling in shell buffer
Date: Sun, 25 Dec 2016 15:44:28 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > Strange.  It did for me when I tried that.  I wrote a shell script
  > that produced a line of output every several seconds, then ran it in a
  > shell buffer, and switched away.  When I switched back to the shell
  > buffer, some seconds later, the buffer was full of lines and point was
  > shown on the last line.

It didn't work for me.  I ran a simple shell program

  while true; do sleep 15; echo foo; done

and when I switched back to the *shell* buffer it displayed
point (which was at eob) at mid-screen.

Then the next line came out and it scrolled to put point at the bottom.

I verified that scroll-conservatively was 100.

  > Is it possible that you tried that when the buffer had less than
  > windowful of text?

Just now, the line number at the end was over 29000.



-- 
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.




reply via email to

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