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: master f117b5df4d: Add new functions eol and bol Date: Fri, 19 Aug 2022 17:04:04 +0300 Message-ID: <83r11ce3e3.fsf@gnu.org> References: <166091536530.20326.14174671546998200051@vcs2.savannah.gnu.org> <20220819132245.AE2BBC0088A@vcs2.savannah.gnu.org> <87a680v004.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38453"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 19 16:06:42 2022 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 1oP2e2-0009q7-7A for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Aug 2022 16:06:42 +0200 Original-Received: from localhost ([::1]:48050 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oP2e1-0004ER-B1 for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Aug 2022 10:06:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54024) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oP2bc-0002Pa-UK for emacs-devel@gnu.org; Fri, 19 Aug 2022 10:04:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41578) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oP2bc-0008Cu-Fl; Fri, 19 Aug 2022 10:04:12 -0400 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=H948UBa2zqTw9VEZUzrrF08wjokUQlH+X/3aZ+7X0nE=; b=AAmJu9D+OGJL Ksgfj4iop/mpiaDBzSq21eNtAx+weYtuiAe1TZ+eIn46It0P1x50QDZ6GbhH6hsW0yzAEoJNm2FEa v6ya4ZcbAwsy7QiHWuTq9xxbKV69oPOKLyVQE2WwRYQwPJ7wrlHN8DCZQqZjn9wt9CGChmOePseJs InGjBrBSAL4lHACRc3kkAqbMGZIA6o4SIj1tHRv5/8LzL7ImXRmU954nFQcpvPkJgVz9fPFTxxlPt HbzuymcY97G0gaYT7X0HrUYrjhnXpEdIry7LaJh3YEYrS6non7D6o+YUGuYLkOh9z37oNuwMJowLY XyJzPf9IEsYcrdLy3CUKyw==; Original-Received: from [87.69.77.57] (port=3966 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 1oP2bY-0004fD-8V; Fri, 19 Aug 2022 10:04:10 -0400 In-Reply-To: (message from Stefan Kangas on Fri, 19 Aug 2022 06:55:27 -0700) 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:293640 Archived-At: > From: Stefan Kangas > Date: Fri, 19 Aug 2022 06:55:27 -0700 > > Lars Ingebrigtsen writes: > > > Bikeshed welcome about the names, though. I considered `point-bol', for > > instance, but that's very similar to `point-at-bol' (which is an alias > > for `line-beginning-position'). > > How about `point-bol' (while making `point-at-bol' obsolete to avoid > confusion)? How about position-at-bol or pos-at-bol? (IMO, it's confusing to talk about "point at SOMEWHERE" because that's not how we use the term "point", except in the context of describing point's position.)