comparison man/ediff.texi @ 26639:4aad3cb5a850

very minor fixes.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Sun, 28 Nov 1999 18:49:04 +0000
parents 929999669c16
children 54fda0e8528a
comparison
equal deleted inserted replaced
26638:b149d27170f9 26639:4aad3cb5a850
1809 @code{ediff-default-variant}. If its value is @code{default-A} then A's 1809 @code{ediff-default-variant}. If its value is @code{default-A} then A's
1810 region is chosen. If it is @code{default-B} then B's region is chosen. 1810 region is chosen. If it is @code{default-B} then B's region is chosen.
1811 If it is @code{combined} then the region in buffer C will look like 1811 If it is @code{combined} then the region in buffer C will look like
1812 this: 1812 this:
1813 1813
1814 @comment Use @set to avoid triggering merge conflict detectors like CVS.
1815 @set seven-left <<<<<<<
1816 @set seven-right >>>>>>>
1814 @example 1817 @example
1815 <<<<<<< variant A 1818 @value{seven-left} variant A
1816 the difference region from buffer A 1819 the difference region from buffer A
1817 >>>>>>> variant B 1820 @value{seven-right} variant B
1818 the difference region from buffer B 1821 the difference region from buffer B
1819 ####### Ancestor 1822 ####### Ancestor
1820 the difference region from the ancestor buffer, if available 1823 the difference region from the ancestor buffer, if available
1821 ======= end 1824 ======= end
1822 @end example 1825 @end example
1835 buffer) are displayed in the merged region of buffer C. The strings in the 1838 buffer) are displayed in the merged region of buffer C. The strings in the
1836 template determine the text that separates the aforesaid regions. The 1839 template determine the text that separates the aforesaid regions. The
1837 default template is 1840 default template is
1838 1841
1839 @example 1842 @example
1840 ("<<<<<<< variant A" A ">>>>>>> variant B" B "####### Ancestor" Ancestor "======= end") 1843 ("@value{seven-left} variant A" A "@value{seven-right} variant B" B "####### Ancestor" Ancestor "======= end")
1841 @end example 1844 @end example
1842 1845
1843 and the corresponding combined region is shown above. The order in which 1846 and the corresponding combined region is shown above. The order in which
1844 the regions are shown (and the separator strings) can be changed by 1847 the regions are shown (and the separator strings) can be changed by
1845 changing the above template. It is even possible to add or delete region 1848 changing the above template. It is even possible to add or delete region
2227 by emerge.el written by Dale R.@: Worley <drw@@math.mit.edu>. An idea due to 2230 by emerge.el written by Dale R.@: Worley <drw@@math.mit.edu>. An idea due to
2228 Boris Goldowsky <boris@@cs.rochester.edu> made it possible to highlight 2231 Boris Goldowsky <boris@@cs.rochester.edu> made it possible to highlight
2229 fine differences in Ediff buffers. Alastair Burt <burt@@dfki.uni-kl.de> 2232 fine differences in Ediff buffers. Alastair Burt <burt@@dfki.uni-kl.de>
2230 ported Ediff to XEmacs, Eric Freudenthal <freudent@@jan.ultra.nyu.edu> 2233 ported Ediff to XEmacs, Eric Freudenthal <freudent@@jan.ultra.nyu.edu>
2231 made it work with VC, Marc Paquette <marcpa@@cam.org> wrote the 2234 made it work with VC, Marc Paquette <marcpa@@cam.org> wrote the
2232 toolbar support package for Ediff, and Hrvoje Niksic <hniksic@@srce.hr> 2235 toolbar support package for Ediff, and Hrvoje Niksic <hniksic@@xemacs.org>
2233 adapted it to the Emacs customization package. 2236 adapted it to the Emacs customization package.
2234 2237
2235 Many people provided help with bug reports, patches, and advice. 2238 Many people provided help with bug reports, patches, and advice.
2236 Without them, Ediff would not be nearly as useful as it is today. 2239 Without them, Ediff would not be nearly as useful as it is today.
2237 Here is a full list of contributors (I hope I didn't miss anyone): 2240 Here is a full list of contributors (I hope I didn't miss anyone):
2311 Ray Tomlinson (tomlinso@@bbn.com), 2314 Ray Tomlinson (tomlinso@@bbn.com),
2312 Raymond Toy (toy@@rtp.ericsson.se), 2315 Raymond Toy (toy@@rtp.ericsson.se),
2313 Jan Vroonhof (vroonhof@@math.ethz.ch), 2316 Jan Vroonhof (vroonhof@@math.ethz.ch),
2314 Philippe Waroquiers (philippe.waroquiers@@eurocontrol.be), 2317 Philippe Waroquiers (philippe.waroquiers@@eurocontrol.be),
2315 Klaus Weber (gizmo@@zork.north.de), 2318 Klaus Weber (gizmo@@zork.north.de),
2316 Ben Wing (wing@@666.com), 2319 Ben Wing (ben@@xemacs.org),
2317 Ilya Zakharevich (ilya@@math.ohio-state.edu), 2320 Ilya Zakharevich (ilya@@math.ohio-state.edu),
2318 Eli Zaretskii (eliz@@is.elta.co.il) 2321 Eli Zaretskii (eliz@@is.elta.co.il)
2319 @end example 2322 @end example
2320 2323
2321 @node Index, , Credits, Top 2324 @node Index, , Credits, Top