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.bugs Subject: bug#42748: 26.3; Should `move-(beginning|end)-of-line' be in the Elisp manual? Date: Sat, 08 Aug 2020 11:25:53 +0300 Message-ID: <837du97dda.fsf@gnu.org> References: <7288bc6b-3b02-4c49-9352-0f5da3a933b0@default> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23415"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 42748-done@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Aug 08 10:27:10 2020 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 1k4KC6-0005yN-8B for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 08 Aug 2020 10:27:10 +0200 Original-Received: from localhost ([::1]:49712 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4KC5-00023p-BJ for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 08 Aug 2020 04:27:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47352) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4KBy-00023M-FM for bug-gnu-emacs@gnu.org; Sat, 08 Aug 2020 04:27:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46477) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k4KBy-000481-6O for bug-gnu-emacs@gnu.org; Sat, 08 Aug 2020 04:27:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k4KBx-0007kA-UP for bug-gnu-emacs@gnu.org; Sat, 08 Aug 2020 04:27:01 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 08 Aug 2020 08:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 42748 X-GNU-PR-Package: emacs Mail-Followup-To: 42748@debbugs.gnu.org, eliz@gnu.org, drew.adams@oracle.com Original-Received: via spool by 42748-done@debbugs.gnu.org id=D42748.159687516629697 (code D ref 42748); Sat, 08 Aug 2020 08:27:01 +0000 Original-Received: (at 42748-done) by debbugs.gnu.org; 8 Aug 2020 08:26:06 +0000 Original-Received: from localhost ([127.0.0.1]:58022 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4KB4-0007iu-75 for submit@debbugs.gnu.org; Sat, 08 Aug 2020 04:26:06 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4KB2-0007iQ-O2 for 42748-done@debbugs.gnu.org; Sat, 08 Aug 2020 04:26:05 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43870) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4KAx-00042s-1a; Sat, 08 Aug 2020 04:25:59 -0400 Original-Received: from [176.228.60.248] (port=2796 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k4KAv-0005a3-TA; Sat, 08 Aug 2020 04:25:58 -0400 In-Reply-To: <7288bc6b-3b02-4c49-9352-0f5da3a933b0@default> (message from Drew Adams on Fri, 7 Aug 2020 09:40:23 -0700 (PDT)) 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" Xref: news.gmane.io gmane.emacs.bugs:184304 Archived-At: > Date: Fri, 7 Aug 2020 09:40:23 -0700 (PDT) > From: Drew Adams > > (elisp) `Text Lines' documents `(beginning|end)-of-line'. It doesn't > document `move-(beginning|end)-of-line'. The Emacs manual documents > the latter and not the former. Is this the best approach, or did the > Elisp manual perhaps just not get updated when `C-a' and `C-e' were > changed to use the `move-*' commands? It looks like Lisp programs use beginning-of-line and end-of-line overwhelmingly more than the move-* counterparts, so it seems like the discrepancy is actually justified. So I'm closing this bug report.