aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-10 16:39:35 +0000
committerRichard M. Stallman2002-09-10 16:39:35 +0000
commit3f82efb44f2f7718f688b5af840deae78fbcfe23 (patch)
tree5586e9b116e670f5a600ca40352bff88e412e2fb /etc/PROBLEMS
parent709d45e1a873f9518d564540b7c4c3042a6d742f (diff)
downloademacs-3f82efb44f2f7718f688b5af840deae78fbcfe23.tar.gz
emacs-3f82efb44f2f7718f688b5af840deae78fbcfe23.zip
Add item about OpenMotif file dialogs.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index a278091dac8..ab6853155c0 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2,6 +2,20 @@ This file describes various problems that have been encountered
2in compiling, installing and running GNU Emacs. 2in compiling, installing and running GNU Emacs.
3 3
4 4
5* Problems with file dialogs in Emacs built with Open Motif.
6
7When Emacs 21 is built with Open Motif 2.1, it can happen that the
8graphical file dialog boxes do not work properly. The "OK", "Filter"
9and "Cancel" buttons do not respond to mouse clicks. Dragging the
10file dialog window usually causes the buttons to work again.
11
12The solution is to use LessTi instead. LessTif is a free replacement
13for Motif. See the file INSTALL for information on how to do this.
14
15Another workaround is not to use the mouse to trigger file prompts,
16but to use the keyboard. This way, you will be prompted for a file in
17the minibuffer instead of a graphical file dialog.
18
5* Emacs reports a BadAtom error (from X) running on Solaris 7 or 8. 19* Emacs reports a BadAtom error (from X) running on Solaris 7 or 8.
6 20
7This happens when Emacs was built on some other version of Solaris. 21This happens when Emacs was built on some other version of Solaris.