From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: Texinfo Mode: node-based movement functions. Date: Mon, 08 Nov 2004 09:47:42 -0500 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099925320 17786 80.91.229.6 (8 Nov 2004 14:48:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Nov 2004 14:48:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 08 15:48:28 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 1CRAom-0002lc-00 for ; Mon, 08 Nov 2004 15:48:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRAx8-00044W-2E for ged-emacs-devel@m.gmane.org; Mon, 08 Nov 2004 09:57:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRAx1-00044M-5C for emacs-devel@gnu.org; Mon, 08 Nov 2004 09:56:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRAx0-00044A-OO for emacs-devel@gnu.org; Mon, 08 Nov 2004 09:56:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRAx0-000447-LK for emacs-devel@gnu.org; Mon, 08 Nov 2004 09:56:58 -0500 Original-Received: from [206.47.199.141] (helo=simmts12-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRAo3-00046m-KA for emacs-devel@gnu.org; Mon, 08 Nov 2004 09:47:43 -0500 Original-Received: from empanada.home ([67.68.218.250]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041108144743.SUIL1580.simmts12-srv.bellnexxia.net@empanada.home>; Mon, 8 Nov 2004 09:47:43 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id ED5C5356BAB; Mon, 8 Nov 2004 09:47:42 -0500 (EST) Original-To: Alan Mackenzie In-Reply-To: (Alan Mackenzie's message of "Sat, 6 Nov 2004 12:40:21 +0000 (GMT)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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:29578 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29578 > In Texinfo Mode we have functions for moving to the beginning and end of > a "page" (i.e. a @chapter) and for narrowing to a @chapter (together with > its @sections). I agree with Richard, that chapter==page i pretty useless and we should use node==page instead. > 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. Why worry about keybindings? Why not just set beginning-of-defun-function (or page-delimiter)? Stefan