From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: RE: cannot find :enable in Elisp manualindex] Date: Tue, 05 Jun 2007 18:32:39 -0400 Message-ID: References: <200706030000.l5300AV09602@f7.net> <87r6osissn.fsf@jurta.org> <87hcpncmoz.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1181082793 3867 80.91.229.12 (5 Jun 2007 22:33:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2007 22:33:13 +0000 (UTC) Cc: karl@freefriends.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 06 00:33:08 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HvhaM-0001FW-7c for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2007 00:33:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvhaL-0003wA-Q1 for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2007 18:33:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvhaJ-0003vv-76 for emacs-devel@gnu.org; Tue, 05 Jun 2007 18:33:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvhaI-0003vj-QS for emacs-devel@gnu.org; Tue, 05 Jun 2007 18:33:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvhaI-0003vg-KK for emacs-devel@gnu.org; Tue, 05 Jun 2007 18:33:02 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HvhaI-00006V-BK for emacs-devel@gnu.org; Tue, 05 Jun 2007 18:33:02 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HvhZv-0004qe-UP; Tue, 05 Jun 2007 18:32:39 -0400 In-reply-to: <87hcpncmoz.fsf@jurta.org> (message from Juri Linkov on Tue, 05 Jun 2007 02:51:16 +0300) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:72298 Archived-At: Including them in HTML is easy by using HTML semantical markup (elements "div", attributes "class", etc.) The Emacs info mode could easily handle those. I wonder if there is a clean and simple way to implement these features (menus and indices) with valid "ordinary" HTML, and label that valid HTML as "menu" or "index" using `div', so that the Emacs info reader could parse that HTML in a special way so as to handle it as a menu or index.