From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.xemacs.design,gmane.emacs.devel Subject: Re: INFO on add-ons Date: Thu, 5 Sep 2002 13:37:44 +0000 (UTC) Sender: xemacs-design-admin@xemacs.org Message-ID: References: <3D728E82.8000808@cox.net> <87ptvxxkoj.fsf@tleepslib.sk.tsukuba.ac.jp> <87fzwtxad9.fsf@tleepslib.sk.tsukuba.ac.jp> <3D73F6D1.7010002@cox.net> <874rd7wuos.fsf@tleepslib.sk.tsukuba.ac.jp> <3D74D797.7000707@cox.net> <87bs7etocv.fsf@tleepslib.sk.tsukuba.ac.jp> <8765xlrvu9.fsf@tleepslib.sk.tsukuba.ac.jp> Reply-To: bob@rattlesnake.com NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031232989 13921 127.0.0.1 (5 Sep 2002 13:36:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 13:36:29 +0000 (UTC) Return-path: Original-Received: from gwyn.tux.org ([207.96.1.200]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17mwo5-0003bl-00 for ; Thu, 05 Sep 2002 15:36:25 +0200 Original-Received: from gwyn.tux.org (localhost.localdomain [127.0.0.1]) by gwyn.tux.org (8.9.3/8.9.1) with ESMTP id JAA20850; Thu, 5 Sep 2002 09:38:02 -0400 Original-Received: (from turnbull@localhost) by gwyn.tux.org (8.9.3/8.9.1) id JAA20813 for xemacs-design-mailman@xemacs.org; Thu, 5 Sep 2002 09:37:50 -0400 Original-Received: (from mail@localhost) by gwyn.tux.org (8.9.3/8.9.1) id JAA20809 for turnbull@tux.org; Thu, 5 Sep 2002 09:37:50 -0400 Original-Received: from localhost (megalith.rattlesnake.com [140.186.114.245]) by gwyn.tux.org (8.9.3/8.9.1) with ESMTP id JAA20801 for ; Thu, 5 Sep 2002 09:37:48 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.114) Thu, 5 Sep 2002 13:37:44 +0000 (UTC) Original-To: emacs-devel@gnu.org, xemacs-design@xemacs.org In-Reply-To: <8765xlrvu9.fsf@tleepslib.sk.tsukuba.ac.jp> (stephen@xemacs.org) X-XEmacs-List: design Errors-To: xemacs-design-admin@xemacs.org X-BeenThere: xemacs-design@xemacs.org X-Mailman-Version: 2.0.1 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion of design and features for XEmacs. List-Unsubscribe: , Xref: main.gmane.org gmane.emacs.xemacs.design:1416 gmane.emacs.devel:7538 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7538 "Stephen J. Turnbull" writes: However, I would also want other constraints, ... In particular, nodes would be textually nested in the markup, rather than implicitly via linking commands such as @menu and the optional arguments of @node. I am not sure exactly what you mean. Would an enhancement of `texinfo-show-structure' to enable an outline minor mode or folding do what you want? For example, you can run a Texinfo outline mode using this regexp: (setq outline-regexp (concat "@major\\|" "@chapte\\|" "@chaphe\\|" "@unnumb\\|" "@append\\|" "@section\\|" "@unnumbe\\|" "@appendi\\|" "@appendi\\|" "@heading\\|" "@subsecti\\|" "@unnumber\\|" "@appendix\\|" "@subheadi\\|" "@subsubsect\\|" "@unnumbered\\|" "@appendixsu\\|" "@subsubhead")) but the end of a segment is the beginning of the next heading, so the node and comment lines that preceed the next heading line are included in the previous segment. Currently you can run `texinfo-show-structure', but it does not work well with Outline mode. Would a combination do the job for you? -- Robert J. Chassell bob@rattlesnake.com bob@gnu.org Rattlesnake Enterprises http://www.rattlesnake.com Free Software Foundation http://www.gnu.org GnuPG Key ID: 004B4AC8