all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Johan Bockgård" <bojohan@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: scrolling in shell buffer
Date: Mon, 19 Dec 2016 22:11:00 +0100	[thread overview]
Message-ID: <87tw9zipzv.fsf@gnu.org> (raw)
In-Reply-To: <83y3zb51eq.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 19 Dec 2016 18:28:13 +0200")

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Richard Stallman <rms@gnu.org>
>> CC: emacs-devel@gnu.org
>> Date: Mon, 19 Dec 2016 08:07:16 -0500
>> 
>> Customizing is not pertinent, since this issue I'm raising
>> is about the proper default.
>> 
>> I think that we should make the default behavior for shell buffers,
>> when point is at the end, to scroll to keep point at the bottom of the
>> window.
>> 
>> Does anyone disagree that this behavior would be right?
>
> By default?  I don't think I agree.  It's just another Emacs buffer.
> Also, various terminal emulators on GUI systems let me scroll the
> console window past its end, and don't scroll it back each time the
> shell or some command run from the shell outputs something.

? It is already the default, and it's called
`comint-scroll-show-maximum-output'.

However, we also find this comment in `comint-mode':

    ;; Following disabled because it seems to break the case when
    ;; comint-scroll-show-maximum-output is nil, and no-one can remember
    ;; what the original problem was.  If there are problems with point
    ;; not going to the end, consider re-enabling this.
    ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00827.html
    ;;
    ;; This makes it really work to keep point at the bottom.
    ;; (make-local-variable 'scroll-conservatively)
    ;; (setq scroll-conservatively 10000)

The last two lines were added by rms in 2002, and commented out by Glenn
in 2007.



  reply	other threads:[~2016-12-19 21:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-18 13:22 scrolling in shell buffer Richard Stallman
2016-12-18 15:41 ` Eli Zaretskii
2016-12-19 13:07   ` Richard Stallman
2016-12-19 16:28     ` Eli Zaretskii
2016-12-19 21:11       ` Johan Bockgård [this message]
2016-12-20 18:16         ` Richard Stallman
2016-12-20 18:15       ` Richard Stallman
2016-12-21 16:18         ` raman
2016-12-22 16:27         ` Eli Zaretskii
2016-12-23 16:11           ` Richard Stallman
2016-12-23 16:27             ` Eli Zaretskii
2016-12-24 18:53               ` Richard Stallman
2016-12-24 19:26                 ` Eli Zaretskii
2016-12-25 20:44                   ` Richard Stallman
2016-12-26  3:26                     ` Eli Zaretskii
2017-01-22 23:59                       ` Richard Stallman
2017-01-23 21:04                       ` Richard Stallman
2017-01-27  9:41                         ` Eli Zaretskii
2016-12-20  3:50     ` John Yates

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tw9zipzv.fsf@gnu.org \
    --to=bojohan@gnu.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.