comparison etc/PROBLEMS @ 43868:aa8ab3ba14d1

Added note about format-time-string deficiencies on MS-Windows.
author Jason Rumney <jasonr@gnu.org>
date Tue, 12 Mar 2002 20:27:24 +0000
parents 4f4870cb475a
children 3147736a801d
comparison
equal deleted inserted replaced
43867:fdcc07ad8e45 43868:aa8ab3ba14d1
347 On some systems, even with Motif 1.2 emulation, Emacs occasionally 347 On some systems, even with Motif 1.2 emulation, Emacs occasionally
348 locks up, grabbing all mouse and keyboard events. We still don't know 348 locks up, grabbing all mouse and keyboard events. We still don't know
349 what causes these problems; they are not reproducible by Emacs 349 what causes these problems; they are not reproducible by Emacs
350 developers. 350 developers.
351 351
352 * Known problems with the MS-Windows port of Emacs 21.1. 352 * Known problems with the MS-Windows port of Emacs 21.2.
353 353
354 Emacs 21.1 built for MS-Windows doesn't support images and the tool bar. 354 Emacs 21.2 built for MS-Windows doesn't support images and the tool bar.
355 Support for these will be added in future versions. 355 Support for these will be added in future versions.
356 356
357 Frames are not refreshed while the File or Font dialog or a pop-up menu 357 Frames are not refreshed while the File or Font dialog or a pop-up menu
358 is displayed. This also means help text for pop-up menu items is not 358 is displayed. This also means help text for pop-up menu items is not
359 displayed at all. This is because message handling under Windows is 359 displayed at all. This is because message handling under Windows is
373 characters, is copied and pasted into a buffer. 373 characters, is copied and pasted into a buffer.
374 374
375 An inactive cursor remains in an active window after the Windows 375 An inactive cursor remains in an active window after the Windows
376 Manager driven switch of the focus, until a key is pressed. 376 Manager driven switch of the focus, until a key is pressed.
377 377
378 Windows input methods are not recognized by Emacs (as of v21.1). Some 378 Windows input methods are not recognized by Emacs (as of v21.2). Some
379 of these input methods cause the keyboard to send characters encoded 379 of these input methods cause the keyboard to send characters encoded
380 in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 380 in the appropriate coding system (e.g., ISO 8859-1 for Latin-1
381 characters, ISO 8859-8 for Hebrew characters, etc.). To make this 381 characters, ISO 8859-8 for Hebrew characters, etc.). To make this
382 work, set the keyboard coding system to the appropriate value after 382 work, set the keyboard coding system to the appropriate value after
383 you activate the Windows input method. For example, if you activate 383 you activate the Windows input method. For example, if you activate
385 ought to recognize the Windows language-change event and set up the 385 ought to recognize the Windows language-change event and set up the
386 appropriate keyboard encoding automatically, but it doesn't do that 386 appropriate keyboard encoding automatically, but it doesn't do that
387 yet.) 387 yet.)
388 388
389 Multilingual text put into the Windows clipboard by other Windows 389 Multilingual text put into the Windows clipboard by other Windows
390 applications cannot be safely pasted into Emacs (as of v21.1). This 390 applications cannot be safely pasted into Emacs (as of v21.2). This
391 is because Windows uses Unicode to represent multilingual text, but 391 is because Windows uses Unicode to represent multilingual text, but
392 Emacs does not yet support Unicode well enough to decode it. This 392 Emacs does not yet support Unicode well enough to decode it. This
393 means that Emacs can only interchange non-ASCII text with other 393 means that Emacs can only interchange non-ASCII text with other
394 Windows programs if the characters are in the system codepage. 394 Windows programs if the characters are in the system codepage.
395 Reportedly, a partial solution is to install the Mule-UCS package and 395 Reportedly, a partial solution is to install the Mule-UCS package and
396 set selection-coding-system to utf-16-le-dos. 396 set selection-coding-system to utf-16-le-dos.
397
398 The %h format specifier for format-time-string does not work on Windows.
399 The %b format specifier does not produce abbreviated month names with
400 consistent widths for some locales on some versions of Windows. This is
401 caused by a deficiency in the underlying system library function.
397 402
398 * The `configure' script doesn't find the jpeg library. 403 * The `configure' script doesn't find the jpeg library.
399 404
400 This can happen because the linker by default only looks for shared 405 This can happen because the linker by default only looks for shared
401 libraries, but jpeg distribution by default doesn't build and doesn't 406 libraries, but jpeg distribution by default doesn't build and doesn't