comparison etc/PROBLEMS @ 37510:29ba8757d4dc

Document problems with NTEmacs on Windows 2000, related to the Windows i18n features.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 27 Apr 2001 16:51:05 +0000
parents e3bb46df554b
children fa0afa395c91
comparison
equal deleted inserted replaced
37509:ed5dca63a0ed 37510:29ba8757d4dc
113 113
114 Some modes do not use colors unless you turn on the Font-lock mode. 114 Some modes do not use colors unless you turn on the Font-lock mode.
115 Some people have long ago set their `~/.emacs' files to turn on 115 Some people have long ago set their `~/.emacs' files to turn on
116 Font-lock on X only, so they won't see colors on a tty. The 116 Font-lock on X only, so they won't see colors on a tty. The
117 recommended way of turning on Font-lock is by typing "M-x 117 recommended way of turning on Font-lock is by typing "M-x
118 global-font-lock-mode RET" or by customizing`global-font-lock-mode'. 118 global-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
122 The problems seem to depend on the version of LessTif and the Motif 123 The problems seem to depend on the version of LessTif and the Motif
123 emulation for which it is set up. 124 emulation for which it is set up.
161 Emacs can sometimes abort when non-ASCII text, possibly with null 162 Emacs can sometimes abort when non-ASCII text, possibly with null
162 characters, is copied and pasted into a buffer. 163 characters, is copied and pasted into a buffer.
163 164
164 An inactive cursor remains in an active window after the Windows 165 An inactive cursor remains in an active window after the Windows
165 Manager driven switch of the focus, until a key is pressed. 166 Manager driven switch of the focus, until a key is pressed.
167
168 Windows 2000 input methods are not recognized by Emacs (as of v21.1).
169 These input methods cause the keyboard to send characters encoded in
170 the appropriate coding system (e.g., ISO 8859-1 for Latin-1
171 characters, ISO 8859-8 for Hebrew characters, etc.). To make this
172 work, set the keyboard coding system to the appropriate value after
173 you activate the Windows input method. For example, if you activate
174 the Hebrew input method, type "C-x RET k iso-8859-8 RET". (Emacs
175 ought to recognize the Windows language-change event and set up the
176 appropriate keyboard encoding automatically, but it doesn't do that
177 yet.)
178
179 Multilingual text put into the Windows 2000 clipboard by Windows
180 applications cannot be safely pasted into Emacs (as of v21.1). This
181 is because Windows 2000 uses Unicode to represent multilingual text,
182 but Emacs does not yet support Unicode well enough to decode it. This
183 means that Emacs can only interchange non-ASCII text with other
184 Windows 2000 programs if the characters are in the system codepage.
185 Reportedly, a partial solution is to install the Mule-UCS package and
186 set selection-coding-system to utf-16-le-dos.
166 187
167 * The `configure' script doesn't find the jpeg library. 188 * The `configure' script doesn't find the jpeg library.
168 189
169 This can happen because the linker by default only looks for shared 190 This can happen because the linker by default only looks for shared
170 libraries, but jpeg distribution by default doesn't build and doesn't 191 libraries, but jpeg distribution by default doesn't build and doesn't