From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Redisplay resets vscroll when window start changes Date: Wed, 17 Nov 2021 15:34:41 +0200 Message-ID: <83pmqyzz0u.fsf@gnu.org> References: <87k0h9pp7t.fsf.ref@yahoo.com> <87k0h9pp7t.fsf@yahoo.com> <83r1bhsdsn.fsf@gnu.org> <87tugdnf1x.fsf@yahoo.com> <831r3g2rhe.fsf@gnu.org> <87tugcuuoz.fsf@yahoo.com> <87o86kuuek.fsf@yahoo.com> <83r1bg1ay4.fsf@gnu.org> <87zgq4te32.fsf@yahoo.com> <83mtm41afl.fsf@gnu.org> <875yssufhf.fsf@md5i.com> <8335nw0x6r.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36458"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mwd@md5i.com, luangruo@yahoo.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 17 14:41:30 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnLBp-0009Di-PI for ged-emacs-devel@m.gmane-mx.org; Wed, 17 Nov 2021 14:41:29 +0100 Original-Received: from localhost ([::1]:54354 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mnLBn-0008RI-UZ for ged-emacs-devel@m.gmane-mx.org; Wed, 17 Nov 2021 08:41:27 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36020) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnL5N-0003xr-8A for emacs-devel@gnu.org; Wed, 17 Nov 2021 08:34:50 -0500 Original-Received: from [2001:470:142:3::e] (port=59394 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnL5L-0005KS-II; Wed, 17 Nov 2021 08:34:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=i8zddp7PfDp5LxRw4urgv5J+LCSlVXU70Wa51U8hF1M=; b=fL0KVeWr8Az9 70aUyyFGMwBH6fAGmL7hn3y5GkzEJHfbjLkqBWoCywJqN6hAl/lt3YK2Delly5i1GeuCKYnJPSVJx sxmhhOzn01BYI7ne5EMxf556gLo1aVK3yOsrTjWYvAPSSZ2ZOmjt1kf40uqeHRRz4teS1Li9w813B LpYkz5RXKvdn0dpY6U6e3MRLpa4C2pWEWlzggk8N34vEX3yCoD4+ti45xBHqhhmCSdG4ccep7vse/ 7ReLRwvhNb+tOk8+CsOPZKzphIiDqS+lBAUUQ7gqQ/G/qeUl4cgDgLWYR3z6EjxmJZZy7YvDd/nzZ h+k0tYZSY3nzPSkUjLWQWg==; Original-Received: from [87.69.77.57] (port=2381 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnL5L-0004sG-6s; Wed, 17 Nov 2021 08:34:47 -0500 In-Reply-To: (message from Stefan Monnier on Tue, 16 Nov 2021 22:24:08 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:279630 Archived-At: > From: Stefan Monnier > Cc: Michael Welsh Duggan , luangruo@yahoo.com, > emacs-devel@gnu.org > Date: Tue, 16 Nov 2021 22:24:08 -0500 > > > That it seems to "almost" work is an illusion. > > The flip side is that if it currently doesn't really work anyway, then > while not resetting vscroll might change its brokenness it won't > necessarily make it worse overall. > ;-) It does work (and works quite well, thank you), just not with the use-cases described in this discussion.