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.help Subject: Re: Annoying arrow key scroll behaviour in emacs 27 Date: Thu, 02 Dec 2021 20:27:14 +0200 Message-ID: <835ys6amm5.fsf@gnu.org> References: <8735nefvmc.fsf@web.de> <87tufsl122.fsf@web.de> <83k0goqgfg.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15748"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 02 19:27:53 2021 Return-path: Envelope-to: geh-help-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 1msqoC-0003uK-LK for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 02 Dec 2021 19:27:52 +0100 Original-Received: from localhost ([::1]:38840 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msqoA-0000QI-Kq for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 02 Dec 2021 13:27:50 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59618) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msqno-0000QA-SC for help-gnu-emacs@gnu.org; Thu, 02 Dec 2021 13:27:28 -0500 Original-Received: from [2001:470:142:3::e] (port=56148 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 1msqno-0004m4-7A for help-gnu-emacs@gnu.org; Thu, 02 Dec 2021 13:27:28 -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=OaiQl7Iwl59T70vOE1tqU09wzfWbpFKDjZyhNsuXix4=; b=Ll2i3MLZBnaK GJ8lOuLhZ0tttSXMMiuZgokQ0cmng7w5AhI/oJegkoOSBK8fqgv/HkXDYt0J+QqFkSfsuwz65IfFf RBIjyRLGpYyUVQrlDTQ81AcQYRvPuU9tNmsFw6EGHQVF7OnfXwOGu8x41zKYWEDRXRZAnx7361MBR B4iATH/lP4pO39OCObJuibMiprzVces+aTKHq8kQhMU+pWMaSb0SjXE33CDPbsEMrTchHoqpQqZFk iQnk6aweuvq0JjmgmF55Qym/qYBmq6WupBaa75s+QORT3ry1QRUeqF2llj/7iAQyibk3yYbsmw4YY 8AToFe4ybAmAoX57e8VplA==; Original-Received: from [87.69.77.57] (port=3724 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 1msqnn-0004xF-Sy for help-gnu-emacs@gnu.org; Thu, 02 Dec 2021 13:27:28 -0500 In-Reply-To: (message from Steinar Bang on Thu, 02 Dec 2021 18:21:05 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:134794 Archived-At: > From: Steinar Bang > Date: Thu, 02 Dec 2021 18:21:05 +0100 > > > If you cannot figure this out, just rebind Scroll_Lock 'ignore. > > Hm... like so? > (global-set-key [Scroll_lock] 'ignore) Is it Scroll_lock or something else? The name is important. > I tried that in .emacs. Emacs doesn't fail on start, but it didn't help > either. Emacs started with that setting, still toggles scroll-lock-mode > every time I select the window. Then set debug-on-entry to trigger a debugger when scroll-lock-mode is invoked, and see what does that.