diff options
| author | Michael Kifer | 2005-02-19 04:46:24 +0000 |
|---|---|---|
| committer | Michael Kifer | 2005-02-19 04:46:24 +0000 |
| commit | 17561e4ffa9a46cf3149cd299cc7e4a5354007b7 (patch) | |
| tree | 2e54ef22cdc4f99ed116f18f226c27f53c7d86c1 /man | |
| parent | 91c212f159577c0be32ec8fcc1f8e6a23777ee6d (diff) | |
| download | emacs-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.texi | 15 |
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 | |||
| 1106 | many ways to create diff output, and it is easier to handle by running | 1106 | many ways to create diff output, and it is easier to handle by running |
| 1107 | Ediff on the inactive sessions. | 1107 | Ediff on the inactive sessions. |
| 1108 | 1108 | ||
| 1109 | Last, but not least, by typing @kbd{=}, you can quickly find out which | 1109 | Last, but not least, by typing @kbd{==}, you can quickly find out which |
| 1110 | sessions have identical files, so you won't have to run Ediff on those | 1110 | sessions have identical entries, so you won't have to run Ediff on those |
| 1111 | sessions. This, however, works only on local, uncompressed files. | 1111 | sessions. This, however, works only on local, uncompressed files. |
| 1112 | For compressed or remote files, this command won't report anything. | 1112 | For compressed or remote files, this command won't report anything. |
| 1113 | Likewise, you can use @kbd{=h} to mark sessions with identical entries | ||
| 1114 | for hiding or, with @kbd{=m}, for further operations. | ||
| 1115 | |||
| 1116 | The comparison operations @kbd{==}, @kbd{=h}, and @kbd{=m} can recurse into | ||
| 1117 | subdirectories to see if they have identical contents (so the user will not | ||
| 1118 | need to descend into those subdirectories manually). These commands ask the | ||
| 1119 | user 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), | |||
| 2395 | Xavier Fornari (xavier@@europe.cma.fr), | 2403 | Xavier Fornari (xavier@@europe.cma.fr), |
| 2396 | Eric Freudenthal (freudent@@jan.ultra.nyu.edu), | 2404 | Eric Freudenthal (freudent@@jan.ultra.nyu.edu), |
| 2397 | Job Ganzevoort (Job.Ganzevoort@@cwi.nl), | 2405 | Job Ganzevoort (Job.Ganzevoort@@cwi.nl), |
| 2406 | Felix Heinrich Gatzemeier (felix.g@@tzemeier.info), | ||
| 2398 | Boris Goldowsky (boris@@cs.rochester.edu), | 2407 | Boris Goldowsky (boris@@cs.rochester.edu), |
| 2399 | Allan Gottlieb (gottlieb@@allan.ultra.nyu.edu), | 2408 | Allan Gottlieb (gottlieb@@allan.ultra.nyu.edu), |
| 2400 | Aaron Gross (aaron@@bfr.co.il), | 2409 | Aaron Gross (aaron@@bfr.co.il), |
| 2401 | Thorbjoern Hansen (thorbjoern.hansen@@mchp.siemens.de), | 2410 | Thorbjoern Hansen (thorbjoern.hansen@@mchp.siemens.de), |
| 2402 | Marcus Harnisch (marcus_harnisch@@mint-tech.com), | 2411 | Marcus Harnisch (marcus_harnisch@@mint-tech.com), |
| 2412 | Steven E. Harris (seh@@panix.com), | ||
| 2403 | Xiaoli Huang (hxl@@epic.com), | 2413 | Xiaoli Huang (hxl@@epic.com), |
| 2404 | Andreas Jaeger (aj@@suse.de), | 2414 | Andreas Jaeger (aj@@suse.de), |
| 2405 | Lars Magne Ingebrigtsen (larsi@@ifi.uio.no), | 2415 | Lars Magne Ingebrigtsen (larsi@@ifi.uio.no), |
| @@ -2428,6 +2438,7 @@ Chris Murphy (murphycm@@sun.aston.ac.uk), | |||
| 2428 | Erik Naggum (erik@@naggum.no), | 2438 | Erik Naggum (erik@@naggum.no), |
| 2429 | Eyvind Ness (Eyvind.Ness@@hrp.no), | 2439 | Eyvind Ness (Eyvind.Ness@@hrp.no), |
| 2430 | Ray Nickson (nickson@@cs.uq.oz.au), | 2440 | Ray Nickson (nickson@@cs.uq.oz.au), |
| 2441 | Dan Nicolaescu (dann@@ics.uci.edu), | ||
| 2431 | David Petchey (petchey_david@@jpmorgan.com), | 2442 | David Petchey (petchey_david@@jpmorgan.com), |
| 2432 | Benjamin Pierce (benjamin.pierce@@cl.cam.ac.uk), | 2443 | Benjamin Pierce (benjamin.pierce@@cl.cam.ac.uk), |
| 2433 | Francois Pinard (pinard@@iro.umontreal.ca), | 2444 | Francois Pinard (pinard@@iro.umontreal.ca), |