From unknown Mon Jun 23 22:03:59 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#8476 <8476@debbugs.gnu.org> To: bug#8476 <8476@debbugs.gnu.org> Subject: Status: 23.2; One-line scrolling & jit-lock (or font-lock) Reply-To: bug#8476 <8476@debbugs.gnu.org> Date: Tue, 24 Jun 2025 05:03:59 +0000 retitle 8476 23.2; One-line scrolling & jit-lock (or font-lock) reassign 8476 emacs submitter 8476 Eli Barzilay severity 8476 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 10:00:36 2011 Received: (at submit) by debbugs.gnu.org; 11 Apr 2011 14:00:37 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9HfQ-0007tw-2u for submit@debbugs.gnu.org; Mon, 11 Apr 2011 10:00:36 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9HfM-0007ti-59 for submit@debbugs.gnu.org; Mon, 11 Apr 2011 10:00:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9HfF-0000Kt-JM for submit@debbugs.gnu.org; Mon, 11 Apr 2011 10:00:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:33099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9HfC-00078b-JF for submit@debbugs.gnu.org; Mon, 11 Apr 2011 10:00:25 -0400 Received: from [140.186.70.92] (port=53708 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9Hep-0003ml-Ss for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2011 10:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Hek-00005u-E6 for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2011 09:59:56 -0400 Received: from winooski.ccs.neu.edu ([129.10.115.117]:46286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Hek-0008Pq-CD for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2011 09:59:54 -0400 Received: from winooski.ccs.neu.edu (localhost.localdomain [127.0.0.1]) by winooski.ccs.neu.edu (8.14.4/8.14.4) with ESMTP id p3BDxinP010323 for ; Mon, 11 Apr 2011 09:59:44 -0400 Received: (from eli@localhost) by winooski.ccs.neu.edu (8.14.4/8.14.4/Submit) id p3BDxi39010319; Mon, 11 Apr 2011 09:59:44 -0400 From: Eli Barzilay MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19875.2383.876530.364315@winooski.ccs.neu.edu> Date: Mon, 11 Apr 2011 09:59:43 -0400 To: bug-gnu-emacs@gnu.org Subject: 23.2; One-line scrolling & jit-lock (or font-lock) X-Mailer: VM 8.1.93a under 23.2.1 (x86_64-redhat-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -6.0 (------) 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: -6.0 (------) Like many others, I've been trying to get Emacs to scroll the display by one line when the cursor goes out of the displayed area. In my settings I have scroll-step 1 scroll-conservatively 10000 scroll-margin 0 I know that in theory only the second is needed, but I still got the recentering behavior. However, this is not consistent -- sometimes it does work, but a buffer that presents the bad behavior usually persists in doing so. I just tried disabling `jit-lock-mode', and to my surprise that made the problem go away, but it also disabled highlighting new text. But if I go through the whole buffer (so it gets the highlights) and then disable it, scrolling works fine. There are some guesses around that its bold font that makes thing too slow, but that doesn't look like the problem given what I see. In GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.21.4) of 2010-07-08 on x86-10.phx2.fedoraproject.org Windowing system distributor `Fedora Project', version 11.0.10904000 configured using `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-optimize-sibling-calls'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: POSIX value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US value of $XMODIFIERS: @im=none locale-coding-system: iso-latin-1-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: whitespace-mode: t desktop-save-mode: t cua-mode: t display-time-mode: t minibuffer-electric-default-mode: t tooltip-mode: t mouse-wheel-mode: t global-font-lock-mode: t font-lock-mode: t auto-encryption-mode: t auto-compression-mode: t temp-buffer-resize-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Features: (shadow mailalias vm-reply vm-rfaddons vm-menu vm-window vm-toolbar vm-folder vm-mime vm-undo vm-virtual vm-summary-faces vm-summary vm-mouse vm-page vm-motion vm-minibuf vm-message vm-misc vm-macro vm-autoloads vm-version vm-vars vm emacsbug debug apropos find-func jka-compr w32-vars cal-menu calendar cal-loaddefs gnus-score score-mode gnus-async nntp gnus-sum nnoo gnus-group gnus-undo nnmail mail-source format-spec gnus-start gnus-spec gnus-int gnus-range message idna byte-opt sendmail ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev gmm-utils mailheader canlock sha1 sha1-el hex-util hashcash gnus-win gnus gnus-ems nnheader gnus-util netrc time-date mail-utils mm-util mail-prsvr completion complete cus-edit cus-start cus-load wid-edit longlines mode-compile-kill mode-compile cl cl-19 bytecomp byte-compile compile comint ring pp help-mode easymenu view multi-isearch vc-git whitespace regexp-opt desktop filladapt scroll-in-place cua-base time minibuf-eldef paren mic-paren uniquify advice help-fns advice-preload disp-table tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 10:25:20 2011 Received: (at 8476) by debbugs.gnu.org; 11 Apr 2011 14:25:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9I3M-0008Rz-JQ for submit@debbugs.gnu.org; Mon, 11 Apr 2011 10:25:20 -0400 Received: from mail-yx0-f172.google.com ([209.85.213.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9I3K-0008Ro-L7 for 8476@debbugs.gnu.org; Mon, 11 Apr 2011 10:25:19 -0400 Received: by yxk30 with SMTP id 30so2161275yxk.3 for <8476@debbugs.gnu.org>; Mon, 11 Apr 2011 07:25:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=PefuwlN5/kmMXGDcKkUO1EvlxQepzB+DE24Xn7BarCg=; b=l7+uMaMqj+GS14LtwPL2BiD01m6ACZfQ/eHQ7pocvg3Tdjz2rEnSk3if+LfwmuqAwB ONiy9z+U+HRmOKCnywZAmMWjWHJj7hDM85wozIK9NhP+5oiyd7o6qprZtVBMPgUSaf7p kLdPUIDWSksneHGWICXfHeNMyqn/elUHnoT74= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Pr4HLTfedPO3A/cvbHHUonNEAAc0wJdsS9RSMMbq6MQ2lt9/Osx5TYcxfokUfYi6+J kAUKVvQ/edry7hS1abR2cSycIPdlFGKwfcb8I7YupAZLgf4BaNvlCgNhrp67t9J8aNbd 5tvRxUFxM2aVot7FJ+XfzrFW2yviJYGKo01xI= Received: by 10.236.185.129 with SMTP id u1mr6407660yhm.409.1302531913116; Mon, 11 Apr 2011 07:25:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.182.17 with HTTP; Mon, 11 Apr 2011 07:24:33 -0700 (PDT) In-Reply-To: <19875.2383.876530.364315@winooski.ccs.neu.edu> References: <19875.2383.876530.364315@winooski.ccs.neu.edu> From: Juanma Barranquero Date: Mon, 11 Apr 2011 16:24:33 +0200 Message-ID: Subject: Re: bug#8476: 23.2; One-line scrolling & jit-lock (or font-lock) To: Eli Barzilay Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 8476 Cc: 8476@debbugs.gnu.org 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.3 (---) On Mon, Apr 11, 2011 at 15:59, Eli Barzilay wrote: > Like many others, I've been trying to get Emacs to scroll the display > by one line when the cursor goes out of the displayed area. We are legion. > In my > settings I have > > =C2=A0scroll-step 1 > =C2=A0scroll-conservatively 10000 > =C2=A0scroll-margin 0 > > I know that in theory only the second is needed, but I still got the > recentering behavior. Have you tried setting `redisplay-dont-pause' to t? That could help. =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 10:28:14 2011 Received: (at 8476) by debbugs.gnu.org; 11 Apr 2011 14:28:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9I69-0008WM-OG for submit@debbugs.gnu.org; Mon, 11 Apr 2011 10:28:14 -0400 Received: from winooski.ccs.neu.edu ([129.10.115.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9I68-0008WC-EH for 8476@debbugs.gnu.org; Mon, 11 Apr 2011 10:28:13 -0400 Received: from winooski.ccs.neu.edu (localhost.localdomain [127.0.0.1]) by winooski.ccs.neu.edu (8.14.4/8.14.4) with ESMTP id p3BES624011832; Mon, 11 Apr 2011 10:28:06 -0400 Received: (from eli@localhost) by winooski.ccs.neu.edu (8.14.4/8.14.4/Submit) id p3BES6EX011828; Mon, 11 Apr 2011 10:28:06 -0400 From: Eli Barzilay MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <19875.4086.593672.566483@winooski.ccs.neu.edu> Date: Mon, 11 Apr 2011 10:28:06 -0400 To: Juanma Barranquero Subject: Re: bug#8476: 23.2; One-line scrolling & jit-lock (or font-lock) In-Reply-To: References: <19875.2383.876530.364315@winooski.ccs.neu.edu> X-Mailer: VM 8.1.93a under 23.2.1 (x86_64-redhat-linux-gnu) X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: 8476 Cc: 8476@debbugs.gnu.org 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.9 (---) Three minutes ago, Juanma Barranquero wrote: > On Mon, Apr 11, 2011 at 15:59, Eli Barzilay wrote:= >=20 > > Like many others, I've been trying to get Emacs to scroll the > > display by one line when the cursor goes out of the displayed > > area. >=20 > We are legion. (Which is why I'm surprised that this one-line scrolling is still failing...) > > In my > > settings I have > > > > =C2=A0scroll-step 1 > > =C2=A0scroll-conservatively 10000 > > =C2=A0scroll-margin 0 > > > > I know that in theory only the second is needed, but I still got th= e > > recentering behavior. >=20 > Have you tried setting `redisplay-dont-pause' to t=3F That could help= =2E Yeah, I have that too. --=20 ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay= : http://barzilay.org/ Maze is Life= ! From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 10:31:34 2011 Received: (at 8476-done) by debbugs.gnu.org; 11 Apr 2011 14:31:34 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9I9O-00009S-DU for submit@debbugs.gnu.org; Mon, 11 Apr 2011 10:31:34 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9I9L-00009D-OM for 8476-done@debbugs.gnu.org; Mon, 11 Apr 2011 10:31:33 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LJH00E00S5JPX00@a-mtaout20.012.net.il> for 8476-done@debbugs.gnu.org; Mon, 11 Apr 2011 17:31:10 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.31.148]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LJH00ESASBWDL60@a-mtaout20.012.net.il>; Mon, 11 Apr 2011 17:31:10 +0300 (IDT) Date: Mon, 11 Apr 2011 17:29:25 +0300 From: Eli Zaretskii Subject: Re: bug#8476: 23.2; One-line scrolling & jit-lock (or font-lock) In-reply-to: <19875.2383.876530.364315@winooski.ccs.neu.edu> X-012-Sender: halo1@inter.net.il To: Eli Barzilay Message-id: <831v18svy2.fsf@gnu.org> References: <19875.2383.876530.364315@winooski.ccs.neu.edu> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 8476-done Cc: 8476-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.0 (--) > From: Eli Barzilay > Date: Mon, 11 Apr 2011 09:59:43 -0400 > Cc: > > Like many others, I've been trying to get Emacs to scroll the display > by one line when the cursor goes out of the displayed area. In my > settings I have > > scroll-step 1 > scroll-conservatively 10000 > scroll-margin 0 > > I know that in theory only the second is needed, but I still got the > recentering behavior. This has been resolved, I hope for good, in the current development sources. See bug #6671. The problem was that Emacs would always recenter whenever it exhausted all its wits to get to the new position of point from the old one by line-wise movement. However, such recentering is not necessary even in that case, because even if we jump to an entirely new location in the buffer, we can still position point at the last or first screen line. Code to do that was added a couple of weeks ago (on Mar 31, to be exact). If you can upgrade to the development version or to some recent enough snapshot, you should see that problem gone. > I just tried disabling `jit-lock-mode', and to my surprise that made > the problem go away, but it also disabled highlighting new text. JIT Lock is one of the reasons that trigger recentering (because JIT Lock slows down scrolling and makes more probable the situation where redisplay cannot keep up and eventually becomes confused and recenters), but it's not the only one. Displaying complex scripts or fonts will also have that effect (try "C-h H", for example), as will simply leaning on the down arrow on a keyboard with high auto-repeat rate. The root cause was elsewhere, as explained above. I'm closing this bug report. If you do upgrade to Emacs 24 and see recentering, feel free to re-open it. In any case, thank you for your report. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 10:39:58 2011 Received: (at 8476-done) by debbugs.gnu.org; 11 Apr 2011 14:39:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9IHV-0000M8-Qy for submit@debbugs.gnu.org; Mon, 11 Apr 2011 10:39:58 -0400 Received: from winooski.ccs.neu.edu ([129.10.115.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9IHS-0000Lv-Dh for 8476-done@debbugs.gnu.org; Mon, 11 Apr 2011 10:39:55 -0400 Received: from winooski.ccs.neu.edu (localhost.localdomain [127.0.0.1]) by winooski.ccs.neu.edu (8.14.4/8.14.4) with ESMTP id p3BEdn6A014372; Mon, 11 Apr 2011 10:39:49 -0400 Received: (from eli@localhost) by winooski.ccs.neu.edu (8.14.4/8.14.4/Submit) id p3BEdmnD014369; Mon, 11 Apr 2011 10:39:48 -0400 From: Eli Barzilay MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19875.4788.651259.640845@winooski.ccs.neu.edu> Date: Mon, 11 Apr 2011 10:39:48 -0400 To: Eli Zaretskii Subject: Re: bug#8476: 23.2; One-line scrolling & jit-lock (or font-lock) In-Reply-To: <831v18svy2.fsf@gnu.org> References: <19875.2383.876530.364315@winooski.ccs.neu.edu> <831v18svy2.fsf@gnu.org> X-Mailer: VM 8.1.93a under 23.2.1 (x86_64-redhat-linux-gnu) X-Spam-Score: -3.9 (---) X-Debbugs-Envelope-To: 8476-done Cc: 8476-done@debbugs.gnu.org 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.8 (---) 6 minutes ago, Eli Zaretskii wrote: > > From: Eli Barzilay > > Date: Mon, 11 Apr 2011 09:59:43 -0400 > > Cc: > > > > Like many others, I've been trying to get Emacs to scroll the display > > by one line when the cursor goes out of the displayed area. In my > > settings I have > > > > scroll-step 1 > > scroll-conservatively 10000 > > scroll-margin 0 > > > > I know that in theory only the second is needed, but I still got the > > recentering behavior. > > This has been resolved, I hope for good, in the current development > sources. See bug #6671. > [...] > If you can upgrade to the development version or to some recent > enough snapshot, you should see that problem gone. Whew -- I've been trying it of and on for years, so it's nice to know that it's going to work "soon". (I can't really afford using the development version for work...) > > I just tried disabling `jit-lock-mode', and to my surprise that > > made the problem go away, but it also disabled highlighting new > > text. > > JIT Lock is one of the reasons that trigger recentering (because JIT > Lock slows down scrolling and makes more probable the situation > where redisplay cannot keep up and eventually becomes confused and > recenters), but it's not the only one. Displaying complex scripts > or fonts will also have that effect (try "C-h H", for example), as > will simply leaning on the down arrow on a keyboard with high > auto-repeat rate. The root cause was elsewhere, as explained above. (I did try to force highlights and then scroll the same area, assuming that jit-lock wouldn't rework and already fontified portion of the text. In any case, my main point in this was that it wasn't the font issue, which is kind of what I assumed is the problem. But it's good to know that it's all irrelevant now.) > I'm closing this bug report. If you do upgrade to Emacs 24 and see > recentering, feel free to re-open it. No problems -- thanks! -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 11:37:57 2011 Received: (at 8476) by debbugs.gnu.org; 11 Apr 2011 15:37:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9JBd-0001fK-Gy for submit@debbugs.gnu.org; Mon, 11 Apr 2011 11:37:57 -0400 Received: from mail-yi0-f44.google.com ([209.85.218.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9JBa-0001f5-RN; Mon, 11 Apr 2011 11:37:55 -0400 Received: by yic13 with SMTP id 13so2191458yic.3 for ; Mon, 11 Apr 2011 08:37:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=Z7YpP0McBog/UthVtmFXUtYUhVU7TVrGVWc8LVTep70=; b=cgb6VyXTiTuhVxdf48OogcxcsjM70M+rsNw3T9wqUzYmaW3Kwv4DKgZYJpYAwiPC4T Y8DmSALgsLeMc7KjQKqfcSNdCEypbv2w3k8bKLk+pmUsH0rGwJo4tZroAK2nELMZLGXX Dpxmud7wGZlEzPMvu/dxlz8pD21QC9N7/YK5Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=uO4e+MLjthWF/Y6Rjk52u2q7g3Qkj4vjMzvVYHe900StyYdK+N1eZQy203THDmg+15 DVs4iPHj9ObIwNUhZ7nSEK4r/eWg/RbNINpesFWiXvd+kh9MNk4sCFvKFd4IYC8x0dV4 UuPv5f3bSMcHYVk8bXeWnZSHXcvaKEAJAU8Bs= Received: by 10.236.197.104 with SMTP id s68mr7251295yhn.342.1302536269308; Mon, 11 Apr 2011 08:37:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.182.17 with HTTP; Mon, 11 Apr 2011 08:37:08 -0700 (PDT) In-Reply-To: <831v18svy2.fsf@gnu.org> References: <19875.2383.876530.364315@winooski.ccs.neu.edu> <831v18svy2.fsf@gnu.org> From: Juanma Barranquero Date: Mon, 11 Apr 2011 17:37:08 +0200 Message-ID: Subject: Re: bug#8476: 23.2; One-line scrolling & jit-lock (or font-lock) To: Eli Zaretskii , 8476@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 8476 Cc: Eli Barzilay , 8476-done@debbugs.gnu.org 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.3 (---) On Mon, Apr 11, 2011 at 16:29, Eli Zaretskii wrote: > This has been resolved, I hope for good, in the current development > sources. =C2=A0See bug #6671. Oops, sorry, I should've looked at the version number. =C2=A0 =C2=A0 Juanma From unknown Mon Jun 23 22:03:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 10 May 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator