gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wide-edit.el for gnu emacs?


From: John Wiegley
Subject: Re: wide-edit.el for gnu emacs?
Date: Sat, 23 Jun 2012 16:13:15 -0500
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin)

>>>>> Stefan Monnier <address@hidden> writes:

> Sounds similar to all.el (which is in GNU ELPA).
> If anybody's interested in merging those, that would be very welcome,

all.el, grep.el, compile.el, occur.el, moccur.el, etc., they all fit the same
pattern:

  - Display a list of locations in a buffer, along with description text
    related to that location.

  - The ability to press C-c C-c on a listed location and be taken there.

  - The ability to navigate locations from any buffer, e.g. C-x `.

  - Some have the ability that if the display text for a location is modified,
    that change can be reflected back to the origin and made persistent.

I can see the potential for unifying all of these various modes, into a
hits.el or something.  All we would need is text properties on every line with
sufficient information for traversal and persistence of changes.  Then we
could do away with a lot of duplication (even within core Emacs as it stands
today).

John



reply via email to

[Prev in Thread] Current Thread [Next in Thread]