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: Wed, 04 Mar 2015 12:19:17 +0000 Message-ID: <87sidlrm4a.fsf@newcastle.ac.uk> References: <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> <878uff1du7.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 1425471661 27907 80.91.229.3 (4 Mar 2015 12:21:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Mar 2015 12:21:01 +0000 (UTC) Cc: Emacs developers To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 04 13:21:00 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 1YT8IM-0007cr-Bc for ged-emacs-devel@m.gmane.org; Wed, 04 Mar 2015 13:20:58 +0100 Original-Received: from localhost ([::1]:43449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8IL-00037j-7p for ged-emacs-devel@m.gmane.org; Wed, 04 Mar 2015 07:20:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8Hq-00035m-EP for emacs-devel@gnu.org; Wed, 04 Mar 2015 07:20:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YT8Hm-0001Qx-Ec for emacs-devel@gnu.org; Wed, 04 Mar 2015 07:20:26 -0500 Original-Received: from cheviot12.ncl.ac.uk ([128.240.234.12]:58328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8Hm-0001QF-8f for emacs-devel@gnu.org; Wed, 04 Mar 2015 07:20:22 -0500 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot12.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1YT8Hh-0004Ok-9k; Wed, 04 Mar 2015 12:20:17 +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 1YT8Hg-0005cH-V3; Wed, 04 Mar 2015 12:20:16 +0000 In-Reply-To: (Yuri Khan's message of "Tue, 3 Mar 2015 01:12:42 +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.12 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:183634 Archived-At: Yuri Khan writes: > On Mon, Mar 2, 2015 at 11:58 PM, Phillip Lord > wrote: >> Yuri Khan writes: >>> 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. > > That is probably because find-as-you-type is disabled by default and > only invoked explicitly by pressing =E2=80=9C/=E2=80=9D (for any text) or= =E2=80=9C'=E2=80=9D (for > links only). However, if you check Preferences | Advanced | General | > [x] Search for text when I start typing, typing any character > (provided that the page does not preventDefault it) starts search for > the entered character. Any subsequently typed characters append to the > search string and are not noticed by the page. Okay. Not seen that before. org-info uses single keypresses for next/prev, to enable search or occur functionality. What are you seeing, and what you be expecting it to do? I'm not sure how the org-info functionality could NOT conflict with this sort of find-as-you-type functionality. >> The JS is I think developed on org-mode.org. > > (I was hoping that you, as a direct user of org-mode, might forward > the bug report.) I might do so, but I need to understand the bug. I don't at the moment. Phil