Mercurial > hg > xemacs-beta
comparison nt/PROBLEMS @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 2f8bb876ab1d |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
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 Sh-Del | 90 Cut C-Insert |
91 Copy C-Insert | 91 Copy C-Insert |
92 Paste Sh-Insert | 92 Paste Sh-Del |
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) |