From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@newcastle.ac.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: HTML-Info design Date: Mon, 02 Mar 2015 17:58:08 +0000 Message-ID: <878uff1du7.fsf@newcastle.ac.uk> References: <87vbl2xigp.fsf@ferrier.me.uk> <83ioh2nlow.fsf@gnu.org> <87sig6xech.fsf@ferrier.me.uk> <83fvc5ni0u.fsf@gnu.org> <87k31fwwyv.fsf@ferrier.me.uk> <87bnmq9ibf.fsf@ferrier.me.uk> <87lhlrx5fc.fsf@building.gnus.org> <877fxb9821.fsf@ferrier.me.uk> <878uhrg6uu.fsf@building.gnus.org> <871tnj90lt.fsf@ferrier.me.uk> <87mw67elgf.fsf@building.gnus.org> <86bnmn1rwk.fsf@dod.no> <87wq5awwla.fsf@zigzag.favinet> <87d24wtf0o.fsf@zigzag.favinet> <87pp8r1fka.fsf@newcastle.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1425319120 21394 80.91.229.3 (2 Mar 2015 17:58:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 17:58:40 +0000 (UTC) Cc: Emacs developers To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 02 18:58:33 2015 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 1YSUbv-0004iW-3K for ged-emacs-devel@m.gmane.org; Mon, 02 Mar 2015 18:58:31 +0100 Original-Received: from localhost ([::1]:58646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSUbu-0000dU-G1 for ged-emacs-devel@m.gmane.org; Mon, 02 Mar 2015 12:58:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSUbr-0000Zv-F4 for emacs-devel@gnu.org; Mon, 02 Mar 2015 12:58:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSUbZ-0004ir-Jd for emacs-devel@gnu.org; Mon, 02 Mar 2015 12:58:27 -0500 Original-Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:45397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSUbZ-0004im-DW for emacs-devel@gnu.org; Mon, 02 Mar 2015 12:58:09 -0500 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot22.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1YSUbY-00078x-EN; Mon, 02 Mar 2015 17:58:08 +0000 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YSUbY-0001hM-BZ; Mon, 02 Mar 2015 17:58:08 +0000 In-Reply-To: (Yuri Khan's message of "Tue, 3 Mar 2015 00:45:19 +0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.22 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:183578 Archived-At: Yuri Khan writes: >> On the HTML-Info front, I've been playing with documentation from >> org-mode recently. I didn't know this at the time but there is actually >> some Javascript for giving a somewhat Info like experience to HTML >> exported from HTML. >> >> http://orgmode.org/worg/code/org-info-js/ >> >> I've been using it for my own package lentic. The HTML output looks like >> so: >> >> http://homepages.cs.ncl.ac.uk/phillip.lord/lentic/lenticular.html > > I tried it out. The keyboard shortcut handling code misbehaves in > browsers which support =E2=80=9Cfind as you type=E2=80=9D =E2=80=94 in my= case, Firefox. > > Keyboard event handlers need to invoke .preventDefault() on the event > object if they handle it. It works on my firefox to be honest. The JS is I think developed on org-mode.org. I wonder if it could be made to work with different source formats? And whether several different manuals could be linked into a larger whole? Phil