From unknown Sun Jun 22 00:41:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10170: 24.0.91; scroll-conservatively in a c-mode buffer Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 30 Nov 2011 14:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10170 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10170@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13226648644676 (code B ref -1); Wed, 30 Nov 2011 14:55:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Nov 2011 14:54:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVlYG-0001DN-5s for submit@debbugs.gnu.org; Wed, 30 Nov 2011 09:54:24 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVlYE-0001DG-BL for submit@debbugs.gnu.org; Wed, 30 Nov 2011 09:54:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVlY5-0005Tz-5J for submit@debbugs.gnu.org; Wed, 30 Nov 2011 09:54:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:35016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVlY5-0005Tv-3i for submit@debbugs.gnu.org; Wed, 30 Nov 2011 09:54:13 -0500 Received: from eggs.gnu.org ([140.186.70.92]:46052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVlY4-0004m9-5v for bug-gnu-emacs@gnu.org; Wed, 30 Nov 2011 09:54:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVlXy-0005Su-K0 for bug-gnu-emacs@gnu.org; Wed, 30 Nov 2011 09:54:12 -0500 Received: from mail-yw0-f41.google.com ([209.85.213.41]:43984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVlXy-0005S7-HX for bug-gnu-emacs@gnu.org; Wed, 30 Nov 2011 09:54:06 -0500 Received: by ywm14 with SMTP id 14so846459ywm.0 for ; Wed, 30 Nov 2011 06:54:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=if5vwFkpqRXeaLauSB9Fm4xEVEgCvT96/SN6eJMQ1To=; b=bcrdEt9stWMBhskWluc4u9Cu3Dbk2HUrqdnI12vpldqzzOtIsK4abUosqbA6NR79iS vt+Q1kS9iaGxgNld1HyuteFqnPqPHXfHPG23MoFtSnqv1nQRZcSEg6b+GsFAMDYeOEus wM44LA3k3t7/id+/1yBlF4pyJStufxeQYZezI= MIME-Version: 1.0 Received: by 10.236.155.170 with SMTP id j30mr4079470yhk.56.1322664844993; Wed, 30 Nov 2011 06:54:04 -0800 (PST) Received: by 10.236.161.201 with HTTP; Wed, 30 Nov 2011 06:54:04 -0800 (PST) Date: Wed, 30 Nov 2011 15:54:04 +0100 Message-ID: From: Dani Moncayo Content-Type: multipart/mixed; boundary=20cf302d49843e24ea04b2f4e8d7 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.9 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) --20cf302d49843e24ea04b2f4e8d7 Content-Type: text/plain; charset=ISO-8859-1 Recipe from "emacs -Q": 1. Eval: (setq scroll-conservatively 101) 2. Eval: (setq scroll-margin 1) 3. Eval: (custom-set-faces '(mode-line ((t (:box (:line-width 1)))))) 4. Visit the attached file (c-mode should be activated automatically). 5. Type: `C-s p' The point jumps to line "/*p1*/" but an instant later the buffer is scrolled vertically by 1 line. This last scrolling should be avoided, i.e., the buffer should be displayed in the right position without having to correct its location afterwards. In GNU Emacs 24.0.91.1 (i386-mingw-nt5.1.2600) of 2011-11-25 on DANI-PC Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.6) --cflags -fno-omit-frame-pointer' -- Dani Moncayo --20cf302d49843e24ea04b2f4e8d7 Content-Type: text/x-csrc; charset=US-ASCII; name="test.c" Content-Disposition: attachment; filename="test.c" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gvmgcxge0 LyogdGhpcyBpcyBhIHRlc3QgKi8NCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoN Cg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0K DQovKnAxKi8NCg0KDQoNCg0KDQoNCg0KDQoNCg== --20cf302d49843e24ea04b2f4e8d7-- From unknown Sun Jun 22 00:41:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10170: 24.0.91; scroll-conservatively in a c-mode buffer Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 07 Dec 2011 15:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10170 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10170@debbugs.gnu.org Received: via spool by 10170-submit@debbugs.gnu.org id=B10170.132327030713024 (code B ref 10170); Wed, 07 Dec 2011 15:06:02 +0000 Received: (at 10170) by debbugs.gnu.org; 7 Dec 2011 15:05:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYJ3S-0003O1-PT for submit@debbugs.gnu.org; Wed, 07 Dec 2011 10:05:07 -0500 Received: from mail-yx0-f172.google.com ([209.85.213.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYJ3R-0003Nu-2r for 10170@debbugs.gnu.org; Wed, 07 Dec 2011 10:05:06 -0500 Received: by yenm7 with SMTP id m7so537572yen.3 for <10170@debbugs.gnu.org>; Wed, 07 Dec 2011 07:04:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=D4Xa/+eYiwcjBYeSsChAUNgzCUYBXnK9adbl1QJzTH8=; b=GUqvj1uEN7bURf2iJsUl6+yFNW4bE2kprEiACyXE3JmUPcS6BWtaMPofv+5kQlh+Xe /7+hoGC9oZC/Qs5dQDHOc3D8ETlZ8OXZwRaBmXIy+DZUX2N91BNT8iQRNGuKrXH6ID5g BVa9orfJ4k+prVazLzeUMQSP26zM8rST4T2wY= MIME-Version: 1.0 Received: by 10.236.129.140 with SMTP id h12mr20452150yhi.47.1323270260612; Wed, 07 Dec 2011 07:04:20 -0800 (PST) Received: by 10.236.34.231 with HTTP; Wed, 7 Dec 2011 07:04:20 -0800 (PST) In-Reply-To: References: Date: Wed, 7 Dec 2011 16:04:20 +0100 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.7 (---) > 1. Eval: (setq scroll-conservatively 101) > 2. Eval: (setq scroll-margin 1) > 3. Eval: (custom-set-faces '(mode-line ((t (:box (:line-width 1)))))) > 4. Visit the attached file (c-mode should be activated automatically). > 5. Type: `C-s p' > > The point jumps to line "/*p1*/" but an instant later the buffer is > scrolled vertically by 1 line. =A0This last scrolling should be avoided, > i.e., the buffer should be displayed in the right position without > having to correct its location afterwards. Ping. I experience this bug everyday, while editing C files. It would be sad to release Emacs 24 with this bug. --=20 Dani Moncayo From unknown Sun Jun 22 00:41:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10170: 24.0.91; scroll-conservatively in a c-mode buffer Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 07 Dec 2011 17:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10170 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dani Moncayo Cc: 10170@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 10170-submit@debbugs.gnu.org id=B10170.13232803911692 (code B ref 10170); Wed, 07 Dec 2011 17:54:01 +0000 Received: (at 10170) by debbugs.gnu.org; 7 Dec 2011 17:53:11 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYLg7-0000RE-Ft for submit@debbugs.gnu.org; Wed, 07 Dec 2011 12:53:11 -0500 Received: from mtaout21.012.net.il ([80.179.55.169]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYLg5-0000R1-0C for 10170@debbugs.gnu.org; Wed, 07 Dec 2011 12:53:10 -0500 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LVU00D00HJBBS00@a-mtaout21.012.net.il> for 10170@debbugs.gnu.org; Wed, 07 Dec 2011 19:52:20 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.102.185]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LVU00CI9HN42TM0@a-mtaout21.012.net.il>; Wed, 07 Dec 2011 19:52:17 +0200 (IST) Date: Wed, 07 Dec 2011 19:54:19 +0200 From: Eli Zaretskii In-reply-to: Message-id: <8339cwb73o.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: X-Spam-Score: -2.0 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.0 (--) > Date: Wed, 7 Dec 2011 16:04:20 +0100 > From: Dani Moncayo >=20 > > 1. Eval: (setq scroll-conservatively 101) > > 2. Eval: (setq scroll-margin 1) > > 3. Eval: (custom-set-faces '(mode-line ((t (:box (:line-width 1))= )))) > > 4. Visit the attached file (c-mode should be activated automatica= lly). > > 5. Type: `C-s p' > > > > The point jumps to line "/*p1*/" but an instant later the buffer = is > > scrolled vertically by 1 line. =A0This last scrolling should be a= voided, > > i.e., the buffer should be displayed in the right position withou= t > > having to correct its location afterwards. >=20 > Ping. >=20 > I experience this bug everyday, while editing C files. It would be > sad to release Emacs 24 with this bug. Cool down. No one is going to release Emacs 24 any time soon. This bug was reported a few days ago, and it's tricky, so I will need more than a few moments to debug it. I only have enough time to debug tricky bugs on weekends. From unknown Sun Jun 22 00:41:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10170: 24.0.91; scroll-conservatively in a c-mode buffer Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 07 Dec 2011 18:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10170 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 10170@debbugs.gnu.org Received: via spool by 10170-submit@debbugs.gnu.org id=B10170.13232821475360 (code B ref 10170); Wed, 07 Dec 2011 18:23:01 +0000 Received: (at 10170) by debbugs.gnu.org; 7 Dec 2011 18:22:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYM8R-0001OP-Mz for submit@debbugs.gnu.org; Wed, 07 Dec 2011 13:22:27 -0500 Received: from mail-gx0-f172.google.com ([209.85.161.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYM8Q-0001OJ-4v for 10170@debbugs.gnu.org; Wed, 07 Dec 2011 13:22:26 -0500 Received: by ggnk5 with SMTP id k5so893588ggn.3 for <10170@debbugs.gnu.org>; Wed, 07 Dec 2011 10:21:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=6V/frGGgCdamd2aN6Zo9rJpDyBbOTAIXo0qz5glJgcA=; b=JaJeDkNdH2uVNnb8ejNcKAQPpxoprUMwbbHrjXsrcXciGr9njc5qjGI/A1Hl8QfUay dxN8W3d0OavIkSIBhA7/VT0Ln7W+cHa+OHDggNW+NzSUBRvdIRDmE6tV1F0DAmEXqX3M 2rtwqWqYkiwYfT6zN59Pw63EiBHKsPTeG6oo0= MIME-Version: 1.0 Received: by 10.101.92.12 with SMTP id u12mr3563873anl.169.1323282101109; Wed, 07 Dec 2011 10:21:41 -0800 (PST) Received: by 10.236.34.231 with HTTP; Wed, 7 Dec 2011 10:21:40 -0800 (PST) In-Reply-To: <8339cwb73o.fsf@gnu.org> References: <8339cwb73o.fsf@gnu.org> Date: Wed, 7 Dec 2011 19:21:40 +0100 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.7 (---) > Cool down. =A0No one is going to release Emacs 24 any time soon. =A0This > bug was reported a few days ago, and it's tricky, so I will need more > than a few moments to debug it. =A0I only have enough time to debug > tricky bugs on weekends. Ok Eli. Take your time. --=20 Dani Moncayo From unknown Sun Jun 22 00:41:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Dani Moncayo Subject: bug#10170: closed (Re: bug#10170: 24.0.91; scroll-conservatively in a c-mode buffer) Message-ID: References: <83liqlmvsb.fsf@gnu.org> X-Gnu-PR-Message: they-closed 10170 X-Gnu-PR-Package: emacs Reply-To: 10170@debbugs.gnu.org Date: Fri, 09 Dec 2011 18:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1323456242-30131-1" This is a multi-part message in MIME format... ------------=_1323456242-30131-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #10170: 24.0.91; scroll-conservatively in a c-mode buffer 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 10170@debbugs.gnu.org. --=20 10170: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10170 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1323456242-30131-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 10170-done) by debbugs.gnu.org; 9 Dec 2011 18:43:28 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZ5Ps-0007ow-5U for submit@debbugs.gnu.org; Fri, 09 Dec 2011 13:43:28 -0500 Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZ5Pp-0007om-UK for 10170-done@debbugs.gnu.org; Fri, 09 Dec 2011 13:43:27 -0500 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LVY0070096XBM00@a-mtaout22.012.net.il> for 10170-done@debbugs.gnu.org; Fri, 09 Dec 2011 20:42:28 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.156.225]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LVY00E349ARRX94@a-mtaout22.012.net.il>; Fri, 09 Dec 2011 20:42:28 +0200 (IST) Date: Fri, 09 Dec 2011 20:42:28 +0200 From: Eli Zaretskii Subject: Re: bug#10170: 24.0.91; scroll-conservatively in a c-mode buffer In-reply-to: To: Dani Moncayo Message-id: <83liqlmvsb.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 10170-done Cc: 10170-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.1 (--) > Date: Wed, 7 Dec 2011 16:04:20 +0100 > From: Dani Moncayo >=20 > > 1. Eval: (setq scroll-conservatively 101) > > 2. Eval: (setq scroll-margin 1) > > 3. Eval: (custom-set-faces '(mode-line ((t (:box (:line-width 1))= )))) > > 4. Visit the attached file (c-mode should be activated automatica= lly). > > 5. Type: `C-s p' > > > > The point jumps to line "/*p1*/" but an instant later the buffer = is > > scrolled vertically by 1 line. =A0This last scrolling should be a= voided, > > i.e., the buffer should be displayed in the right position withou= t > > having to correct its location afterwards. >=20 > Ping. >=20 > I experience this bug everyday, while editing C files. It would be > sad to release Emacs 24 with this bug. Fixed in revision 106644 on the trunk. ------------=_1323456242-30131-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Nov 2011 14:54:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVlYG-0001DN-5s for submit@debbugs.gnu.org; Wed, 30 Nov 2011 09:54:24 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVlYE-0001DG-BL for submit@debbugs.gnu.org; Wed, 30 Nov 2011 09:54:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVlY5-0005Tz-5J for submit@debbugs.gnu.org; Wed, 30 Nov 2011 09:54:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:35016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVlY5-0005Tv-3i for submit@debbugs.gnu.org; Wed, 30 Nov 2011 09:54:13 -0500 Received: from eggs.gnu.org ([140.186.70.92]:46052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVlY4-0004m9-5v for bug-gnu-emacs@gnu.org; Wed, 30 Nov 2011 09:54:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVlXy-0005Su-K0 for bug-gnu-emacs@gnu.org; Wed, 30 Nov 2011 09:54:12 -0500 Received: from mail-yw0-f41.google.com ([209.85.213.41]:43984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVlXy-0005S7-HX for bug-gnu-emacs@gnu.org; Wed, 30 Nov 2011 09:54:06 -0500 Received: by ywm14 with SMTP id 14so846459ywm.0 for ; Wed, 30 Nov 2011 06:54:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=if5vwFkpqRXeaLauSB9Fm4xEVEgCvT96/SN6eJMQ1To=; b=bcrdEt9stWMBhskWluc4u9Cu3Dbk2HUrqdnI12vpldqzzOtIsK4abUosqbA6NR79iS vt+Q1kS9iaGxgNld1HyuteFqnPqPHXfHPG23MoFtSnqv1nQRZcSEg6b+GsFAMDYeOEus wM44LA3k3t7/id+/1yBlF4pyJStufxeQYZezI= MIME-Version: 1.0 Received: by 10.236.155.170 with SMTP id j30mr4079470yhk.56.1322664844993; Wed, 30 Nov 2011 06:54:04 -0800 (PST) Received: by 10.236.161.201 with HTTP; Wed, 30 Nov 2011 06:54:04 -0800 (PST) Date: Wed, 30 Nov 2011 15:54:04 +0100 Message-ID: Subject: 24.0.91; scroll-conservatively in a c-mode buffer From: Dani Moncayo To: bug-gnu-emacs@gnu.org Content-Type: multipart/mixed; boundary=20cf302d49843e24ea04b2f4e8d7 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) --20cf302d49843e24ea04b2f4e8d7 Content-Type: text/plain; charset=ISO-8859-1 Recipe from "emacs -Q": 1. Eval: (setq scroll-conservatively 101) 2. Eval: (setq scroll-margin 1) 3. Eval: (custom-set-faces '(mode-line ((t (:box (:line-width 1)))))) 4. Visit the attached file (c-mode should be activated automatically). 5. Type: `C-s p' The point jumps to line "/*p1*/" but an instant later the buffer is scrolled vertically by 1 line. This last scrolling should be avoided, i.e., the buffer should be displayed in the right position without having to correct its location afterwards. In GNU Emacs 24.0.91.1 (i386-mingw-nt5.1.2600) of 2011-11-25 on DANI-PC Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.6) --cflags -fno-omit-frame-pointer' -- Dani Moncayo --20cf302d49843e24ea04b2f4e8d7 Content-Type: text/x-csrc; charset=US-ASCII; name="test.c" Content-Disposition: attachment; filename="test.c" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gvmgcxge0 LyogdGhpcyBpcyBhIHRlc3QgKi8NCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoN Cg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0K DQovKnAxKi8NCg0KDQoNCg0KDQoNCg0KDQoNCg== --20cf302d49843e24ea04b2f4e8d7-- ------------=_1323456242-30131-1--