[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: modern regexes in emacs
From: |
Mattias Engdegård |
Subject: |
Re: modern regexes in emacs |
Date: |
Tue, 26 Feb 2019 13:00:44 +0100 |
25 feb. 2019 kl. 15.47 skrev Lars Ingebrigtsen <address@hidden>:
>
> I think it would be nice if Emacs had a regexp object. That would allow
> us to extend Emacs in a compatible way somewhat seamlessly over a period
> of time.
Yes. Furthermore, there would be less need to rely on a cache of regexp
compilation objects. Right now these are user-inaccessible; it is not possible
to keep, query or manipulate them. The cache is finite and small, and
occasionally thrashed. Enlarging the cache increases lookup times, and entries
can still be evicted.
Reliably persistent regexp objects make it more viable to use expensive
compilation methods, triggered by use thresholds or on request.
- Re: modern regexes in emacs, (continued)
- Re: modern regexes in emacs, Richard Stallman, 2019/02/25
- Re: modern regexes in emacs, Lars Ingebrigtsen, 2019/02/26
- Re: modern regexes in emacs, Troy Hinckley, 2019/02/26
- Re: modern regexes in emacs, Lars Ingebrigtsen, 2019/02/26
- Re: modern regexes in emacs, Andreas Schwab, 2019/02/26
- Re: modern regexes in emacs, Mattias Engdegård, 2019/02/27
- Re: modern regexes in emacs, Daniel Pittman, 2019/02/27
- Re: modern regexes in emacs, Eli Zaretskii, 2019/02/26
- Re: modern regexes in emacs, Richard Stallman, 2019/02/26
- Re: modern regexes in emacs, Elias Mårtenson, 2019/02/25
- Re: modern regexes in emacs,
Mattias Engdegård <=
- Re: modern regexes in emacs, Perry E. Metzger, 2019/02/15
- Re: modern regexes in emacs, Juri Linkov, 2019/02/17
- Re: modern regexes in emacs, Stefan Monnier, 2019/02/17
- Re: modern regexes in emacs, Clément Pit-Claudel, 2019/02/15
- Re: modern regexes in emacs, Eli Zaretskii, 2019/02/15
- Re: modern regexes in emacs, Clément Pit-Claudel, 2019/02/15
- Re: modern regexes in emacs, Alan Mackenzie, 2019/02/15
- Re: modern regexes in emacs, Eli Zaretskii, 2019/02/15
- Re: modern regexes in emacs, Alan Mackenzie, 2019/02/15
- Re: modern regexes in emacs, Perry E. Metzger, 2019/02/15