diff options
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index b9f6236d38f..8db27aab035 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -1111,7 +1111,7 @@ present or commented out: This is caused by a bug in the KDE applet `klipper' which periodically requests the X clipboard contents from applications. Early versions -of klipper don't implement the ICCM protocol for large selections, +of klipper don't implement the ICCCM protocol for large selections, which leads to Emacs being flooded with selection requests. After a while, Emacs may print a message: @@ -2011,7 +2011,13 @@ A certain X server for Windows had a bug which caused this. Supposedly the newer 32-bit version of this server doesn't have the problem. -** Known problems with the MS-Windows port of Emacs 21.2. +** Known problems with the MS-Windows port of Emacs 22.1 + +Using create-fontset-from-ascii-font or the --font startup parameter +with a Chinese, Japanese or Korean font leads to display problems. +Use a Latin-only font as your default font. If you want control over +which font is used to display Chinese, Japanese or Korean character, +use create-fontset-from-fontset-spec to define a fontset. Frames are not refreshed while the File or Font dialog or a pop-up menu is displayed. This also means help text for pop-up menus is not @@ -2031,13 +2037,10 @@ after moving back into it. Some minor flickering still persists during mouse-tracking, although not as severely as in 21.1. -Emacs can sometimes abort when non-ASCII text, possibly with null -characters, is copied and pasted into a buffer. - An inactive cursor remains in an active window after the Windows Manager driven switch of the focus, until a key is pressed. -Windows input methods are not recognized by Emacs (as of v21.2). Some +Windows input methods are not recognized by Emacs. Some of these input methods cause the keyboard to send characters encoded in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 characters, ISO 8859-8 for Hebrew characters, etc.). To make this |