From: Drew Adams <drew.adams@oracle.com>
To: Eli Zaretskii <eliz@gnu.org>, Drew Adams <drew.adams@oracle.com>
Cc: 34150@debbugs.gnu.org
Subject: bug#34150: 26.1; Document filtering with `isearch-filter-predicate' in Elisp manual
Date: Mon, 21 Jan 2019 15:10:09 -0800 (PST) [thread overview]
Message-ID: <41cc72fc-ee87-4164-b7f8-982435ccb453@default> (raw)
In-Reply-To: <<83ef95al1s.fsf@gnu.org>>
> > > This is not a user-level facility, so the user perspective is not
> > > relevant.
> >
> > The "user perspective" is always relevant for Emacs.
> > We are all users.
> >
> > Searching is a user-level facility. If a search
> > imposes/provides filtering, that certainly affects
> > user-visible behavior. Users should understand
> > that behavior.
> >
> > Anyone imposing such filtering on users should
> > consider its effects on users, including the
> > considerations raised by this bug report. That
> > starts with making the behavior and consequences
> > clear to filter implementors.
>
> All true, but the filtering itself is not on the user level: the
> _results_ of the filtering are. So the behavior on the user level
> should be described and understood by users in higher-level terms.
Correct. It should be.
But those who implement filter predicates also need
to be aware of the behavior, and to think in user
terms, in order to think of documenting it for their
users.
I know, speaking as one such implementor. When the
resulting filtering behavior does not have an obvious
explanation without understanding something about
filtering, an explanation for users is called for.
> For example, with the default filtering, the behavior should be
> described in terms of searching inside invisible text, not in terms of
> filtering out some of the hits; the latter is just the implementation,
> not the user-level behavior.
Uh, no, aside from Isearch being able to "open" hidden
text containing matches - which is something else again,
use of such filtering by Isearch is not about searching
inside INvisible text. It's about filtering out some
of what would otherwise be considered search hits.
Aside from the exceptional behavior of being able to
"open" invisible text, search with filtering is about
search visible, not invisible, text.
Not to mention that users can, themselves, add filters
to exclude searchable text. (With my Isearch+ code
they can even do that on the fly, interactively.)
Thinking in terms of filtering, excluding possible
matches is entirely appropriate at the user level.
It's akin to narrowing a set of completion candidates
by progressively imposing additional match constraints.
And even for completion there are two possibilities
of filtering candidates: before matching user input
or afterward. There are specific advantages to each.
And yes, when one or the other is employed (or both)
it can be important for users to know this, as it can
affect not only what they see but how they choose to
interact with the completion UI.
The grain of truth in what you say is that in some
cases users need not be aware of _some_ filtering
that goes on.
And even in those cases the possibility of their
ignorance can depend on the kind of matching
employed. See my example of regexp matching within
a rectangle - no such problem for simple string
matching.
For simple, non-regexp searching users generally
need not think in terms of (1) searching the whole
buffer for matches and then (2) excluding matches
that extend beyond the visible text.
In that case a user-level description wouldn't
need to mention filtering at all. Not so for the
regexp-search case, however. Users need some
description/explanation to provide them a conceptual
model that explains the behavior they'll run into.
> Therefore, the details of how filtering of matches works, and how to
> write a filter, is not user-level information.
Certainly user-visible behavior should be described
to users in user terms, not implementation terms.
The implementation is irrelevant to them (unless
they dig into Lisp during interaction).
But a user description here must cover what I said,
one way or another. They need to know why their
regexp of .* does not find a match in the visible
text, when they can see a match for it.
Their conceptual model of what's happening, what's
going on, needs to make this clear to them. It need
_not_ be in terms that mirror the implementation.
But it needs to describe/explain the behavior they
see, one way or another.
> If you re-read what
> you wrote above, you will see that your arguments are all consistent
> with what I said, they don;'t contradict that in any way.
Dunno what expected contradictions you want me to
look for. I would like to see doc that makes users
aware of the behavior they run into. Today that's
not the case.
And a separation of programmer-level from user-level
doc does not preclude making programmers themselves
aware of what behavior users need to expect or know
about. If they don't themselves understand the
behavior then they can't manage it well or explain
it to their users.
next parent reply other threads:[~2019-01-21 23:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <<<8c207ca2-39ae-4ec1-acbd-358165964319@default>
[not found] ` <<<83o98a9e2l.fsf@gnu.org>
[not found] ` <<<8c88ff94-e322-4754-b74a-c792512ec277@default>
[not found] ` <<<83h8e1amsu.fsf@gnu.org>
[not found] ` <<208f2037-8fa0-4475-a9cf-b2417613af5c@default>
[not found] ` <<83ef95al1s.fsf@gnu.org>
2019-01-21 23:10 ` Drew Adams [this message]
[not found] <<8c207ca2-39ae-4ec1-acbd-358165964319@default>
[not found] ` <<83o98a9e2l.fsf@gnu.org>
[not found] ` <<8c88ff94-e322-4754-b74a-c792512ec277@default>
[not found] ` <<83h8e1amsu.fsf@gnu.org>
2019-01-21 18:40 ` bug#34150: 26.1; Document filtering with `isearch-filter-predicate' in Elisp manual Drew Adams
2019-01-21 19:05 ` Eli Zaretskii
2019-01-21 0:17 Drew Adams
2019-01-21 16:21 ` Eli Zaretskii
2019-01-21 18:18 ` Drew Adams
2019-01-21 18:27 ` Eli Zaretskii
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41cc72fc-ee87-4164-b7f8-982435ccb453@default \
--to=drew.adams@oracle.com \
--cc=34150@debbugs.gnu.org \
--cc=eliz@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).