From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Texinfo Mode: node-based movement functions. Date: Sat, 06 Nov 2004 22:37:30 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099798744 24171 80.91.229.6 (7 Nov 2004 03:39:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Nov 2004 03:39:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 07 04:38:57 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQdtJ-0000Lp-00 for ; Sun, 07 Nov 2004 04:38:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQe1a-0007Wj-SC for ged-emacs-devel@m.gmane.org; Sat, 06 Nov 2004 22:47:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQe1S-0007WE-Lf for emacs-devel@gnu.org; Sat, 06 Nov 2004 22:47:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQe1R-0007Vo-NV for emacs-devel@gnu.org; Sat, 06 Nov 2004 22:47:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQe1R-0007Vl-Jd for emacs-devel@gnu.org; Sat, 06 Nov 2004 22:47:21 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CQdrz-0004Dt-24 for emacs-devel@gnu.org; Sat, 06 Nov 2004 22:37:35 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CQdru-0008Gk-To; Sat, 06 Nov 2004 22:37:31 -0500 Original-To: Alan Mackenzie In-reply-to: (message from Alan Mackenzie on Sat, 6 Nov 2004 12:40:21 +0000 (GMT)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29502 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29502 I think there should also be functions for moving to the beginning and end of an individual @node, and for narrowing to it. "Obviously", a @node in a file.texi is analogous to a defun in a file.el. So the natural key bindings are C-M-a, C-M-e, and C-x n d. I think that smaller constructs such as @defun are comparable to defuns. A node is more comparable to a page. So I think the page commands should be changed to operate on individual nodes, rather than entire chapters. Do others agree?