aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-04-27 16:51:05 +0000
committerEli Zaretskii2001-04-27 16:51:05 +0000
commite085efdbd620672c88cf795a3a46f5918413d358 (patch)
treec75850fb101ec6268fbc30d4e5181cd01194dc49
parent3f715e7721b8474fa8d4a7e4093588814d8884a8 (diff)
downloademacs-e085efdbd620672c88cf795a3a46f5918413d358.tar.gz
emacs-e085efdbd620672c88cf795a3a46f5918413d358.zip
Document problems with NTEmacs on Windows 2000, related to the
Windows i18n features.
-rw-r--r--etc/PROBLEMS23
1 files changed, 22 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 0a2ba6fd1fe..5a9cd82d16b 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -115,7 +115,8 @@ Some modes do not use colors unless you turn on the Font-lock mode.
115Some people have long ago set their `~/.emacs' files to turn on 115Some people have long ago set their `~/.emacs' files to turn on
116Font-lock on X only, so they won't see colors on a tty. The 116Font-lock on X only, so they won't see colors on a tty. The
117recommended way of turning on Font-lock is by typing "M-x 117recommended way of turning on Font-lock is by typing "M-x
118global-font-lock-mode RET" or by customizing`global-font-lock-mode'. 118global-font-lock-mode RET" or by customizing the variable
119`global-font-lock-mode'.
119 120
120* Problems in Emacs built with LessTif. 121* Problems in Emacs built with LessTif.
121 122
@@ -164,6 +165,26 @@ characters, is copied and pasted into a buffer.
164An inactive cursor remains in an active window after the Windows 165An inactive cursor remains in an active window after the Windows
165Manager driven switch of the focus, until a key is pressed. 166Manager driven switch of the focus, until a key is pressed.
166 167
168Windows 2000 input methods are not recognized by Emacs (as of v21.1).
169These input methods cause the keyboard to send characters encoded in
170the appropriate coding system (e.g., ISO 8859-1 for Latin-1
171characters, ISO 8859-8 for Hebrew characters, etc.). To make this
172work, set the keyboard coding system to the appropriate value after
173you activate the Windows input method. For example, if you activate
174the Hebrew input method, type "C-x RET k iso-8859-8 RET". (Emacs
175ought to recognize the Windows language-change event and set up the
176appropriate keyboard encoding automatically, but it doesn't do that
177yet.)
178
179Multilingual text put into the Windows 2000 clipboard by Windows
180applications cannot be safely pasted into Emacs (as of v21.1). This
181is because Windows 2000 uses Unicode to represent multilingual text,
182but Emacs does not yet support Unicode well enough to decode it. This
183means that Emacs can only interchange non-ASCII text with other
184Windows 2000 programs if the characters are in the system codepage.
185Reportedly, a partial solution is to install the Mule-UCS package and
186set selection-coding-system to utf-16-le-dos.
187
167* The `configure' script doesn't find the jpeg library. 188* The `configure' script doesn't find the jpeg library.
168 189
169This can happen because the linker by default only looks for shared 190This can happen because the linker by default only looks for shared