From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Recentering on scroll Date: Mon, 27 Oct 2008 01:19:00 -0400 Message-ID: <87d4hm4nuj.fsf@cyd.mit.edu> References: <87bpx85z7d.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225084762 21590 80.91.229.12 (27 Oct 2008 05:19:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2008 05:19:22 +0000 (UTC) Cc: 873-done@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 06:20:24 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KuKWd-0007QF-E4 for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 06:20:24 +0100 Original-Received: from localhost ([127.0.0.1]:44840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuKVW-0008HY-Nh for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 01:19:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuKVL-0008EE-N2 for emacs-devel@gnu.org; Mon, 27 Oct 2008 01:19:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuKVJ-0008DA-Sz for emacs-devel@gnu.org; Mon, 27 Oct 2008 01:19:03 -0400 Original-Received: from [199.232.76.173] (port=41973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuKVJ-0008Cy-Gf for emacs-devel@gnu.org; Mon, 27 Oct 2008 01:19:01 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:41307) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuKVJ-000141-Io for emacs-devel@gnu.org; Mon, 27 Oct 2008 01:19:01 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 9FF3D57E1B7; Mon, 27 Oct 2008 01:19:00 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Mon, 27 Oct 2008 01:57:13 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105029 Archived-At: "Juanma Barranquero" writes: > On Sat, Oct 25, 2008 at 19:03, Chong Yidong wrote: > >> Can anyone reproduce bug#873 (occasional recentering during C-n)? I > > I can still reproduce it on Windows, though the effect's frequency > varies with frame size and font (it seems to happen more often with > DejaVu Sans Mono than Courier New, for example). I managed to reproduce it, and found the bug that (I think) was causing this problem. I've checked in a fix.