GNU bug report logs - #10387
CODE wishlist: search-prop.el

Previous Next

Package: emacs;

Reported by: Jari Aalto <jari.aalto <at> cante.net>

Date: Wed, 28 Dec 2011 08:03:02 UTC

Severity: wishlist

Tags: patch

Found in version 23.3

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10387 in the body.
You can then email your comments to 10387 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Wed, 28 Dec 2011 08:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jari Aalto <jari.aalto <at> cante.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 28 Dec 2011 08:03:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jari Aalto <jari.aalto <at> cante.net>
To: submit <at> debbugs.gnu.org
Cc: mwolson <at> gnu.org
Subject: CODE wishlist: search-prop.el
Date: Wed, 28 Dec 2011 09:59:49 +0200
Package: emacs
Version: 23.3
Severity: wishlist

I come accross functions that might be useful to be included in Emacs:

    http://mwolson.org/static/dist/elisp/search-prop.el

    search-property
    search-property-forward (interactive)
    search-property-backward (interactive)

Jari

-- System Information
Debian Release: wheezy/sid
  APT Prefers testing
  APT policy: (500, testing) (990, unstable)
Architecture: i386
Kernel: Linux cante 3.1.0-1-686-pae #1 SMP Sun Dec 11 20:40:16 UTC 2011 i686 GNU/Linux
Locale: LANG=en_US.UTF-8

-- Versions of packages `emacs depends on'.
Depends:
emacs23         23.3+1-4        GNU Emacs is the extensible self-documenting 
emacs23-lucid   23.3+1-4        GNU Emacs is the extensible self-documenting 
emacs23-nox     23.3+1-4        GNU Emacs is the extensible self-documenting 




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Thu, 12 Apr 2012 20:09:01 GMT) Full text and rfc822 format available.

Message #8 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Jari Aalto <jari.aalto <at> cante.net>
Cc: 10387 <at> debbugs.gnu.org, mwolson <at> gnu.org
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Thu, 12 Apr 2012 22:07:10 +0200
Jari Aalto <jari.aalto <at> cante.net> writes:

> I come accross functions that might be useful to be included in Emacs:
>
>     http://mwolson.org/static/dist/elisp/search-prop.el
>
>     search-property
>     search-property-forward (interactive)
>     search-property-backward (interactive)

I like this.  Gnus uses text properties extensively, and searching for
them using the standard functions (`next-property-change' and friends)
is a hassle.

`search-property' looks like what I have needed in the past.

Would it be OK to install this in Emacs?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Thu, 12 Apr 2012 21:57:02 GMT) Full text and rfc822 format available.

Message #11 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: 10387 <at> debbugs.gnu.org, mwolson <at> gnu.org, Jari Aalto <jari.aalto <at> cante.net>
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Thu, 12 Apr 2012 17:55:16 -0400
> I like this.  Gnus uses text properties extensively, and searching for
> them using the standard functions (`next-property-change' and friends)
> is a hassle.
> `search-property' looks like what I have needed in the past.

text-property-any (and t-p-not-all) seems to do the same, except it only
searches forward.  Is there some other difference I'm missing (other
than the `cycle' which doesn't seem tremendously useful)?


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Fri, 13 Apr 2012 03:31:01 GMT) Full text and rfc822 format available.

Message #14 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Michael Olson <mwolson <at> gnu.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: Lars Magne Ingebrigtsen <larsi <at> gnus.org>, 10387 <at> debbugs.gnu.org,
	Jari Aalto <jari.aalto <at> cante.net>
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Thu, 12 Apr 2012 20:29:13 -0700
[Message part 1 (text/plain, inline)]
On Thu, Apr 12, 2012 at 2:55 PM, Stefan Monnier <monnier <at> iro.umontreal.ca>wrote:

