From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: RE: cannot find :enable in Elispmanualindex] Date: Tue, 05 Jun 2007 20:50:47 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181092343 28865 80.91.229.12 (6 Jun 2007 01:12:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2007 01:12:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 06 03:12:21 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 1Hvk4P-0002lu-Oo for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2007 03:12:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hvk4P-0002tm-5O for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2007 21:12:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hvk4L-0002qs-Hr for emacs-devel@gnu.org; Tue, 05 Jun 2007 21:12:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hvk4J-0002nM-Mu for emacs-devel@gnu.org; Tue, 05 Jun 2007 21:12:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hvk4J-0002n0-G0 for emacs-devel@gnu.org; Tue, 05 Jun 2007 21:12:11 -0400 Original-Received: from tomts5.bellnexxia.net ([209.226.175.25] helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hvk4J-0008AR-1I for emacs-devel@gnu.org; Tue, 05 Jun 2007 21:12:11 -0400 Original-Received: from ceviche.home ([70.55.144.218]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070606005047.LSVD23861.tomts5-srv.bellnexxia.net@ceviche.home> for ; Tue, 5 Jun 2007 20:50:47 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 2AAD4B4C2B; Tue, 5 Jun 2007 20:50:47 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Sun\, 3 Jun 2007 16\:55\:02 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:72307 Archived-At: > You make a more general point, however. Things such as index lookup via `i' > would have no HTML counterpart (or, rather, one might need to be developed). > ECMAscript? (ugh!) HTML doesn't care about key-bindings, so it's not clear what you mean. But HTML does include notions for special links to "the next page" or "the index page". It's rarely used if ever, and very few browsers support them usefully (i.e. better than by just ignoring them), but still: HTML supports it just fine, it's only browsers which don't. Stefan