From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Spencer Baugh Newsgroups: gmane.emacs.bugs Subject: bug#64993: 29.1; scroll-other-window breaks global-hl-line-sticky-flag Date: Tue, 01 Aug 2023 13:46:26 -0400 Message-ID: References: <83h6pi21xu.fsf@gnu.org> <83cz061z1d.fsf@gnu.org> <83a5va1xxj.fsf@gnu.org> <838rau1x37.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8237"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: 64993@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 01 19:47:53 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1qQtTN-0001wl-J8 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 01 Aug 2023 19:47:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qQtSZ-000189-UP; Tue, 01 Aug 2023 13:47:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQtSY-00017y-CW for bug-gnu-emacs@gnu.org; Tue, 01 Aug 2023 13:47:02 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qQtSY-00076X-3r for bug-gnu-emacs@gnu.org; Tue, 01 Aug 2023 13:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qQtSX-0005UE-NL for bug-gnu-emacs@gnu.org; Tue, 01 Aug 2023 13:47:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Spencer Baugh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 01 Aug 2023 17:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64993 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 64993-submit@debbugs.gnu.org id=B64993.169091199521055 (code B ref 64993); Tue, 01 Aug 2023 17:47:01 +0000 Original-Received: (at 64993) by debbugs.gnu.org; 1 Aug 2023 17:46:35 +0000 Original-Received: from localhost ([127.0.0.1]:48292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQtS7-0005TX-8y for submit@debbugs.gnu.org; Tue, 01 Aug 2023 13:46:35 -0400 Original-Received: from mxout5.mail.janestreet.com ([64.215.233.18]:37633) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQtS4-0005TF-Q5 for 64993@debbugs.gnu.org; Tue, 01 Aug 2023 13:46:33 -0400 In-Reply-To: <838rau1x37.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 01 Aug 2023 20:39:08 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:266468 Archived-At: Eli Zaretskii writes: >> From: Spencer Baugh >> Cc: 64993@debbugs.gnu.org >> Date: Tue, 01 Aug 2023 13:32:55 -0400 >> >> Arguing about this is rather pointless since I assume you would accept a >> patch which fixes the behavior to work even if point moves in a >> non-current buffer. > > I'm not sure I will, because I'm not sure I agree that the current > behavior is incorrect. I understand that you don't like it, but > that's all. Fine, can we ask an actual user of this feature whether they think this is a bug or not? Would that convince you that there's a bug here? Or what else would convince you? Again, this behavior directly contradicts the docstring, and only vaguely is allowed by the docstring of a random internal function that you presumably had to read the source to find.