> > I like this.  Gnus uses text properties extensively, and searching for
> > them using the standard functions (`next-property-change' and friends)
> > is a hassle.
> > `search-property' looks like what I have needed in the past.
>
> text-property-any (and t-p-not-all) seems to do the same, except it only
> searches forward.  Is there some other difference I'm missing (other
> than the `cycle' which doesn't seem tremendously useful)?
>

Differences compared to text-property-any:

 - Includes helper functions 'search-property-forward' and
'search-property-backward' which move point and closely match the interface
and behavior of 'search-forward' and 'search-backward'.  (Except for
'count'.)  The interactive use is nice: when you need it, you really need
it.

 - I don't remember what the original use case was for 'cycle'.  Possibly
to emulate the effect of hitting TAB in Emacs Muse to go to the next URL
(behavior that I would remove if I was starting again from scratch).

 - In the initial release of the file to gnu.emacs.sources, I wrote this
blurb.  Maybe there was a related shortcoming in text-property-any at the
time.

Blurb: "It should work perfectly well both in the case where consecutive
characters have the property, and in that where a single character has
the property."

-- 
Michael Olson  |  http://mwolson.org/
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Fri, 13 Apr 2012 13:06:02 GMT) Full text and rfc822 format available.

Message #17 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Michael Olson <mwolson <at> gnu.org>
Cc: Lars Magne Ingebrigtsen <larsi <at> gnus.org>, 10387 <at> debbugs.gnu.org,
	Jari Aalto <jari.aalto <at> cante.net>
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Fri, 13 Apr 2012 09:03:42 -0400
>> > I like this.  Gnus uses text properties extensively, and searching for
>> > them using the standard functions (`next-property-change' and friends)
>> > is a hassle.
>> > `search-property' looks like what I have needed in the past.
>> text-property-any (and t-p-not-all) seems to do the same, except it only
>> searches forward.  Is there some other difference I'm missing (other
>> than the `cycle' which doesn't seem tremendously useful)?
> Differences compared to text-property-any:
>  - Includes helper functions 'search-property-forward' and
>   'search-property-backward' which move point and closely match the
>   interface and behavior of 'search-forward' and 'search-backward'.
>   (Except for 'count'.)  The interactive use is nice: when you need
>   it, you really need it.

I can't remember needing such a thing, but maybe it's just because it
didn't occur to me.

>  - I don't remember what the original use case was for 'cycle'.  Possibly
>    to emulate the effect of hitting TAB in Emacs Muse to go to the next URL
>    (behavior that I would remove if I was starting again from scratch).

I guess the cycle makes sense for interactive use, tho it can be
implemented on top of a non-cycling primitive.

So all in all, I think the main points are:
- search backward.
- UI.
- names with "search" and with direction.
I actually like it, so I suggest to provide new functions
(search-text-property-forward START END PROP VALUE &optional OBJECT NOT-EQ)
and search-text-property-backward, implemented in C and then reimplement
text-property-any and text-property-not-all in Elisp on top of them (and
make them obsolete).


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sat, 23 Nov 2013 17:37:02 GMT) Full text and rfc822 format available.

Message #20 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: 10387 <at> debbugs.gnu.org
Subject: RE: bug#10387: CODE wishlist: search-prop.el
Date: Sat, 23 Nov 2013 09:35:59 -0800 (PST)
I was not aware of this bug thread - just came across it when scanning
the list of patch bugs that Glenn pointed to in emacs-devel today.

I only skimmed this thread, so ignore if my input is not relevant.

I have a library, with almost the same name, isearch-prop.el, which
lets you isearch zones of text having certain text or overlay
properties.

If useful and appropriate, you can add this code or similar to Emacs.
The code is here:
http://www.emacswiki.org/emacs-en/download/isearch-prop.el.

As I wrote in a mail to Juri a while back:

By default, the zones not being searched are dimmed a bit.
`C-M-~' toggles, to search the zones that do *not* have the
particular property values.  For example, with a command such as
`isearchp-imenu-command', which normally searches Emacs-Lisp
command definitions (after putting a property on them),
`C-M-~' makes it search all text other than command definitions.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sat, 23 Nov 2013 23:44:02 GMT) Full text and rfc822 format available.

Message #23 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> jurta.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 10387 <at> debbugs.gnu.org
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 01:34:00 +0200
> I was not aware of this bug thread - just came across it when scanning
> the list of patch bugs that Glenn pointed to in emacs-devel today.
>
> I only skimmed this thread, so ignore if my input is not relevant.

I'm not sure whether this feature request was about low-level
search functions or more user-oriented isearch commands.
Both can be easily implemented by using `isearch-filter-predicate'.

