From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: Allowing point to be outside the window? Date: Sat, 4 Dec 2021 14:14:27 +0100 Message-ID: References: <83pmqkwi6r.fsf@gnu.org> <87v90c5su6.fsf@yahoo.com> <83o864wg2a.fsf@gnu.org> <87ilwb68ck.fsf@yahoo.com> <83zgpnunfo.fsf@gnu.org> <87fsrf3xmd.fsf@yahoo.com> <83y257ulfp.fsf@gnu.org> <8735ne4e0e.fsf@yahoo.com> <87czmcvcs1.fsf@yahoo.com> <87k0gkjzj3.fsf@dick> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="84Jo5bCMwLhy519H" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18395"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 04 14:17:09 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 1mtUua-0004Zu-Ru for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Dec 2021 14:17:08 +0100 Original-Received: from localhost ([::1]:57060 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mtUuY-0006Xu-Oa for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Dec 2021 08:17:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49944) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtUs5-00053L-Fz for emacs-devel@gnu.org; Sat, 04 Dec 2021 08:14:33 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:34872) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtUs3-0003T9-Qj for emacs-devel@gnu.org; Sat, 04 Dec 2021 08:14:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=T0VDSaQeWS4ag+4WiK+VAfQw0QtfiLDvP3zpY93+95s=; b=ClMFMiCLoJwcaP88h/qX/q41XQ yNtlQNG51/xSQGJWurqGonyRpnXdMPaVr9PHlYKuRQJfH0f+Ct6vPAqUScX5RGKQOU28P6BxIErdH L4O45IVttIj/zjFUWOxck3JBL6VElsPYs+tp3jqxkevbYlqUqxthMF/nsp9Bp01WGvUqUb0gOaSRR e3j1odfjHpyoDL6UjdqYfrN+c8yTSBchpAJn0PvMc28aWqNztgF8xx8tKG7AGmpmEa9mIqcN/Pnsk jOTWl2o3wOCsxs5xxK//Oz/uSfbJbh5gkk7/ViF9Ma1nfBMjX2kPkBTxHVQDecsBmAygIdUaui7ML FjWG2v5A==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1mtUrz-0006Ej-G0 for emacs-devel@gnu.org; Sat, 04 Dec 2021 14:14:27 +0100 Content-Disposition: inline In-Reply-To: <87k0gkjzj3.fsf@dick> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:280916 Archived-At: --84Jo5bCMwLhy519H Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 04, 2021 at 08:00:16AM -0500, dick wrote: > PL> + if (!keep_point_visible > PL> + && (!w->cursor_visible_p > PL> + || w->cursor.vpos =3D=3D -1) > PL> + && w->phys_cursor_on_p) >=20 > The display code is already rife [...] > [...] FUD [...] > [...] I can't oppose it [...] You can oppose, as anyone else. Have you considered working your tone? Perhaps your opposition might be taken more seriously, then. Cheers --=20 t --84Jo5bCMwLhy519H Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCYatprQAKCRAFyCz1etHa RhVNAJ48wHnW2e3ozZV7YWYAU6Cu1NHNRgCeLHsCt/8mEDfjD4Up8639kdyzDmc= =Bzgg -----END PGP SIGNATURE----- --84Jo5bCMwLhy519H--