From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: The unwarranted scrolling assumption Date: Sat, 19 Jun 2010 17:16:20 +0300 Message-ID: <834ogzglaj.fsf@gnu.org> References: <87631jvpzg.fsf@gmail.com> <4C18211C.3070106@harpegolden.net> <87vd9j5neu.fsf@kfs-lx.rd.rdm> <83sk4misf2.fsf@gnu.org> <83iq5hiiin.fsf@gnu.org> <83fx0lihov.fsf@gnu.org> <838w6cixma.fsf@gnu.org> <83y6ech1oo.fsf@gnu.org> <83ocf8gx7e.fsf@gnu.org> <83fx0jgxk7.fsf@gnu.org> <83eig3gspa.fsf@gnu.org> <83bpb7gp2g.fsf@gnu.org> <837hlvglvh.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1276957137 11086 80.91.229.12 (19 Jun 2010 14:18:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Jun 2010 14:18:57 +0000 (UTC) Cc: cyd@stupidchicken.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 19 16:18:56 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OPyso-0000H2-J7 for ged-emacs-devel@m.gmane.org; Sat, 19 Jun 2010 16:18:56 +0200 Original-Received: from localhost ([127.0.0.1]:52939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPysl-0001d6-MF for ged-emacs-devel@m.gmane.org; Sat, 19 Jun 2010 10:18:51 -0400 Original-Received: from [140.186.70.92] (port=49108 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPysY-0001UN-6n for emacs-devel@gnu.org; Sat, 19 Jun 2010 10:18:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPysP-0002JZ-Kt for emacs-devel@gnu.org; Sat, 19 Jun 2010 10:18:30 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:64213) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPysP-0002JK-DY for emacs-devel@gnu.org; Sat, 19 Jun 2010 10:18:29 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L4900F00MBONG00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 19 Jun 2010 17:18:24 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.178.198]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L4900ASVMEMA8B0@a-mtaout22.012.net.il>; Sat, 19 Jun 2010 17:18:24 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:126219 Archived-At: > From: Lennart Borgman > Date: Sat, 19 Jun 2010 16:11:16 +0200 > Cc: monnier@iro.umontreal.ca, cyd@stupidchicken.com, emacs-devel@gn= u.org >=20 > > +2010-06-19 =C2=A0Eli Zaretskii =C2=A0 > > + > > + =C2=A0 =C2=A0 =C2=A0 * xdisp.c (try_scrolling): Compute the lim= it for searching point > > + =C2=A0 =C2=A0 =C2=A0 in forward scroll from scroll_max, instead= of an arbitrary limit > > + =C2=A0 =C2=A0 =C2=A0 of 10 screen lines. =C2=A0See >=20 >=20 > Thanks. >=20 > I have no objections or comments to this part. I guess this is good= , > but it is not about the problem with the handling of clip_changed a= nd > I have not looked into it. >=20 > If needed I can do that later. Please try this patch after reverting yours, and see if the problem you were trying to solve is gone.