diff options
| author | Glenn Morris | 2014-06-01 18:02:21 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-01 18:02:21 -0700 |
| commit | 4982861a08d0ec3262a0b68ff699920bb2938c40 (patch) | |
| tree | cf01c1b9ce846288a2dcbc9e5c660071cecedc14 /doc/misc | |
| parent | 953e106ac84587e765244995687b088969b5f6e1 (diff) | |
| download | emacs-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/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 4 | ||||
| -rw-r--r-- | doc/misc/vip.texi | 8 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-05-27 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2014-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 | ||
| 3265 | First of all, you should check to make sure that the package isn't | 3265 | First of all, you should check to make sure that the package isn't |
| 3266 | already available. For example, typing @kbd{M-x apropos @key{RET} | 3266 | already available. For example, typing @kbd{M-x apropos @key{RET} |
| 3267 | wordstar @key{RET}} lists all functions and variables containing the | 3267 | python @key{RET}} lists all functions and variables containing the |
| 3268 | string @samp{wordstar}. | 3268 | string @samp{python}. |
| 3269 | 3269 | ||
| 3270 | It is also possible that the package is on your system, but has not been | 3270 | It is also possible that the package is on your system, but has not been |
| 3271 | loaded. To see which packages are available for loading, look through | 3271 | loaded. 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 | |||
| 53 | concentrate mainly on differences from Vi, especially features unique to | 53 | concentrate mainly on differences from Vi, especially features unique to |
| 54 | VIP. | 54 | VIP. |
| 55 | 55 | ||
| 56 | VIP is obsolete since Emacs 24.5---consider using Viper instead. | ||
| 57 | @xref{Top, Viper,, viper, The Viper VI-emulation mode for Emacs}. | ||
| 58 | |||
| 56 | It is recommended that you read nodes on survey and on customization before | 59 | It is recommended that you read nodes on survey and on customization before |
| 57 | you start using VIP@. Other nodes may be visited as needed. | 60 | you 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 | |||
| 83 | concentrate mainly on differences from Vi, especially features unique to | 86 | concentrate mainly on differences from Vi, especially features unique to |
| 84 | VIP. | 87 | VIP. |
| 85 | 88 | ||
| 89 | VIP is obsolete since Emacs 24.5---consider using Viper instead. | ||
| 90 | @xref{Top, Viper,, viper, The Viper VI-emulation mode for Emacs}. | ||
| 91 | |||
| 86 | It is recommended that you read chapters on survey and on customization | 92 | It is recommended that you read chapters on survey and on customization |
| 87 | before you start using VIP@. Other chapters may be used as future | 93 | before you start using VIP@. Other chapters may be used as future |
| 88 | references. | 94 | references. |