From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Conkeror-like functionality for EWW Date: Fri, 21 Nov 2014 08:15:41 +0100 Message-ID: <87zjbl58iq.fsf@thinkpad-t440p.tsdh.org> References: <87vbtdz513.fsf@gmail.com> <87oasobdtl.fsf@lifelogs.com> <87r3xjz6qf.fsf@thinkpad-t440p.tsdh.org> <87h9ye3q90.fsf@thinkpad-t440p.tsdh.org> <87tx1tgxfu.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416554171 3175 80.91.229.3 (21 Nov 2014 07:16:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2014 07:16:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andrey Kotlarski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 21 08:16:05 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 1XriRo-0000Dq-UT for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2014 08:16:05 +0100 Original-Received: from localhost ([::1]:38751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XriRo-0003w5-GT for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2014 02:16:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XriRf-0003vp-Tv for emacs-devel@gnu.org; Fri, 21 Nov 2014 02:16:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XriRY-0004yE-Q0 for emacs-devel@gnu.org; Fri, 21 Nov 2014 02:15:55 -0500 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XriRY-0004y2-Lt for emacs-devel@gnu.org; Fri, 21 Nov 2014 02:15:48 -0500 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 63A0A20809 for ; Fri, 21 Nov 2014 02:15:48 -0500 (EST) Original-Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Fri, 21 Nov 2014 02:15:48 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=ZB0LTaa+Aza4LSi91DCylT8bAg0=; b=Y8b2z1ox+hMc4jLB67vm rZlSOlkSNhFVgDqm+kZ2qpkyogHJtmYtYFFL41UJxRIb1f8WiUP0lILtnWGM5K1O dr5s+9CSqGjseJunpGHDUFbR25HVJkuKyHRQSHaBn70PJDHB+PtVuM8rtgq2qZGs dUZMLkW+NXxuZzZmRcBFBsk= X-Sasl-enc: 0qijcdQwk7CA0iMRPaugLzY281sazn8DJuRBHou0/i5E 1416554147 Original-Received: from thinkpad-t440p.tsdh.org (unknown [2.163.251.229]) by mail.messagingengine.com (Postfix) with ESMTPA id 329E3C00006; Fri, 21 Nov 2014 02:15:47 -0500 (EST) Mail-Followup-To: Andrey Kotlarski , emacs-devel@gnu.org In-Reply-To: <87tx1tgxfu.fsf@gmail.com> (Andrey Kotlarski's message of "Fri, 21 Nov 2014 03:21:57 +0200") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.28 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:177909 Archived-At: Andrey Kotlarski writes: Hi Andrey, >>> So basically I like the feature a lot but I'd prefer if it operated >>> on the whole page, not only the visible buffer portion. That is, I >>> think it would be ok if the numbers started with 1 at the beginnig >>> of the visible buffer portion but extended to the end of the page so >>> that `f ' has a search-forward behavior without bound. >> >> Problem is user can't refer to something invisible (by number or >> further narrow) unless magical powers. However, in case narrowing >> filters out all visible links, automatic scrolling could happen >> until/if there are matches further down. I'll give it a go these >> days. > > For the record, this has been implemented and also searches backward > in case there are no forward matches. Just tried it out, and it works like a charm. Thanks, Tassilo