Mercurial > emacs
comparison etc/PROBLEMS @ 41892:c02c7078fc42
Add the LD_PRELOAD work-around for the Xaw/neXtaw incompatibilities.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Dec 2001 09:51:43 +0000 |
parents | 09535ed6868f |
children | 79a843a71f03 |
comparison
equal
deleted
inserted
replaced
41891:447cb13d0f7f | 41892:c02c7078fc42 |
---|---|
201 problem disappears. | 201 problem disappears. |
202 | 202 |
203 * There are known binary incompatibilities between Xaw, Xaw3d, neXtaw, | 203 * There are known binary incompatibilities between Xaw, Xaw3d, neXtaw, |
204 XawM and the few other derivatives of Xaw. So when you compile with | 204 XawM and the few other derivatives of Xaw. So when you compile with |
205 one of these, it may not work to dynamically link with another one. | 205 one of these, it may not work to dynamically link with another one. |
206 If you try it and it does not work, try rebuilding Emacs with the | 206 For example, strange problems, such as Emacs exiting when you type |
207 toolkit version you actually want to use. | 207 "C-x 1", were reported when Emacs compiled with Xaw3d and libXaw was |
208 used with neXtaw at run time. | |
209 | |
210 The solution is to rebuild Emacs with the toolkit version you actually | |
211 want to use, or set LD_PRELOAD to preload the same toolkit version you | |
212 built Emacs with. | |
208 | 213 |
209 * Clicking C-mouse-2 in the scroll bar doesn't split the window. | 214 * Clicking C-mouse-2 in the scroll bar doesn't split the window. |
210 | 215 |
211 This currently doesn't work with scroll-bar widgets (and we don't know | 216 This currently doesn't work with scroll-bar widgets (and we don't know |
212 a good way of implementing it with widgets). If Emacs is configured | 217 a good way of implementing it with widgets). If Emacs is configured |