From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [az@ftc.ru: hl-line-mode conflicts with scroll-margin] Date: Tue, 15 Jun 2004 14:11:35 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87ekoh13h0.fsf@mail.jurta.org> References: <87fz8yt4tb.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087298256 20507 80.91.224.253 (15 Jun 2004 11:17:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2004 11:17:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 15 13:17:28 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BaBwW-0008Dg-00 for ; Tue, 15 Jun 2004 13:17:28 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BaBwW-0007EI-00 for ; Tue, 15 Jun 2004 13:17:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BaBxS-0003lI-JP for emacs-devel@quimby.gnus.org; Tue, 15 Jun 2004 07:18:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BaBxP-0003jt-EN for emacs-devel@gnu.org; Tue, 15 Jun 2004 07:18:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BaBxN-0003ih-9B for emacs-devel@gnu.org; Tue, 15 Jun 2004 07:18:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BaBxN-0003YZ-6L for emacs-devel@gnu.org; Tue, 15 Jun 2004 07:18:21 -0400 Original-Received: from [66.33.219.6] (helo=knife.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BaBwO-0004Iy-QI for emacs-devel@gnu.org; Tue, 15 Jun 2004 07:17:21 -0400 Original-Received: from mail.jurta.org (80-235-43-19-dsl.mus.estpak.ee [80.235.43.19]) by knife.dreamhost.com (Postfix) with ESMTP id 2E0CAE4135; Tue, 15 Jun 2004 04:17:08 -0700 (PDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "15 Jun 2004 12:42:19 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24986 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24986 storm@cua.dk (Kim F. Storm) writes: >> Juri Linkov writes: >> > If scroll-margin is not 0 and font-lock-mode is turned on, i.e. >> > >> > (progn >> > (setq scroll-margin 5) >> > (global-font-lock-mode)) >> > >> > then after moving the cursor down until it reaches the fifth line from >> > the bottom of the window the cursor is placed in the center of the window >> > where it starts jumping forth and back: after 1 second it moves to the >> > end of the line, and after another 1 second moves to the beginning >> > of the following line. >> > >> > This bug can be reproduced on GNU/Linux in Emacs versions starting >> > at least from 21.3. >> >> Ok, try this patch: > > I have installed the patch. It works fine. Thanks. You fix bugs at so high rate that you probably don't need a bug tracker :-) [This is only a half-joke, of course. An issue tracker is definitely needed for long-standing bugs that can't be fixed immediately, in other words, when fixing a bug becomes a serious issue]. -- Juri Linkov http://www.jurta.org/emacs/