comparison man/xemacs/misc.texi @ 4626:f1bb4cc3144a

Merge: fixup ChangeLogs.
author Stephen J. Turnbull <stephen@xemacs.org>
date Thu, 26 Feb 2009 18:35:11 +0900
parents 7c7262c47538
children
comparison
equal deleted inserted replaced
4625:4527fc976aa3 4626:f1bb4cc3144a
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