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: Allowing point to be outside the window? Date: Wed, 08 Dec 2021 16:26:38 +0200 Message-ID: <83ilvzw4td.fsf@gnu.org> References: <87ilwd7zaq.fsf.ref@yahoo.com> <87ilwd7zaq.fsf@yahoo.com> <83bl24yaed.fsf@gnu.org> <87sfvg7l51.fsf@yahoo.com> <87r1az6bpy.fsf@yahoo.com> <87ee6nx42p.fsf@ankarstrom.se> <834k7jxo33.fsf@gnu.org> <87zgpbi5ma.fsf@ankarstrom.se> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11549"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: John =?utf-8?Q?Ankarstr=C3=B6m?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 08 15:28:31 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 1muxvr-0002lP-0U for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Dec 2021 15:28:31 +0100 Original-Received: from localhost ([::1]:45532 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1muxvp-00048Q-8J for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Dec 2021 09:28:29 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36500) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muxuL-0002UF-SC for emacs-devel@gnu.org; Wed, 08 Dec 2021 09:26:57 -0500 Original-Received: from [2001:470:142:3::e] (port=60320 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 1muxuL-0002MZ-Ct; Wed, 08 Dec 2021 09:26:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=tLNPgp0N9gsIkQChoRgY50Ry9+vIOGIGTPcf37G6008=; b=EtXPh8Y/dHBGCu9+93LY MWjI2mFTKtyKSEF+ahlNZOKpADm4Vvi4R7FtMiOTF+xvLrHh0LGVsVXmEdegEzESs9bDAS+Xd0WQo c2bP+/ji/2XtP5jRPdFjUbOaHpi+zldF8bSB/ZnHmBlQWQQQtGt26FJwbCBVuii96dvQey7eDA/Rc rWrx/kFp2GsmXDtGbqs1393HcICdRTgsWbn9eSwemBtPt6P1x9MLDfmn4Plx37UxSRmknbOEfGVCz 7+gakH+bip4RG83ryRST3b1+ZOB1CywvVzovUEKo0ispCE61Onnbu5P1DSkqdslHVqA3iic+mN0Z9 4afucULvxQigBg==; Original-Received: from [87.69.77.57] (port=2370 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 1muxuL-0000YN-6Y; Wed, 08 Dec 2021 09:26:57 -0500 In-Reply-To: <87zgpbi5ma.fsf@ankarstrom.se> (message from John =?utf-8?Q?A?= =?utf-8?Q?nkarstr=C3=B6m?= on Wed, 08 Dec 2021 14:33:01 +0100) 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:281357 Archived-At: > From: John Ankarström > Date: Wed, 08 Dec 2021 14:33:01 +0100 > > The alternative is to provide a keyboard-based way to move the point to > the currently viewed portion of the buffer -- like a reverse C-l. > > Come to think of it, that is probably a better solution than limiting > the feature to mouse-based scrolling. I adjust my opinion! I think I agree with your adjusted opinion.