From unknown Sat Aug 16 16:16:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#23399: 25.0.93; follow-scroll-up not working properly Resent-From: Milan Zamazal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 29 Apr 2016 15:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 23399 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 23399@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.146194399626423 (code B ref -1); Fri, 29 Apr 2016 15:34:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Apr 2016 15:33:16 +0000 Received: from localhost ([127.0.0.1]:55488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awAPr-0006s2-CQ for submit@debbugs.gnu.org; Fri, 29 Apr 2016 11:33:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aw432-0007WE-Pz for submit@debbugs.gnu.org; Fri, 29 Apr 2016 04:45:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw42s-00082C-Cy for submit@debbugs.gnu.org; Fri, 29 Apr 2016 04:45:11 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:32844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw42s-000823-9r for submit@debbugs.gnu.org; Fri, 29 Apr 2016 04:45:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw42r-0002H9-HV for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 04:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw42n-0007xu-4g for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 04:45:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw42m-0007xk-W6 for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 04:45:01 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 596D678224 for ; Fri, 29 Apr 2016 07:50:23 +0000 (UTC) Received: from pdm (dhcp130-161.brq.redhat.com [10.34.130.161]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3T7oLU0008424 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 29 Apr 2016 03:50:22 -0400 From: Milan Zamazal Date: Fri, 29 Apr 2016 09:50:21 +0200 Message-ID: <8760v03lc2.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Mailman-Approved-At: Fri, 29 Apr 2016 11:33:13 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) In GNU Emacs 25.0.93.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.29) of 2016-04-27 built on pdm follow-scroll-up works the same way as scroll-up instead of scrolling to the bottom of the last window in the follow chain. How to reproduce the bug: - Run Emacs: emacs -Q - Type `C-h t' to display the tutorial. - Type `C-x 3' to split the window. - Type `M-x follow-mode RET' to switch to follow-mode. - Type `C-c . C-v' to invoke follow-scroll-up. The buffer is scrolled up only to the bottom of the left window (to "From now on, ...") instead to the bottom of the right window (to "\n>> Do a few C-n's ..."), which is a bug and regression from Emacs 24.5. There is the same bug with follow-scroll-down. From unknown Sat Aug 16 16:16:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#23399: 25.0.93; follow-scroll-up not working properly Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 10 Oct 2017 09:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 23399 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Milan Zamazal , 23399@debbugs.gnu.org Received: via spool by 23399-submit@debbugs.gnu.org id=B23399.15076269576468 (code B ref 23399); Tue, 10 Oct 2017 09:16:02 +0000 Received: (at 23399) by debbugs.gnu.org; 10 Oct 2017 09:15:57 +0000 Received: from localhost ([127.0.0.1]:59204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e1qdp-0001gF-Jo for submit@debbugs.gnu.org; Tue, 10 Oct 2017 05:15:57 -0400 Received: from mout.gmx.net ([212.227.15.18]:65065) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e1qdo-0001g2-FO for 23399@debbugs.gnu.org; Tue, 10 Oct 2017 05:15:56 -0400 Received: from [192.168.1.100] ([46.125.249.32]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0M2Ldk-1d9sVO0p40-00s3Yn; Tue, 10 Oct 2017 11:15:42 +0200 Message-ID: <59DC8FB6.7080604@gmx.at> Date: Tue, 10 Oct 2017 11:15:34 +0200 From: martin rudalics MIME-Version: 1.0 References: <8760v03lc2.fsf@redhat.com> In-Reply-To: <8760v03lc2.fsf@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:toacqFXjIfkckefU0NIc7EVyHJNjhsmpqyelW07UNwA4tW/WB1J dSNPpc6sgVQO4vq38SoXoiOeh+piwqn4Ct+r1ztRP2tUk2XhuLLi98v2k+xtl7TmvC2GhRb g2gZNs7x+1Ni1791PDHY0b/JoaPTiK/QsPvXf3/NfMVJWViN5hItS+NFOOOIFABr+FJ4vWz 5ZMVi9kasecZInf0J+MgA== X-UI-Out-Filterresults: notjunk:1;V01:K0:gFt4BHPbNI4=:+2+IJXIpvviZmxA+yx5llM XyAgBarkgp2diIGMUufq0CkaLK/hgsoEdNfSXeXIzvgShfRSktEbqpJDYwqafMIrQ8JaZx6KD a/auan6N687lMgDnMojPMSepZtW7pGotflNQ41kkf0OxVAOf7h0mO2L3nb2PnyeAWa4T+6hPL cnYgGKi5sr3wE+JEjGujWjQY9I35iRj1DCeynLFbJFfCujtvJS9mxAUg7ZfQd2UpiALdH8cv8 gf7ygSVRmIemzVZ8URDqkoAG1u1emPIc+l1pnywPAnFPn9Osq0KdIH/IEkPptnCcK6+GWHwQL beZo2uVXzBdDNHNfNIEp0WKnbfSqkCafIMvNJmZ/cV/dxQbuPpli5Eh4V2ReArOCPsSqG5D4Q G2QxuJX+qApm6zRsHWW9bvIQ+OMt13IM0AjnPwsp290hlTjWBPQDBQa7Aoy91J/PyFTfYtEfy Xl1HI929SV0iUPhoUlnhnjaPYepXCWvbjmUQViVcPEwTZFyBC16BNx52q1YAM2+GZh04LQsBu 5Na748dgYBRVcgBFSjOW7tIV8Lz8yT50v+yQxJg8cyCjUO4AldrVSb2Ldnh+Na4oE4we7ZYP6 lem/K9k9nuZLcfZlMhcxPoA8cDxzkIAaEm+p0zpaQbPh/upQIokdZtw1kJLH7jXfpyIV8ZsQF 2nzIekGDB7J9q0/NFIlUDqZBnVPXooaydNrOzgAT52tiTktHl+7RbBio04377aLerWzC7hdGP FUZqdQAgmeAyXxOiUXnCQbLaPbxyzNyrD9OCTGBTgy9UBYViKj5sfo1ZBxC1QDoS1t+MvwPus Lt93hNFRS4MtrZ27VGhBW5GK87u4yhGgN8MFoKtmB80LNdjGwk= X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) > In GNU Emacs 25.0.93.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.29) > of 2016-04-27 built on pdm > > follow-scroll-up works the same way as scroll-up instead of scrolling to > the bottom of the last window in the follow chain. > > How to reproduce the bug: > > - Run Emacs: emacs -Q > - Type `C-h t' to display the tutorial. > - Type `C-x 3' to split the window. > - Type `M-x follow-mode RET' to switch to follow-mode. > - Type `C-c . C-v' to invoke follow-scroll-up. > > The buffer is scrolled up only to the bottom of the left window (to > "From now on, ...") instead to the bottom of the right window (to > "\n>> Do a few C-n's ..."), which is a bug and regression from > Emacs 24.5. I suppose this was only a temporary regression since I cannot observe it with any of the builds I have here. Please try again with Emacs 25.2 or Emacs 26. Thanks, martin From unknown Sat Aug 16 16:16:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#23399: 25.0.93; follow-scroll-up not working properly Resent-From: Milan Zamazal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 10 Oct 2017 09:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 23399 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: martin rudalics Cc: 23399@debbugs.gnu.org Received: via spool by 23399-submit@debbugs.gnu.org id=B23399.15076281598532 (code B ref 23399); Tue, 10 Oct 2017 09:36:01 +0000 Received: (at 23399) by debbugs.gnu.org; 10 Oct 2017 09:35:59 +0000 Received: from localhost ([127.0.0.1]:59237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e1qxD-0002DY-K1 for submit@debbugs.gnu.org; Tue, 10 Oct 2017 05:35:59 -0400 Received: from mail-wm0-f53.google.com ([74.125.82.53]:51149) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e1qxC-0002DM-9g for 23399@debbugs.gnu.org; Tue, 10 Oct 2017 05:35:58 -0400 Received: by mail-wm0-f53.google.com with SMTP id u138so3280825wmu.5 for <23399@debbugs.gnu.org>; Tue, 10 Oct 2017 02:35:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=uaLqvDB3hTcDlNuj1xyEvbZB++VYXxrr4+EeOMaqWPw=; b=M/AcI+9jup+fCdV6uIhrggmOjq2S+x/itwxzq/9UFEO0DjtsUvfnBf7Upq9UKD7TKP m9bXKNRkvo6q6GO/T5W9ew8xYA38KRo3ctnjoqW243Lof3gixZ2Y3JNBB2NDS8i7lC5t d9g6Wn67dhpBh/R025mubhcrc8gPBLfKhxKaHk9ccNbKmQC/4zyr1iHYK47cJxQ1SMOY c/fDRUyRhFa0IvbCAX4MkqMEc38LxSW9FWmoW6/DJq94aFcikKTapPbyP26PxY3uk/Qw e/rav4KPFPRXluVfUZEvTdIv5RAeRyIi2FSx0lacO0ewDoUYCXynNR0sauH8crxjGVi7 ZBcA== X-Gm-Message-State: AMCzsaVRiwtCHwZ1Or5oa6niZhky69aFJ7+L/8lIOq+Wd+/cBY4NcHU3 d3pZqnk2oFs02kkl08b7ECBdSATEnZE= X-Google-Smtp-Source: AOwi7QAwnngRLGdimdG6jZgwonDeumQJrV056exOwi1iA6J1Kp4uvRK7hZBtAc0cwO8GrRpWJy8XBA== X-Received: by 10.223.187.79 with SMTP id x15mr2068132wrg.146.1507628152275; Tue, 10 Oct 2017 02:35:52 -0700 (PDT) Received: from localhost.localdomain (nat-pool-brq-t.redhat.com. [213.175.37.10]) by smtp.gmail.com with ESMTPSA id j5sm8302178wmg.8.2017.10.10.02.35.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Oct 2017 02:35:51 -0700 (PDT) From: Milan Zamazal References: <8760v03lc2.fsf@redhat.com> <59DC8FB6.7080604@gmx.at> Date: Tue, 10 Oct 2017 11:35:51 +0200 In-Reply-To: <59DC8FB6.7080604@gmx.at> (martin rudalics's message of "Tue, 10 Oct 2017 11:15:34 +0200") Message-ID: <877ew3z6o8.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) martin rudalics writes: >> In GNU Emacs 25.0.93.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.29) >> of 2016-04-27 built on pdm >> >> follow-scroll-up works the same way as scroll-up instead of scrolling to >> the bottom of the last window in the follow chain. >> >> How to reproduce the bug: >> >> - Run Emacs: emacs -Q >> - Type `C-h t' to display the tutorial. >> - Type `C-x 3' to split the window. >> - Type `M-x follow-mode RET' to switch to follow-mode. >> - Type `C-c . C-v' to invoke follow-scroll-up. >> >> The buffer is scrolled up only to the bottom of the left window (to >> "From now on, ...") instead to the bottom of the right window (to >> "\n>> Do a few C-n's ..."), which is a bug and regression from >> Emacs 24.5. > > I suppose this was only a temporary regression since I cannot observe it > with any of the builds I have here. Please try again with Emacs 25.2 or > Emacs 26. Yes, it seems to work correctly in Emacs 25.3. Regards, Milan From unknown Sat Aug 16 16:16:24 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Milan Zamazal Subject: bug#23399: closed (Re: bug#23399: 25.0.93; follow-scroll-up not working properly) Message-ID: References: <59DCCA46.9060703@gmx.at> <8760v03lc2.fsf@redhat.com> X-Gnu-PR-Message: they-closed 23399 X-Gnu-PR-Package: emacs Reply-To: 23399@debbugs.gnu.org Date: Tue, 10 Oct 2017 13:26:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1507641962-13140-1" This is a multi-part message in MIME format... ------------=_1507641962-13140-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #23399: 25.0.93; follow-scroll-up not working properly which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 23399@debbugs.gnu.org. --=20 23399: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D23399 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1507641962-13140-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 23399-done) by debbugs.gnu.org; 10 Oct 2017 13:25:53 +0000 Received: from localhost ([127.0.0.1]:59422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e1uXh-0003Pa-Hb for submit@debbugs.gnu.org; Tue, 10 Oct 2017 09:25:53 -0400 Received: from mout.gmx.net ([212.227.17.20]:56106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e1uXf-0003PJ-JG for 23399-done@debbugs.gnu.org; Tue, 10 Oct 2017 09:25:52 -0400 Received: from [192.168.1.100] ([46.125.249.32]) by mail.gmx.com (mrgmx102 [212.227.17.168]) with ESMTPSA (Nemesis) id 0Lr46Z-1dP19a3zFL-00edOZ; Tue, 10 Oct 2017 15:25:34 +0200 Message-ID: <59DCCA46.9060703@gmx.at> Date: Tue, 10 Oct 2017 15:25:26 +0200 From: martin rudalics MIME-Version: 1.0 To: Milan Zamazal Subject: Re: bug#23399: 25.0.93; follow-scroll-up not working properly References: <8760v03lc2.fsf@redhat.com> <59DC8FB6.7080604@gmx.at> <877ew3z6o8.fsf@redhat.com> In-Reply-To: <877ew3z6o8.fsf@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:uLN8Yw9Td9tO2Y9/C8M2z0K2wYNpJF9PZNotexw6k8iGeDJ4nQS H9HSwpqcCZEtTqyhnTODj7zAnjy3v2RXsw1/ZX0UEE2UlomnpAvghzR14ae2sXMxKp67z5X vS3eyT2vfpvytPQDglzMU15UGJ2fCS87tMjn05lm6gBQGe+vbeZmxOxrdii7FPSbYMgUOUE aTlyVN4p7PdlN+DPRydwQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:9uqHiaQPvm8=:KFhG3vkHHLpcsth/MR9KDu /JvA+Ye+vy3X8q7fk8NK5WhE+9QJzPUhi/jDhQRdA6PBGIaCjlXHNIeS4H7kjdaWLPaMrrcaU SHtRU1nzypuf7ty5TjK3kMqKMEbiWRWIsSdAt4fEu0GszZhM0njTguNHnjEWJ07HayqjECOou hps4MlKP7O2wUQ5majbwOlfcvji/GjIQ8bzMwjeei8mmbqYXh0YGb2/qoTbkmi4ebvMuBSRCD jo7sLtOwqPrPIZ4eCHasBtkjvupQSt0j+bWX1qddRtCZ5w9yXBk0QDSsBXqppsINYh9HjxEJA jnLakdg8q7z+QvPV5YKTNO1yLVDLSES/8SKBOpkU//d5Rrdrmjx40tEOhzj0YBg0D/4N6J7fS EbE1aEdxzjH/GzOjaJmXKGMXDcxZKYqaXqtQE9tslM997Y9Rgt1j3xjRwCRPjISsYoPhaJ8Nj vA3g6pW1g9pvOMR+9aoW4XqrVfBO3DMrUMwVw29+CqO+xVvf/fXGgZUymi5p5i5MVFBhDYX0e 0fuVK3pQqX1vUDxu3edkfovpybqRRdi2EtkgtfNIkWGgFUEKvBIytb7JqVCaLpIB3ho9ZZmJL P6ot4axWtRIzTKX2z5uOp91oZ1lrCiq0g7k5p7mHuXiShjpVSGROZRvwn/9oXAqG/QJ/90JYo +TdlEFnixx4LRr+O4e5B39sOoutHEK223jU8yjP+PBJqOXxJtCl9SZSLnKxq3WtMfTvrW9Yp3 bVztGwYWIO/8yY0a4dqzOwpqNg7Wx/g+UhubFAg3mSDlQ9jxcPm3SqaXmCnPSmhsUmyNjTMBI Qof5QzgV7GV8LYUIyw2Wm8VERVgJUKaOJSyVOPyts1B52u+2nc= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23399-done Cc: 23399-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) > Yes, it seems to work correctly in Emacs 25.3. Then I close this bug. Thanks, martin ------------=_1507641962-13140-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Apr 2016 15:33:16 +0000 Received: from localhost ([127.0.0.1]:55488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awAPr-0006s2-CQ for submit@debbugs.gnu.org; Fri, 29 Apr 2016 11:33:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aw432-0007WE-Pz for submit@debbugs.gnu.org; Fri, 29 Apr 2016 04:45:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw42s-00082C-Cy for submit@debbugs.gnu.org; Fri, 29 Apr 2016 04:45:11 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:32844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw42s-000823-9r for submit@debbugs.gnu.org; Fri, 29 Apr 2016 04:45:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw42r-0002H9-HV for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 04:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw42n-0007xu-4g for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 04:45:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw42m-0007xk-W6 for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 04:45:01 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 596D678224 for ; Fri, 29 Apr 2016 07:50:23 +0000 (UTC) Received: from pdm (dhcp130-161.brq.redhat.com [10.34.130.161]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3T7oLU0008424 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 29 Apr 2016 03:50:22 -0400 From: Milan Zamazal To: bug-gnu-emacs@gnu.org Subject: 25.0.93; follow-scroll-up not working properly Date: Fri, 29 Apr 2016 09:50:21 +0200 Message-ID: <8760v03lc2.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 29 Apr 2016 11:33:13 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) In GNU Emacs 25.0.93.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.29) of 2016-04-27 built on pdm follow-scroll-up works the same way as scroll-up instead of scrolling to the bottom of the last window in the follow chain. How to reproduce the bug: - Run Emacs: emacs -Q - Type `C-h t' to display the tutorial. - Type `C-x 3' to split the window. - Type `M-x follow-mode RET' to switch to follow-mode. - Type `C-c . C-v' to invoke follow-scroll-up. The buffer is scrolled up only to the bottom of the left window (to "From now on, ...") instead to the bottom of the right window (to "\n>> Do a few C-n's ..."), which is a bug and regression from Emacs 24.5. There is the same bug with follow-scroll-down. ------------=_1507641962-13140-1--