But it seems the request has nothing to do with the text search
and asks for a better replacement of `next-property-change'.
Indeed, such functions could provide a similar interface
(function names and argument names) like in isearch functions
and maybe even reuse some code e.g. wrapping, direction, etc.

One idea is to define `isearch-search-fun-function' in such a way
that it will interpret its argument `string' as the name
of the property to search.  Then new isearch sub-mode
will allow searching by property names.

> By default, the zones not being searched are dimmed a bit.
> `C-M-~' toggles, to search the zones that do *not* have the
> particular property values.  For example, with a command such as
> `isearchp-imenu-command', which normally searches Emacs-Lisp
> command definitions (after putting a property on them),
> `C-M-~' makes it search all text other than command definitions.

`C-M-~' is a strange choice and it can't be typed on tty.
There is a special sub-map for filter commands on `M-s f'.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 00:01:02 GMT) Full text and rfc822 format available.

Message #26 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Juri Linkov <juri <at> jurta.org>
Cc: 10387 <at> debbugs.gnu.org
Subject: RE: bug#10387: CODE wishlist: search-prop.el
Date: Sat, 23 Nov 2013 16:00:31 -0800 (PST)
> > By default, the zones not being searched are dimmed a bit.
> > `C-M-~' toggles, to search the zones that do *not* have the
> > particular property values.  For example, with a command such as
> > `isearchp-imenu-command', which normally searches Emacs-Lisp
> > command definitions (after putting a property on them),
> > `C-M-~' makes it search all text other than command definitions.
> 
> `C-M-~' is a strange choice and it can't be typed on tty.

FWIW -

It can be typed on a tty, as `ESC-C-~'.  Admittedly, not as handy
as `C-M-~'.  But no worse than `M-s f ~' etc.

`~' is mnemonic for complementing/negation in some logic notations.

I use `C-M-~' because that is also the key I use for this in
Icicles search (from which this property-searching was taken).

In Icicles, `C-~' is used to complement the current set of
completion candidates, and `M-~' is used to toggle whether to
abbreviate your home directory using `~'.  And of course `~'
self-inserts.

> There is a special sub-map for filter commands on `M-s f'.

I have no objection, if you would like to put this on `M-s f ~',
for example.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 01:02:02 GMT) Full text and rfc822 format available.

Message #29 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: Juri Linkov <juri <at> jurta.org>, 10387 <at> debbugs.gnu.org
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 02:01:29 +0100
Drew Adams <drew.adams <at> oracle.com> writes:

> It can be typed on a tty, as `ESC-C-~'.

C-~ is the same as C-^.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 01:09:01 GMT) Full text and rfc822 format available.

Message #32 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: Juri Linkov <juri <at> jurta.org>, 10387 <at> debbugs.gnu.org
Subject: RE: bug#10387: CODE wishlist: search-prop.el
Date: Sat, 23 Nov 2013 17:07:55 -0800 (PST)
> > It can be typed on a tty, as `ESC-C-~'.
> 
> C-~ is the same as C-^.

Not for me it's not.

emacs -Q   ; or emacs -Q -nw

;; Visit a file foo.el.
;; C-h k for each.  Both keys are undefined.

M-x global-set-key C-~ forward-char

C-h w forward-char  ; It is not shown as being on C-^
C-h k C-^           ; It is undefined
C-h k C-~           ; It is bound to `forward-char'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 11:37:02 GMT) Full text and rfc822 format available.

Message #35 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 10387 <at> debbugs.gnu.org
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 12:36:28 +0100
Drew Adams <drew.adams <at> oracle.com> writes:

> M-x global-set-key C-~ forward-char

That binds C-^ in -nw.  C-~ isn't a character.

(characterp ?\C-~) => nil

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 16:44:02 GMT) Full text and rfc822 format available.

Message #38 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 10387 <at> debbugs.gnu.org, Andreas Schwab <schwab <at> linux-m68k.org>
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 11:43:32 -0500
> emacs -Q   ; or emacs -Q -nw

The difference is important here.


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 16:52:02 GMT) Full text and rfc822 format available.

Message #41 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: 10387 <at> debbugs.gnu.org
Subject: RE: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 08:51:26 -0800 (PST)
> > M-x global-set-key C-~ forward-char
> 
> That binds C-^ in -nw.  C-~ isn't a character.
> (characterp ?\C-~) => nil

What's your point?

The claim (from Juri) was that `C-M-~' "cannot be typed on tty".

But it can be typed.  And it can be bound to a command.
And typing it invokes the command.  And Emacs recognizes it
as a binding of that command.  And Emacs does not recognize,
just because of that binding, that `C-M-^ is bound to that
command (or is bound at all).

What does this behavior, and the usefulness of this binding,
have to do with the fact that `C-~' or `C-M-~' is not a character?
Or with the fact that `C-^' is a character and `C-~' is not?

