comparison nt/PROBLEMS @ 361:7347b34c275b r21-1-10

Import from CVS: tag r21-1-10
author cvs
date Mon, 13 Aug 2007 10:58:40 +0200
parents 182f72e8cd0d
children a4f53d9b3154
comparison
equal deleted inserted replaced
360:0f00b38cfccb 361:7347b34c275b
75 the Cut, Copy and Paste functions. 75 the Cut, Copy and Paste functions.
76 76
77 Function XEmacs binding 77 Function XEmacs binding
78 -------- -------------- 78 -------- --------------
79 Undo C-_ 79 Undo C-_
80 Cut C-Insert 80 Cut Sh-Del
81 Copy C-Insert 81 Copy C-Insert
82 Paste Sh-Del 82 Paste Sh-Insert
83 83
84 You can rebind keys to make XEmacs more Windows-compatible; for 84 You can rebind keys to make XEmacs more Windows-compatible; for
85 example, to bind C-z to undo: 85 example, to bind C-z to undo:
86 86
87 (global-set-key [(control z)] 'undo) 87 (global-set-key [(control z)] 'undo)