From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: Have you all gone crazy? Was: On being web-friendly and why =?utf-8?b?aW5mbwltdXN0?= die Date: Sat, 20 Dec 2014 18:05:53 +0000 (UTC) Message-ID: References: <87388bnzha.fsf@newcastle.ac.uk> <87k31mdbhe.fsf@uwakimon.sk.tsukuba.ac.jp> <87tx0qiv45.fsf@fencepost.gnu.org> <87h9wqd3i5.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1419098794 11572 80.91.229.3 (20 Dec 2014 18:06:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2014 18:06:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 20 19:06:28 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y2OQ8-0003zK-Md for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2014 19:06:28 +0100 Original-Received: from localhost ([::1]:35421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2OQ7-000322-NK for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2014 13:06:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2OPp-00031N-Tc for emacs-devel@gnu.org; Sat, 20 Dec 2014 13:06:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y2OPk-0008Rl-IY for emacs-devel@gnu.org; Sat, 20 Dec 2014 13:06:09 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:46906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2OPk-0008Rd-7o for emacs-devel@gnu.org; Sat, 20 Dec 2014 13:06:04 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y2OPi-0003k0-LU for emacs-devel@gnu.org; Sat, 20 Dec 2014 19:06:02 +0100 Original-Received: from 94-21-191-89.pool.digikabel.hu ([94.21.191.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Dec 2014 19:06:02 +0100 Original-Received: from adatgyujto by 94-21-191-89.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Dec 2014 19:06:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.191.89 (Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:180392 Archived-At: Stephen J. Turnbull xemacs.org> writes: > > So what you get with a web-friendly manual is accessibility (though > somewhat degraded) for those who *don't* have the manuals installed > locally. Regarding accessibility the current HTML manuals could also be made more accessible (i.e. work like info). It just involves adding some JS code to the HTML. As a test I took the current emacs HTML manual (for simplicity I used the everything on a single page version, so you may have to wait for it load completely) and added a simple goto feature to it, like the one in info. You can press 'g' and a dialog pops up, you type something, the nodename completions appear and you can press enter to jump to the desired node. You can cancel the dialog with esc, pop it up again by pressing 'g' again, etc. So it works like an interactive local application. Here it is: http://emacstest.byethost12.com/goto.html