all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tsdh@gnu.org>
To: Andrey Kotlarski <m00naticus@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Conkeror-like functionality for EWW
Date: Wed, 05 Nov 2014 13:19:02 +0100	[thread overview]
Message-ID: <87zjc57scp.fsf@thinkpad-t440p.tsdh.org> (raw)
In-Reply-To: <yg1lhnp3li1.fsf@ws-akotlarski.sf.vayant.com> (Andrey Kotlarski's message of "Wed, 05 Nov 2014 14:00:38 +0200")

Andrey Kotlarski <m00naticus@gmail.com> writes:

>> Well, a user might know what he's looking for.  Or do you mean that
>> statement in a more technical sense?
>
> If there are matches further down, they have to be shown somehow so
> user doesn't blindly RET on the first without knowing what it is.
> This interface makes sense only on visible part of page.

Yes, sure.  So matches further down have to be made visible, e.g., by
excluding lines/links that don't match the current input string.  That
is, `f i' might not show the ImageMagick link already but further typing
`f imag' probably does.

>> In the latter case, `helm-occur' does something similar namely
>> dynamically narrowing down a buffer to lines that match a given regex
>> as you type it.  It does that in a separate buffer and prefixes the
>> the matching lines with some metadata (file, line), but I think that
>> should be doable also on the current buffer.
>
> helm-occur is very nice (probably even separate help-eww-links source)
> but it shows just one line context and somewhat restricted way to jump
> directly to particular match if many.  It is good in many cases but
> sufficiently different than the conkeror-style interface to somehow
> combine them.

Agreed.  I just wanted to point out that narrowing down to show only
lines with links that match a given input in a dynamic as-you-type
manner looks feasible.  Of course, it would still be nice to have
conkeror-style numbers and the first matching link selected.

> By the way helm integration is something I'd like to do for the
> eww-lnum-universal command where link/form/button is first selected
> and then number of actions offered.

Yeah, cool.

Bye,
Tassilo



  reply	other threads:[~2014-11-05 12:19 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-10 21:40 Conkeror-like functionality for EWW Andrey Kotlarski
2014-11-03 13:42 ` Ted Zlatanov
2014-11-03 14:07   ` Óscar Fuentes
2014-11-03 14:56     ` Ted Zlatanov
2014-11-03 16:58   ` Andrey Kotlarski
2014-11-03 17:20   ` Lars Magne Ingebrigtsen
2014-11-03 17:49     ` Óscar Fuentes
2014-11-03 17:55     ` Gregor Zattler
2014-11-03 18:29     ` Ted Zlatanov
2014-11-03 19:15       ` Lars Magne Ingebrigtsen
2014-11-03 19:31         ` Ted Zlatanov
2014-11-03 18:49     ` Eric Abrahamsen
2014-11-03 19:20       ` Lars Magne Ingebrigtsen
2014-11-03 20:13         ` Eric Abrahamsen
2014-11-03 21:30           ` Andrey Kotlarski
2014-11-03 23:09             ` Eric Abrahamsen
2014-11-04  3:05         ` Yuri Khan
2014-11-04  8:54     ` Tassilo Horn
2014-11-04 10:12       ` Andrey Kotlarski
2014-11-05 10:18         ` Tassilo Horn
2014-11-05 10:48           ` Andrey Kotlarski
2014-11-05 11:17             ` Tassilo Horn
2014-11-05 12:00               ` Andrey Kotlarski
2014-11-05 12:19                 ` Tassilo Horn [this message]
2014-11-21  1:21             ` Andrey Kotlarski
2014-11-21  7:15               ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zjc57scp.fsf@thinkpad-t440p.tsdh.org \
    --to=tsdh@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=m00naticus@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.