comparison man/xemacs/misc.texi @ 4601:7c7262c47538

Remove any reference to mocklisp as an active technology. lisp/ChangeLog addition: 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> * help.el: (describe-function-1): * byte-optimize.el: Remove any reference to mocklisp as an active technology. man/ChangeLog addition: 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> * xemacs/xemacs.texi (Top): * xemacs/misc.texi (Emulation): * xemacs/building.texi (Lisp Libraries): (Compiling Libraries): Remove any reference to mocklisp as an active technology. Also remove documentation of the related #'set-gosmacs-bindings, which is no longer available.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 04 Feb 2009 20:52:24 +0000
parents 0f9686ac3ce7
children
comparison
equal deleted inserted replaced
4599:0347879667ed 4601:7c7262c47538
767 Most of the EDT emulation commands are keypad keys, and most standard 767 Most of the EDT emulation commands are keypad keys, and most standard
768 Emacs key bindings are still available. The EDT emulation rebindings 768 Emacs key bindings are still available. The EDT emulation rebindings
769 are done in the global keymap, so there is no problem switching 769 are done in the global keymap, so there is no problem switching
770 buffers or major modes while in EDT emulation. 770 buffers or major modes while in EDT emulation.
771 771
772 @item Gosling Emacs 772 @end table
773 @findex set-gosmacs-bindings
774 @findex set-gnu-bindings
775 Turn on emulation of Gosling Emacs (aka Unipress Emacs) with @kbd{M-x
776 set-gosmacs-bindings}. This redefines many keys, mostly on the
777 @kbd{C-x} and @kbd{ESC} prefixes, to work as they do in Gosmacs.
778 @kbd{M-x set-gnu-bindings} returns to normal XEmacs by rebinding
779 the same keys to the definitions they had at the time @kbd{M-x
780 set-gosmacs-bindings} was done.
781
782 It is also possible to run Mocklisp code written for Gosling Emacs.
783 @xref{Mocklisp}.
784 @end table