diff options
| author | Michael Kifer | 2001-02-12 08:47:13 +0000 |
|---|---|---|
| committer | Michael Kifer | 2001-02-12 08:47:13 +0000 |
| commit | 513bea4565326a6b68e580dd3dc215bfe0bcde98 (patch) | |
| tree | 05e9081d0c4e53903a5cbc448bc725cf47400f7e /man | |
| parent | 36fd8e1761464aa3a557cf9cc70bf91f8331c4db (diff) | |
| download | emacs-513bea4565326a6b68e580dd3dc215bfe0bcde98.tar.gz emacs-513bea4565326a6b68e580dd3dc215bfe0bcde98.zip | |
2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
for remote files.
(ediff-coding-system-for-read): replaced the no-conversion default
with raw-text.
* ediff-init.el: Removed :version from defcustom vars.
* ediff-util.el (ediff-compute-custom-diffs-maybe): Better
handling of the diff mode
* ediff.texi: Added ediff-coding-system-for-read.
* viper.texi: typos
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 6 | ||||
| -rw-r--r-- | man/ediff.texi | 11 | ||||
| -rw-r--r-- | man/viper.texi | 6 |
3 files changed, 20 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 578645409f7..d19845e071d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu> | ||
| 2 | |||
| 3 | * viper.texi: Fixed typos. | ||
| 4 | |||
| 5 | * ediff.texi: Added ediff-coding-system-for-read. | ||
| 6 | |||
| 1 | 2001-02-11 ShengHuo ZHU <zsh@cs.rochester.edu> | 7 | 2001-02-11 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 2 | 8 | ||
| 3 | * gnus.texi (Pterodactyl Gnus): Added. | 9 | * gnus.texi (Pterodactyl Gnus): Added. |
diff --git a/man/ediff.texi b/man/ediff.texi index 384e3e8ee1c..ce8ed1d14d0 100644 --- a/man/ediff.texi +++ b/man/ediff.texi | |||
| @@ -1725,6 +1725,17 @@ such as @samp{-w} that ignore certain kinds of changes. However, | |||
| 1725 | Ediff does not let you use the option @samp{-c}, as it doesn't recognize this | 1725 | Ediff does not let you use the option @samp{-c}, as it doesn't recognize this |
| 1726 | format yet. | 1726 | format yet. |
| 1727 | 1727 | ||
| 1728 | @item ediff-coding-system-for-read | ||
| 1729 | @itemx ediff-coding-system-for-read | ||
| 1730 | @vindex ediff-coding-system-for-read | ||
| 1731 | This variable specifies the coding system to use when reading the output | ||
| 1732 | that the programs @code{diff3} and @code{diff} send to Emacs. The default | ||
| 1733 | is @code{raw-text}, and this should work fine in Unix and in most | ||
| 1734 | cases under Windows NT/95/98/2000. There are @code{diff} programs | ||
| 1735 | for which the default option doesn't work under Windows. In such cases, | ||
| 1736 | @code{raw-text-dos} might work. If not, you will have to experiment with | ||
| 1737 | other coding systems or use GNU diff. | ||
| 1738 | |||
| 1728 | @item ediff-patch-program | 1739 | @item ediff-patch-program |
| 1729 | The program to use to apply patches. Since there are certain | 1740 | The program to use to apply patches. Since there are certain |
| 1730 | incompatibilities between the different versions of the patch program, the | 1741 | incompatibilities between the different versions of the patch program, the |
diff --git a/man/viper.texi b/man/viper.texi index e391b144c92..b62f1e097e3 100644 --- a/man/viper.texi +++ b/man/viper.texi | |||
| @@ -559,7 +559,7 @@ function instead. | |||
| 559 | 559 | ||
| 560 | Viper uses @key{ESC} as a switch between Insert and Vi states. Emacs uses | 560 | Viper uses @key{ESC} as a switch between Insert and Vi states. Emacs uses |
| 561 | @key{ESC} for Meta. The Meta key is very important in Emacs since many | 561 | @key{ESC} for Meta. The Meta key is very important in Emacs since many |
| 562 | finctions are accessible only via that key as @kbd{M-x function-name}. | 562 | functions are accessible only via that key as @kbd{M-x function-name}. |
| 563 | Therefore, we need to simulate it somehow. In Viper's Vi, Insert, and | 563 | Therefore, we need to simulate it somehow. In Viper's Vi, Insert, and |
| 564 | Replace states, the meta key is set to be @kbd{C-\}. Thus, to get | 564 | Replace states, the meta key is set to be @kbd{C-\}. Thus, to get |
| 565 | @kbd{M-x}, you should type @kbd{C-\ x} (if the keyboard has no Meta key). | 565 | @kbd{M-x}, you should type @kbd{C-\ x} (if the keyboard has no Meta key). |
| @@ -679,7 +679,7 @@ Having found the appropriate command, it can be then executed by typing | |||
| 679 | 679 | ||
| 680 | To avoid confusing the beginner (at Viper level 1 and 2), Viper makes only the | 680 | To avoid confusing the beginner (at Viper level 1 and 2), Viper makes only the |
| 681 | standard Vi keys available in Insert state. The implication is that | 681 | standard Vi keys available in Insert state. The implication is that |
| 682 | Emacs major modes cannot be used Insert state. | 682 | Emacs major modes cannot be used in Insert state. |
| 683 | It is strongly recommended that as soon as you are comfortable, make the | 683 | It is strongly recommended that as soon as you are comfortable, make the |
| 684 | Emacs state bindings visible (by changing your user level to 3 or higher). | 684 | Emacs state bindings visible (by changing your user level to 3 or higher). |
| 685 | @xref{Customization}, | 685 | @xref{Customization}, |
| @@ -4449,7 +4449,7 @@ lindstro@@biostat.wisc.edu (Mary Lindstrom), | |||
| 4449 | minakaji@@osaka.email.ne.jp (Mikio Nakajima), | 4449 | minakaji@@osaka.email.ne.jp (Mikio Nakajima), |
| 4450 | Mark.Bordas@@East.Sun.COM (Mark Bordas), | 4450 | Mark.Bordas@@East.Sun.COM (Mark Bordas), |
| 4451 | meyering@@comco.com (Jim Meyering), | 4451 | meyering@@comco.com (Jim Meyering), |
| 4452 | mrb@@Eng.Sun.COM (Martin Buchholz), | 4452 | martin@@xemacs.org (Martin Buchholz), |
| 4453 | mveiga@@dit.upm.es (Marcelino Veiga Tuimil), | 4453 | mveiga@@dit.upm.es (Marcelino Veiga Tuimil), |
| 4454 | paulk@@summit.esg.apertus.com (Paul Keusemann), | 4454 | paulk@@summit.esg.apertus.com (Paul Keusemann), |
| 4455 | pfister@@cs.sunysb.edu (Hanspeter Pfister), | 4455 | pfister@@cs.sunysb.edu (Hanspeter Pfister), |