aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMichael Kifer2005-02-19 04:46:24 +0000
committerMichael Kifer2005-02-19 04:46:24 +0000
commit17561e4ffa9a46cf3149cd299cc7e4a5354007b7 (patch)
tree2e54ef22cdc4f99ed116f18f226c27f53c7d86c1 /man
parent91c212f159577c0be32ec8fcc1f8e6a23777ee6d (diff)
downloademacs-17561e4ffa9a46cf3149cd299cc7e4a5354007b7.tar.gz
emacs-17561e4ffa9a46cf3149cd299cc7e4a5354007b7.zip
* ediff.el (ediff-set-diff-overlays-in-one-buffer,
ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure we use the syntax table of the correct buffer. (ediff-same-file-contents,ediff-same-contents): enhancements thanks to Felix Gatzemeier. * ediff-init.el (ediff-hide-face): checks for definedness of functions. (ediff-file-remote-p): make synonymous with file-remote-p. In all deffaces ediff-*-face-*, use min-colors. * ediff-mult.el (ediff-meta-mark-equal-files): make use of ediff-recurse-to-subdirectories. (ediff-mark-if-equal): check that the arguments are strings, use ediff-same-contents (after to Felix Gatzemeier). * ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to nil.
Diffstat (limited to 'man')
-rw-r--r--man/ediff.texi15
1 files changed, 13 insertions, 2 deletions
diff --git a/man/ediff.texi b/man/ediff.texi
index 954efe4e027..318ac9e5c3f 100644
--- a/man/ediff.texi
+++ b/man/ediff.texi
@@ -1106,10 +1106,18 @@ multi-file patch. This is because, in the latter-style sessions, there are
1106many ways to create diff output, and it is easier to handle by running 1106many ways to create diff output, and it is easier to handle by running
1107Ediff on the inactive sessions. 1107Ediff on the inactive sessions.
1108 1108
1109Last, but not least, by typing @kbd{=}, you can quickly find out which 1109Last, but not least, by typing @kbd{==}, you can quickly find out which
1110sessions have identical files, so you won't have to run Ediff on those 1110sessions have identical entries, so you won't have to run Ediff on those
1111sessions. This, however, works only on local, uncompressed files. 1111sessions. This, however, works only on local, uncompressed files.
1112For compressed or remote files, this command won't report anything. 1112For compressed or remote files, this command won't report anything.
1113Likewise, you can use @kbd{=h} to mark sessions with identical entries
1114for hiding or, with @kbd{=m}, for further operations.
1115
1116The comparison operations @kbd{==}, @kbd{=h}, and @kbd{=m} can recurse into
1117subdirectories to see if they have identical contents (so the user will not
1118need to descend into those subdirectories manually). These commands ask the
1119user whether or not to do a recursive descent.
1120
1113 1121
1114 1122
1115@node Remote and Compressed Files, Customization, Session Groups, Top 1123@node Remote and Compressed Files, Customization, Session Groups, Top
@@ -2395,11 +2403,13 @@ Jay Finger (jayf@@microsoft.com),
2395Xavier Fornari (xavier@@europe.cma.fr), 2403Xavier Fornari (xavier@@europe.cma.fr),
2396Eric Freudenthal (freudent@@jan.ultra.nyu.edu), 2404Eric Freudenthal (freudent@@jan.ultra.nyu.edu),
2397Job Ganzevoort (Job.Ganzevoort@@cwi.nl), 2405Job Ganzevoort (Job.Ganzevoort@@cwi.nl),
2406Felix Heinrich Gatzemeier (felix.g@@tzemeier.info),
2398Boris Goldowsky (boris@@cs.rochester.edu), 2407Boris Goldowsky (boris@@cs.rochester.edu),
2399Allan Gottlieb (gottlieb@@allan.ultra.nyu.edu), 2408Allan Gottlieb (gottlieb@@allan.ultra.nyu.edu),
2400Aaron Gross (aaron@@bfr.co.il), 2409Aaron Gross (aaron@@bfr.co.il),
2401Thorbjoern Hansen (thorbjoern.hansen@@mchp.siemens.de), 2410Thorbjoern Hansen (thorbjoern.hansen@@mchp.siemens.de),
2402Marcus Harnisch (marcus_harnisch@@mint-tech.com), 2411Marcus Harnisch (marcus_harnisch@@mint-tech.com),
2412Steven E. Harris (seh@@panix.com),
2403Xiaoli Huang (hxl@@epic.com), 2413Xiaoli Huang (hxl@@epic.com),
2404Andreas Jaeger (aj@@suse.de), 2414Andreas Jaeger (aj@@suse.de),
2405Lars Magne Ingebrigtsen (larsi@@ifi.uio.no), 2415Lars Magne Ingebrigtsen (larsi@@ifi.uio.no),
@@ -2428,6 +2438,7 @@ Chris Murphy (murphycm@@sun.aston.ac.uk),
2428Erik Naggum (erik@@naggum.no), 2438Erik Naggum (erik@@naggum.no),
2429Eyvind Ness (Eyvind.Ness@@hrp.no), 2439Eyvind Ness (Eyvind.Ness@@hrp.no),
2430Ray Nickson (nickson@@cs.uq.oz.au), 2440Ray Nickson (nickson@@cs.uq.oz.au),
2441Dan Nicolaescu (dann@@ics.uci.edu),
2431David Petchey (petchey_david@@jpmorgan.com), 2442David Petchey (petchey_david@@jpmorgan.com),
2432Benjamin Pierce (benjamin.pierce@@cl.cam.ac.uk), 2443Benjamin Pierce (benjamin.pierce@@cl.cam.ac.uk),
2433Francois Pinard (pinard@@iro.umontreal.ca), 2444Francois Pinard (pinard@@iro.umontreal.ca),