diff options
| author | Richard M. Stallman | 2002-09-10 16:39:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-10 16:39:35 +0000 |
| commit | 3f82efb44f2f7718f688b5af840deae78fbcfe23 (patch) | |
| tree | 5586e9b116e670f5a600ca40352bff88e412e2fb /etc/PROBLEMS | |
| parent | 709d45e1a873f9518d564540b7c4c3042a6d742f (diff) | |
| download | emacs-3f82efb44f2f7718f688b5af840deae78fbcfe23.tar.gz emacs-3f82efb44f2f7718f688b5af840deae78fbcfe23.zip | |
Add item about OpenMotif file dialogs.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 14 |
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 | |||
| 2 | in compiling, installing and running GNU Emacs. | 2 | in compiling, installing and running GNU Emacs. |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | * Problems with file dialogs in Emacs built with Open Motif. | ||
| 6 | |||
| 7 | When Emacs 21 is built with Open Motif 2.1, it can happen that the | ||
| 8 | graphical file dialog boxes do not work properly. The "OK", "Filter" | ||
| 9 | and "Cancel" buttons do not respond to mouse clicks. Dragging the | ||
| 10 | file dialog window usually causes the buttons to work again. | ||
| 11 | |||
| 12 | The solution is to use LessTi instead. LessTif is a free replacement | ||
| 13 | for Motif. See the file INSTALL for information on how to do this. | ||
| 14 | |||
| 15 | Another workaround is not to use the mouse to trigger file prompts, | ||
| 16 | but to use the keyboard. This way, you will be prompted for a file in | ||
| 17 | the 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 | ||
| 7 | This happens when Emacs was built on some other version of Solaris. | 21 | This happens when Emacs was built on some other version of Solaris. |