From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#10170: 24.0.91; scroll-conservatively in a c-mode buffer Date: Wed, 07 Dec 2011 19:54:19 +0200 Message-ID: <8339cwb73o.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1323280416 25490 80.91.229.12 (7 Dec 2011 17:53:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Dec 2011 17:53:36 +0000 (UTC) Cc: 10170@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 07 18:53:32 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RYLgQ-0004ms-PZ for geb-bug-gnu-emacs@m.gmane.org; Wed, 07 Dec 2011 18:53:30 +0100 Original-Received: from localhost ([::1]:47871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYLgQ-0004Md-FT for geb-bug-gnu-emacs@m.gmane.org; Wed, 07 Dec 2011 12:53:30 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:40244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYLgJ-0004MY-Js for bug-gnu-emacs@gnu.org; Wed, 07 Dec 2011 12:53:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYLgE-0000Rh-1m for bug-gnu-emacs@gnu.org; Wed, 07 Dec 2011 12:53:23 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYLgD-0000Rd-VF for bug-gnu-emacs@gnu.org; Wed, 07 Dec 2011 12:53:18 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RYLgv-0000TA-Me for bug-gnu-emacs@gnu.org; Wed, 07 Dec 2011 12:54:01 -0500 X-Loop: help-debbugs@gnu.org 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: Original-Received: via spool by 10170-submit@debbugs.gnu.org id=B10170.13232803911692 (code B ref 10170); Wed, 07 Dec 2011 17:54:01 +0000 Original-Received: (at 10170) by debbugs.gnu.org; 7 Dec 2011 17:53:11 +0000 Original-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 Original-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 Original-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) Original-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) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 07 Dec 2011 12:54:01 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:54785 Archived-At: > 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.