unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [ELPA] New package: vdiff
@ 2017-05-17 12:12 Justin Burkett
  2017-05-19  6:19 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Justin Burkett @ 2017-05-17 12:12 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

Hi all,

I'm submitting my package vdiff.el to be added to ELPA. This is the first
time I've added to ELPA, so please let me know if I missed (or can improve)
something. A while back, Stefan asked me to do this, but I got sidetracked
with work and forgot about it. Sorry Stefan.

Intro to vdiff

vdiff is a diff tool for Emacs that is made to behave like vimdiff, meaning
diff
information is displayed in buffers as you edit them. There are commands for
cycling through the hunks detected by =diff= and applying changes from one
buffer to the other. The main features are

  1. Synchronized scrolling of the buffers with lines matching between the
two
  2. Commands to transmit (send/receive) hunks between buffers
  3. Automatic folding of lines that are unchanged in both buffers
  4. Commands to jump easily between hunks
  5. Everything done through overlays, meaning vdiff doesn't alter the
actual
     text in the buffer (unless you are transmit changes of course)
  6. Unlike ediff, remain in buffers instead of having to use a third
"control
     buffer"
  7. Hydra from abo_abo's package to simplify navigation and moving changes.

I tried to follow the ELPA readme and pushed it as a subtree to the branch
scratch/add-vdiff.

Thanks,
Justin Burkett

[-- Attachment #2: Type: text/html, Size: 1603 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-20 14:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17 12:12 [ELPA] New package: vdiff Justin Burkett
2017-05-19  6:19 ` Thien-Thi Nguyen
2017-05-20 14:56   ` raman

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).