* Tracking changes
@ 2003-06-25 8:04 Joakim Hove
2003-06-25 14:13 ` Benjamin Rutt
2003-06-25 18:15 ` Stefan Monnier
0 siblings, 2 replies; 3+ messages in thread
From: Joakim Hove @ 2003-06-25 8:04 UTC (permalink / raw)
Hello,
I wondered if there was a mode in emacs which allowed the tracking of
changes, i.e. consider the following text:
"Bob has a red car"
Now, it turns out that Bob has bought a new car, which is blue, and
the text must be updated accordingly. What I would like was some mode
which retained (a marked up/highlighted version of) the old text, "red"
in this case, and also highlighted/marked up the new version to
indicate that it was new:
"Bob has a _red_ *blue* car"
I know of the ediff-compare-** commands, which are very good, but for
now I would like the possibility to keep everything in one document.
Any suggestions?
--
Joakim Hove / hove@bccs.no / (55 5) 84076
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Tracking changes
2003-06-25 8:04 Tracking changes Joakim Hove
@ 2003-06-25 14:13 ` Benjamin Rutt
2003-06-25 18:15 ` Stefan Monnier
1 sibling, 0 replies; 3+ messages in thread
From: Benjamin Rutt @ 2003-06-25 14:13 UTC (permalink / raw)
Joakim Hove <hove@bccs.no> writes:
> Hello,
>
> I wondered if there was a mode in emacs which allowed the tracking of
> changes, i.e. consider the following text:
>
> "Bob has a red car"
>
> Now, it turns out that Bob has bought a new car, which is blue, and
> the text must be updated accordingly. What I would like was some mode
> which retained (a marked up/highlighted version of) the old text, "red"
> in this case, and also highlighted/marked up the new version to
> indicate that it was new:
See M-x highlight-changes-mode, which will only work until you kill
the buffer.
Otherwise, if you want across-editing-sessions change tracking, you
could turn on numeric incremental backups and then use diff, but that
doesn't meet your "all in one file" requirement.
--
Benjamin
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Tracking changes
2003-06-25 8:04 Tracking changes Joakim Hove
2003-06-25 14:13 ` Benjamin Rutt
@ 2003-06-25 18:15 ` Stefan Monnier
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2003-06-25 18:15 UTC (permalink / raw)
> "Bob has a _red_ *blue* car"
Take a look at manued.el.
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-06-25 18:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-25 8:04 Tracking changes Joakim Hove
2003-06-25 14:13 ` Benjamin Rutt
2003-06-25 18:15 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.