comparison etc/PROBLEMS @ 47423:eda3a96f644a

Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 Sep 2002 03:14:50 +0000
parents 128dc960e014
children 1865c7acf887
comparison
equal deleted inserted replaced
47422:be1386f066bb 47423:eda3a96f644a
7 When Emacs 21 is built with Open Motif 2.1, it can happen that the 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" 8 graphical file dialog boxes do not work properly. The "OK", "Filter"
9 and "Cancel" buttons do not respond to mouse clicks. Dragging the 9 and "Cancel" buttons do not respond to mouse clicks. Dragging the
10 file dialog window usually causes the buttons to work again. 10 file dialog window usually causes the buttons to work again.
11 11
12 The solution is to use LessTi instead. LessTif is a free replacement 12 The solution is to use LessTif instead. LessTif is a free replacement
13 for Motif. See the file INSTALL for information on how to do this. 13 for Motif. See the file INSTALL for information on how to do this.
14 14
15 Another workaround is not to use the mouse to trigger file prompts, 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 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. 17 the minibuffer instead of a graphical file dialog.