unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: Glenn Morris <rgm@gnu.org>, vrotney@earthlink.net
Cc: emacs-devel@gnu.org
Subject: Re: [vrotney@earthlink.net: Eamcs 22.1 comint-scroll-show-maximum-output bug]
Date: Sun, 26 Aug 2007 23:07:57 -0400	[thread overview]
Message-ID: <E1IPUxJ-0004CB-Gp@fencepost.gnu.org> (raw)
In-Reply-To: <xfk5rkmt4i.fsf@fencepost.gnu.org> (message from Glenn Morris on Fri, 24 Aug 2007 19:04:45 -0400)

Does this fix the bug?

*** comint.el	25 Jul 2007 11:49:09 -0400	1.361.2.2
--- comint.el	26 Aug 2007 21:04:46 -0400	
***************
*** 1875,1883 ****
  		     ;; ends at the bottom of the window.
  		     (if (and comint-scroll-show-maximum-output
  			      (= (point) (point-max)))
! 			 (save-excursion
! 			   (goto-char (point-max))
! 			   (recenter (- -1 scroll-margin))))
  		     (select-window selected)))))
  	     nil t))
        (set-buffer current))))
--- 1875,1884 ----
  		     ;; ends at the bottom of the window.
  		     (if (and comint-scroll-show-maximum-output
  			      (= (point) (point-max)))
! 			 (let ((scroll-conservatively nil))
! 			   (save-excursion
! 			     (goto-char (point-max))
! 			     (recenter (- -1 scroll-margin)))))
  		     (select-window selected)))))
  	     nil t))
        (set-buffer current))))

  parent reply	other threads:[~2007-08-27  3:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-17 20:18 [vrotney@earthlink.net: Eamcs 22.1 comint-scroll-show-maximum-output bug] Richard Stallman
2007-08-24 23:04 ` Glenn Morris
2007-08-25  1:35   ` Stefan Monnier
2007-08-25 19:13     ` Glenn Morris
2007-08-26 14:15   ` Chong Yidong
2007-08-27  1:18     ` Glenn Morris
2007-08-27  3:07   ` Richard Stallman [this message]
2007-08-27  7:24     ` Glenn Morris
     [not found]       ` <E1IPj9q-0003bB-S3@fencepost.gnu.org>
2007-08-27 18:34         ` Glenn Morris
     [not found]           ` <E1IQ3Ie-0008OM-HI@fencepost.gnu.org>
     [not found]             ` <modgrcyc6.fsf@fencepost.gnu.org>
2007-08-30  7:15               ` Richard Stallman
2007-08-31  3:54                 ` Glenn Morris
2007-08-31 18:21                   ` Richard Stallman
2007-08-31 18:42                     ` Glenn Morris
  -- strict thread matches above, loose matches on Subject: below --
2007-08-25  4:07 Richard Stallman

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E1IPUxJ-0004CB-Gp@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    --cc=vrotney@earthlink.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).