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: Divergence in menu appearance between Emacs Info and standalone Info Date: Tue, 10 Jun 2003 20:24:13 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200306092317.h59NHcG32654@f7.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1055291206 15229 80.91.224.249 (11 Jun 2003 00:26:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2003 00:26:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 11 02:26:43 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19PtRr-0003xA-00 for ; Wed, 11 Jun 2003 02:26:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Ptmb-0002Ij-00 for ; Wed, 11 Jun 2003 02:48:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19PtSP-0002uE-VS for emacs-devel@quimby.gnus.org; Tue, 10 Jun 2003 20:27:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19PtQ4-0002b5-Kr for emacs-devel@gnu.org; Tue, 10 Jun 2003 20:24:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19PtPq-0002L1-0z for emacs-devel@gnu.org; Tue, 10 Jun 2003 20:24:39 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19PtPS-0001tx-4a for emacs-devel@gnu.org; Tue, 10 Jun 2003 20:24:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19PtPR-0006QF-SU; Tue, 10 Jun 2003 20:24:13 -0400 Original-To: karl@freefriends.org (Karl Berry) In-reply-to: <200306092317.h59NHcG32654@f7.net> (karl@freefriends.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15012 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15012 I assume you mean the specific implementation in the .info files (^H^[image src=...^H^]). Ok, I can work on that, although in general info.texi's description of Info format looks quite idiosyncratic to me, being done in the context of writing an Info file by hand (which no one does any more), and/or explaining certain Info user interface commands. So, do you mind if I rewrite it so that there's a clear appendix simply describing the file format? That is ok. I see that the anchor implementation is not mentioned in info.texi either. I'll document that as well. Thanks.