comparison nt/PROBLEMS @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
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)
98 98
99 Rebindind C-x and C-c is trickier because by default these are prefix 99 Rebindind C-x and C-c is trickier because by default these are prefix
100 keys in XEmacs. See the "Key Bindings" node in the XEmacs manual. 100 keys in XEmacs. See the "Key Bindings" node in the XEmacs manual.
101 101
102 ** Behaviour of selected regions 102 ** Behavior of selected regions
103 103
104 Selected regions behave differently in XEmacs from typical Windows 104 Selected regions behave differently in XEmacs from typical Windows
105 programs. The pc-select package provides various functions to enable 105 programs. The pc-select package provides various functions to enable
106 the standard Windows behaviour for selected regions (eg mark via 106 the standard Windows behavior for selected regions (eg mark via
107 shift-arrow, self-inserting deletes region, etc). 107 shift-arrow, self-inserting deletes region, etc).
108 108
109 ** Limitations on the use of the AltGr key. 109 ** Limitations on the use of the AltGr key.
110 110
111 In some locale and OS combinations you can't generate M-AltGr-key or 111 In some locale and OS combinations you can't generate M-AltGr-key or