In `emacs -Q -nw', `C-down' is bound to `forward-paragraph'.
Yet (characterp [(control down)]) is nil.  So what?  Did those
who defined that default binding for Emacs out of the box make
a mistake?  Was that a no-no?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 16:55:02 GMT) Full text and rfc822 format available.

Message #44 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 10387 <at> debbugs.gnu.org, Andreas Schwab <schwab <at> linux-m68k.org>
Subject: RE: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 08:54:06 -0800 (PST)
> > emacs -Q   ; or emacs -Q -nw
> 
> The difference is important here.

What difference?  And what importance?

Use either one in the recipe.
Same effect wrt using `C-M-~', AFAICT.

`emacs -Q -nw' has the behavior I reported, as does
`emacs -Q'.  (At least on MS Windows.)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 17:05:02 GMT) Full text and rfc822 format available.

Message #47 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 10387 <at> debbugs.gnu.org, schwab <at> linux-m68k.org
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 19:04:10 +0200
> Date: Sun, 24 Nov 2013 08:51:26 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: 10387 <at> debbugs.gnu.org
> 
> > > M-x global-set-key C-~ forward-char
> > 
> > That binds C-^ in -nw.  C-~ isn't a character.
> > (characterp ?\C-~) => nil
> 
> What's your point?
> 
> The claim (from Juri) was that `C-M-~' "cannot be typed on tty".
> 
> But it can be typed.

No, it can't, not on a Unix text terminal.

> And it can be bound to a command.  And typing it invokes the
> command.  And Emacs recognizes it as a binding of that command.

I'm guessing that you tried this on MS-Windows, where C-M-~ and C-~
are indeed usable in a -nw session.  But not on a Unix TTY.  (The
MS-Windows build of Emacs uses Windows-specific method for reading the
keyboard that is very different from character input on a Posix TTY,
and which supports almost every key combination that the GUI session
does.)

> In `emacs -Q -nw', `C-down' is bound to `forward-paragraph'.
> Yet (characterp [(control down)]) is nil.  So what?  Did those
> who defined that default binding for Emacs out of the box make
> a mistake?  Was that a no-no?

I think Unix TTYs can only read those combinations that are
characters.  MS-Windows is different.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 17:07:02 GMT) Full text and rfc822 format available.

Message #50 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 10387 <at> debbugs.gnu.org, schwab <at> linux-m68k.org, monnier <at> iro.umontreal.ca
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 19:06:11 +0200
> Date: Sun, 24 Nov 2013 08:54:06 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: 10387 <at> debbugs.gnu.org, Andreas Schwab <schwab <at> linux-m68k.org>
> 
> > > emacs -Q   ; or emacs -Q -nw
> > 
> > The difference is important here.
> 
> What difference?  And what importance?
> 
> Use either one in the recipe.
> Same effect wrt using `C-M-~', AFAICT.
> 
> `emacs -Q -nw' has the behavior I reported, as does
> `emacs -Q'.  (At least on MS Windows.)
                ^^^^^^^^^^^^^^^^^^^^^^

Actually, _only_ on MS-Windoes.  (Well, on MS-DOS as well, but who
cares?)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 17:18:02 GMT) Full text and rfc822 format available.

Message #53 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 10387 <at> debbugs.gnu.org
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 18:17:09 +0100
Drew Adams <drew.adams <at> oracle.com> writes:

> Yet (characterp [(control down)]) is nil.

Key sequences are never characters.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Sun, 24 Nov 2013 17:50:02 GMT) Full text and rfc822 format available.

Message #56 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Drew Adams <drew.adams <at> oracle.com>
Cc: 10387 <at> debbugs.gnu.org, schwab <at> linux-m68k.org, monnier <at> iro.umontreal.ca
Subject: RE: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 09:49:37 -0800 (PST)
> > > > emacs -Q   ; or emacs -Q -nw
> > >
> > > The difference is important here.
> >
> > What difference?  And what importance?
> > Use either one in the recipe.
> > Same effect wrt using `C-M-~', AFAICT.
> > `emacs -Q -nw' has the behavior I reported, as does
> > `emacs -Q'.  (At least on MS Windows.)
>                 ^^^^^^^^^^^^^^^^^^^^^^
> Actually, _only_ on MS-Windoes.  (Well, on MS-DOS as well,
> but who cares?)

