aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMichael Kifer2001-02-12 08:47:13 +0000
committerMichael Kifer2001-02-12 08:47:13 +0000
commit513bea4565326a6b68e580dd3dc215bfe0bcde98 (patch)
tree05e9081d0c4e53903a5cbc448bc725cf47400f7e /man
parent36fd8e1761464aa3a557cf9cc70bf91f8331c4db (diff)
downloademacs-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/ChangeLog6
-rw-r--r--man/ediff.texi11
-rw-r--r--man/viper.texi6
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 @@
12001-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
12001-02-11 ShengHuo ZHU <zsh@cs.rochester.edu> 72001-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,
1725Ediff does not let you use the option @samp{-c}, as it doesn't recognize this 1725Ediff does not let you use the option @samp{-c}, as it doesn't recognize this
1726format yet. 1726format yet.
1727 1727
1728@item ediff-coding-system-for-read
1729@itemx ediff-coding-system-for-read
1730@vindex ediff-coding-system-for-read
1731This variable specifies the coding system to use when reading the output
1732that the programs @code{diff3} and @code{diff} send to Emacs. The default
1733is @code{raw-text}, and this should work fine in Unix and in most
1734cases under Windows NT/95/98/2000. There are @code{diff} programs
1735for 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
1737other coding systems or use GNU diff.
1738
1728@item ediff-patch-program 1739@item ediff-patch-program
1729The program to use to apply patches. Since there are certain 1740The program to use to apply patches. Since there are certain
1730incompatibilities between the different versions of the patch program, the 1741incompatibilities 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
560Viper uses @key{ESC} as a switch between Insert and Vi states. Emacs uses 560Viper 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
562finctions are accessible only via that key as @kbd{M-x function-name}. 562functions are accessible only via that key as @kbd{M-x function-name}.
563Therefore, we need to simulate it somehow. In Viper's Vi, Insert, and 563Therefore, we need to simulate it somehow. In Viper's Vi, Insert, and
564Replace states, the meta key is set to be @kbd{C-\}. Thus, to get 564Replace 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
680To avoid confusing the beginner (at Viper level 1 and 2), Viper makes only the 680To avoid confusing the beginner (at Viper level 1 and 2), Viper makes only the
681standard Vi keys available in Insert state. The implication is that 681standard Vi keys available in Insert state. The implication is that
682Emacs major modes cannot be used Insert state. 682Emacs major modes cannot be used in Insert state.
683It is strongly recommended that as soon as you are comfortable, make the 683It is strongly recommended that as soon as you are comfortable, make the
684Emacs state bindings visible (by changing your user level to 3 or higher). 684Emacs 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),
4449minakaji@@osaka.email.ne.jp (Mikio Nakajima), 4449minakaji@@osaka.email.ne.jp (Mikio Nakajima),
4450Mark.Bordas@@East.Sun.COM (Mark Bordas), 4450Mark.Bordas@@East.Sun.COM (Mark Bordas),
4451meyering@@comco.com (Jim Meyering), 4451meyering@@comco.com (Jim Meyering),
4452mrb@@Eng.Sun.COM (Martin Buchholz), 4452martin@@xemacs.org (Martin Buchholz),
4453mveiga@@dit.upm.es (Marcelino Veiga Tuimil), 4453mveiga@@dit.upm.es (Marcelino Veiga Tuimil),
4454paulk@@summit.esg.apertus.com (Paul Keusemann), 4454paulk@@summit.esg.apertus.com (Paul Keusemann),
4455pfister@@cs.sunysb.edu (Hanspeter Pfister), 4455pfister@@cs.sunysb.edu (Hanspeter Pfister),