aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2014-06-01 18:02:21 -0700
committerGlenn Morris2014-06-01 18:02:21 -0700
commit4982861a08d0ec3262a0b68ff699920bb2938c40 (patch)
treecf01c1b9ce846288a2dcbc9e5c660071cecedc14 /doc/misc
parent953e106ac84587e765244995687b088969b5f6e1 (diff)
downloademacs-4982861a08d0ec3262a0b68ff699920bb2938c40.tar.gz
emacs-4982861a08d0ec3262a0b68ff699920bb2938c40.zip
Make some old emulation modes obsolete
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00502.html * lisp/emulation/crisp.el, lisp/emulation/tpu-edt.el: * lisp/emulation/tpu-extras.el, lisp/emulation/tpu-mapper.el: * lisp/emulation/vi.el, lisp/emulation/vip.el, lisp/emulation/ws-mode.el: Move to obsolete/. * doc/emacs/ack.texi (Acknowledgments): Remove some obsolete items. * doc/emacs/misc.texi (Emulation): Remove section. * doc/lispintro/emacs-lisp-intro.texi (Autoload): Update loaddefs.el details. * doc/misc/efaq.texi (Finding a package with particular functionality): Update example. * doc/misc/vip.texi: Mention this is obsolete. * etc/NEWS: Mention this.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/efaq.texi4
-rw-r--r--doc/misc/vip.texi8
3 files changed, 15 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index a0aa2879b5f..0bf989c75d4 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12014-06-02 Glenn Morris <rgm@gnu.org>
2
3 * efaq.texi (Finding a package with particular functionality):
4 Update example.
5 * vip.texi: Mention this is obsolete.
6
12014-05-27 Paul Eggert <eggert@cs.ucla.edu> 72014-05-27 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * texinfo.tex: Update from gnulib. 9 * texinfo.tex: Update from gnulib.
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 2e136017039..3e86f30cdb5 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -3264,8 +3264,8 @@ archive sites that make GNU software available.
3264 3264
3265First of all, you should check to make sure that the package isn't 3265First of all, you should check to make sure that the package isn't
3266already available. For example, typing @kbd{M-x apropos @key{RET} 3266already available. For example, typing @kbd{M-x apropos @key{RET}
3267wordstar @key{RET}} lists all functions and variables containing the 3267python @key{RET}} lists all functions and variables containing the
3268string @samp{wordstar}. 3268string @samp{python}.
3269 3269
3270It is also possible that the package is on your system, but has not been 3270It is also possible that the package is on your system, but has not been
3271loaded. To see which packages are available for loading, look through 3271loaded. To see which packages are available for loading, look through
diff --git a/doc/misc/vip.texi b/doc/misc/vip.texi
index 193d50f3a46..4008fbecd82 100644
--- a/doc/misc/vip.texi
+++ b/doc/misc/vip.texi
@@ -38,7 +38,7 @@ modify this GNU manual.''
38 38
39@dircategory Emacs misc features 39@dircategory Emacs misc features
40@direntry 40@direntry
41* VIP: (vip). An older VI-emulation for Emacs. 41* VIP: (vip). An obsolete VI-emulation for Emacs.
42@end direntry 42@end direntry
43 43
44@ifnottex 44@ifnottex
@@ -53,6 +53,9 @@ are fairly accustomed to Vi but not so much with Emacs. Also we will
53concentrate mainly on differences from Vi, especially features unique to 53concentrate mainly on differences from Vi, especially features unique to
54VIP. 54VIP.
55 55
56VIP is obsolete since Emacs 24.5---consider using Viper instead.
57@xref{Top, Viper,, viper, The Viper VI-emulation mode for Emacs}.
58
56It is recommended that you read nodes on survey and on customization before 59It is recommended that you read nodes on survey and on customization before
57you start using VIP@. Other nodes may be visited as needed. 60you start using VIP@. Other nodes may be visited as needed.
58 61
@@ -83,6 +86,9 @@ fairly accustomed to Vi but not so much with Emacs. Also we will
83concentrate mainly on differences from Vi, especially features unique to 86concentrate mainly on differences from Vi, especially features unique to
84VIP. 87VIP.
85 88
89VIP is obsolete since Emacs 24.5---consider using Viper instead.
90@xref{Top, Viper,, viper, The Viper VI-emulation mode for Emacs}.
91
86It is recommended that you read chapters on survey and on customization 92It is recommended that you read chapters on survey and on customization
87before you start using VIP@. Other chapters may be used as future 93before you start using VIP@. Other chapters may be used as future
88references. 94references.