Got it.  Thx.  Perhaps I will change that default binding,
with that knowledge.

At any rate, I was explaining why I chose that key sequence.

Which key to use is not really the point of my post about
`isearch-prop.el'.  The toggle key to use is only a bike shed.
Paint it any color you like.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Mon, 25 Nov 2013 03:21:01 GMT) Full text and rfc822 format available.

Message #59 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 10387 <at> debbugs.gnu.org, schwab <at> linux-m68k.org,
 Drew Adams <drew.adams <at> oracle.com>
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Sun, 24 Nov 2013 22:20:49 -0500
> I think Unix TTYs can only read those combinations that are
> characters.  MS-Windows is different.

Actually, POSIX ttys can transmit "any" key combo, including M-C-~, but
for those combos like C-~ which aren't part of ASCII, they need to use
some ad-hoc escape sequence.  By default xterm has no such ad-hoc
sequence for C-~, so it doesn't work.  You can add such an ad-hoc
sequence to xterm and then add the corresponding back-mapping in
lisp/xterm.el, after which C-~ should work just fine as well.


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Mon, 25 Nov 2013 09:56:03 GMT) Full text and rfc822 format available.

Message #62 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> suse.de>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 10387 <at> debbugs.gnu.org
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Mon, 25 Nov 2013 10:55:38 +0100
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:

> Actually, POSIX ttys can transmit "any" key combo,

Ttys transmit characters, period.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab <at> suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Thu, 25 Feb 2016 06:30:03 GMT) Full text and rfc822 format available.

Message #65 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 10387 <at> debbugs.gnu.org, Michael Olson <mwolson <at> gnu.org>,
 Jari Aalto <jari.aalto <at> cante.net>
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Thu, 25 Feb 2016 16:59:08 +1030
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:

> I actually like it, so I suggest to provide new functions
> (search-text-property-forward START END PROP VALUE &optional OBJECT NOT-EQ)
> and search-text-property-backward, implemented in C and then reimplement
> text-property-any and text-property-not-all in Elisp on top of them (and
> make them obsolete).

Yeah, I think that's a good idea.  I'll probably have a go at it
sometime this year...  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Thu, 25 Feb 2016 14:56:01 GMT) Full text and rfc822 format available.

Message #68 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>, Stefan Monnier
 <monnier <at> iro.umontreal.ca>
Cc: 10387 <at> debbugs.gnu.org, Michael Olson <mwolson <at> gnu.org>,
 Jari Aalto <jari.aalto <at> cante.net>
Subject: RE: bug#10387: CODE wishlist: search-prop.el
Date: Thu, 25 Feb 2016 06:55:13 -0800 (PST)
> > I actually like it, so I suggest to provide new functions
> > (search-text-property-forward START END PROP VALUE &optional
> >                               OBJECT NOT-EQ)
> > and search-text-property-backward, implemented in C and then
> > reimplement text-property-any and text-property-not-all in Elisp
> > on top of them (and make them obsolete).
> 
> Yeah, I think that's a good idea.  I'll probably have a go at it
> sometime this year...  :-)

Maybe see also:
http://www.emacswiki.org/emacs/download/isearch-prop.el




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10387; Package emacs. (Thu, 27 Jun 2019 15:48:01 GMT) Full text and rfc822 format available.

Message #71 received at 10387 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jari Aalto <jari.aalto <at> cante.net>
Cc: 10387 <at> debbugs.gnu.org, mwolson <at> gnu.org
Subject: Re: bug#10387: CODE wishlist: search-prop.el
Date: Thu, 27 Jun 2019 17:47:22 +0200
Lars Magne Ingebrigtsen <larsi <at> gnus.org> writes:

>>     search-property
>>     search-property-forward (interactive)
>>     search-property-backward (interactive)
>
> I like this.  Gnus uses text properties extensively, and searching for
> them using the standard functions (`next-property-change' and friends)
> is a hassle.
>
> `search-property' looks like what I have needed in the past.
>
> Would it be OK to install this in Emacs?

(That was seven years ago.)

Instead I implemented different versions of the same concept in Emacs a
few years back, so I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 10387 <at> debbugs.gnu.org and Jari Aalto <jari.aalto <at> cante.net> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 27 Jun 2019 15:48:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 26 Jul 2019 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 274 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.