From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: The unwarranted scrolling assumption Date: Sat, 19 Jun 2010 20:07:20 +0200 Message-ID: References: <87ocfcj7r4.fsf@mail.jurta.org> <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> <83aaqrgnke.fsf@gnu.org> <83631fglky.fsf@gnu.org> <831vc3gg5y.fsf@gnu.org> <83wrtugau7.fsf@gnu.org> 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 1276970877 18753 80.91.229.12 (19 Jun 2010 18:07:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Jun 2010 18:07:57 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 19 20:07:55 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 1OQ2SN-00043W-Ou for ged-emacs-devel@m.gmane.org; Sat, 19 Jun 2010 20:07:52 +0200 Original-Received: from localhost ([127.0.0.1]:53011 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQ2SM-00070j-TJ for ged-emacs-devel@m.gmane.org; Sat, 19 Jun 2010 14:07:50 -0400 Original-Received: from [140.186.70.92] (port=41812 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQ2SG-0006yj-02 for emacs-devel@gnu.org; Sat, 19 Jun 2010 14:07:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQ2SE-0007fg-AH for emacs-devel@gnu.org; Sat, 19 Jun 2010 14:07:43 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:44724) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQ2SE-0007fX-6h; Sat, 19 Jun 2010 14:07:42 -0400 Original-Received: by gwj23 with SMTP id 23so1791431gwj.0 for ; Sat, 19 Jun 2010 11:07:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=UdVTNM3RukbWpcu5Dbzzyk5iLndFa/eSyX7knP/L80U=; b=fmjDfhhawcClueNyBfB58iewzAsVgch1qfxAh5WTLkXzYNXqFhGJjTJxoLUPty0dZ+ FmBHYDljCVtn9Md+HlY6wQzMZIO++L231wLr4kHNEVyvDdgyDIFdn+/mlMRWIiJLYXGu IwpyrrRSsclCR5IMNFAasYyjoAVfIRq6MtEsg= 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=Yd4HuBLyoriTeobaX1FDBJZV5nyHBSo6SLoRB85xW+mabofygxjZPYUDVAn+9nfpLQ Vpv0CjZK/RTMv4Msd/WrBhd/oU4J5S9j+eW82XAyyRQ5Ep/rAHMhODHUXVm5W1Gce/j8 C7rQV1omCNKNfRBcQPMn4cFHG4H+hHtPYs0/U= Original-Received: by 10.100.246.4 with SMTP id t4mr2171344anh.138.1276970861151; Sat, 19 Jun 2010 11:07:41 -0700 (PDT) Original-Received: by 10.100.154.15 with HTTP; Sat, 19 Jun 2010 11:07:20 -0700 (PDT) In-Reply-To: <83wrtugau7.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:126240 Archived-At: On Sat, Jun 19, 2010 at 8:02 PM, Eli Zaretskii wrote: >> From: Lennart Borgman >> Date: Sat, 19 Jun 2010 19:21:10 +0200 >> Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org >> >> Yes, exactly. > > Thanks. =C2=A0I cannot reproduce the problem, with the current trunk: I g= et > a 1-line scroll, not recentering. So new the visual-line-mode problem is fixed. Very good indeed. But the original problem with "jumping scrolling" is of course still there.