Mercurial > hg > xemacs-beta
comparison nt/PROBLEMS @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 03446687b7cc |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
85 the Cut, Copy and Paste functions. | 85 the Cut, Copy and Paste functions. |
86 | 86 |
87 Function XEmacs binding | 87 Function XEmacs binding |
88 -------- -------------- | 88 -------- -------------- |
89 Undo C-_ | 89 Undo C-_ |
90 Cut C-Insert | 90 Cut Sh-Del |
91 Copy C-Insert | 91 Copy C-Insert |
92 Paste Sh-Del | 92 Paste Sh-Insert |
93 | 93 |
94 You can rebind keys to make XEmacs more Windows-compatible; for | 94 You can rebind keys to make XEmacs more Windows-compatible; for |
95 example, to bind C-z to undo: | 95 example, to bind C-z to undo: |
96 | 96 |
97 (global-set-key [(control z)] 'undo) | 97 (global-set-key [(control z)] 'undo) |