X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=nt%2FPROBLEMS;h=6a345fbee533a0a4637e1c4356ade9446d7cbc22;hb=3f05220d7da44898058d29cc12df90128a489b2d;hp=b1442a427477ecb52705ec318732f79f1d8f0fd4;hpb=fb022c5b8ea6aca36b9661a6b2707afdd07e4c05;p=chise%2Fxemacs-chise.git.1 diff --git a/nt/PROBLEMS b/nt/PROBLEMS index b1442a4..6a345fb 100644 --- a/nt/PROBLEMS +++ b/nt/PROBLEMS @@ -47,9 +47,9 @@ that your "home" directory is, in order of preference: ** XEmacs can't find any packages -The directory tree under which XEmacs looks for your packages is set -at compile-time, and defaults to C:\Program Files\XEmacs\Packages. The -variable configure-package-path holds the actual value that was +XEmacs looks for your packages in subdirectories of a directory which +is set at compile-time, and defaults to C:\Program Files\XEmacs. The +variable configure-package-path holds the actual path that was compiled into your copy of XEmacs. The compile-time default location can be overridden by the @@ -87,9 +87,9 @@ the Cut, Copy and Paste functions. Function XEmacs binding -------- -------------- Undo C-_ - Cut C-Insert - Copy C-Insert - Paste Sh-Del + Cut Sh-Del + Copy C-Insert + Paste Sh-Insert You can rebind keys to make XEmacs more Windows-compatible; for example, to bind C-z to undo: @@ -99,11 +99,11 @@ example, to bind C-z to undo: Rebindind C-x and C-c is trickier because by default these are prefix keys in XEmacs. See the "Key Bindings" node in the XEmacs manual. -** Behaviour of selected regions +** Behavior of selected regions Selected regions behave differently in XEmacs from typical Windows programs. The pc-select package provides various functions to enable -the standard Windows behaviour for selected regions (eg mark via +the standard Windows behavior for selected regions (eg mark via shift-arrow, self-inserting deletes region, etc). ** Limitations on the use of the AltGr key.