emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding refactoring capabilities to Emacs


From: Alexander Adolf
Subject: Re: Adding refactoring capabilities to Emacs
Date: Wed, 06 Sep 2023 15:25:27 +0200

Dmitry Gutov <dmitry@gutov.dev> writes:

> [...]
> I don't know. One issue is that for a multi-file refactoring you would 
> want to see all the changes in one place.

Yes, one would want that indeed.

It would be similar to an indirect buffer, but based on a list of
(buffer . (region-beg region-end)) tuples.

> OTOH, if we were talking about a more compact diff, 'git diff' has a 
> thing called "word diff" which doesn't take up two lines for one change 
> (the modification is shown in-line).

That's the reason I name-dropped visual-regexp; the change is shown
in-line there, too.


  --alexander



reply via email to

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