# HG changeset patch # User Eli Zaretskii # Date 1224502146 0 # Node ID c9f192c1da86515fcd3f3665faf193d8ea0a80d6 # Parent 6e980913f2104960711398e409e70fec1144946a (Dialog Boxes): Add @cindex entries. diff -r 6e980913f210 -r c9f192c1da86 doc/emacs/frames.texi --- a/doc/emacs/frames.texi Mon Oct 20 10:41:50 2008 +0000 +++ b/doc/emacs/frames.texi Mon Oct 20 11:29:06 2008 +0000 @@ -998,6 +998,7 @@ those are not supported on all platforms). @vindex use-file-dialog +@cindex file selection dialog, how to disable A file selection window is a special kind of dialog box for asking for file names. You can customize the variable @code{use-file-dialog} to suppress the use of file selection windows, even if you still want @@ -1005,8 +1006,9 @@ suppressed all dialog boxes with the variable @code{use-dialog-box}. @vindex x-gtk-show-hidden-files -@vindex x-gtk-use-old-file-dialog @vindex x-gtk-file-dialog-help-text +@cindex hidden files, in GTK+ file chooser +@cindex help text, in GTK+ file chooser When Emacs is compiled with GTK+ support, it uses the GTK+ ``file chooser'' dialog. Emacs adds an additional toggle button to this dialog, which you can use to enable or disable the display of hidden @@ -1016,6 +1018,7 @@ help text to the GTK+ file chooser dialog; to disable this help text, change the variable @code{x-gtk-file-dialog-help-text} to @code{nil}. +@vindex x-gtk-use-old-file-dialog In GTK+ versions 2.4 through 2.10, you can choose to use an older version of the GTK+ file dialog by setting the variable @code{x-gtk-use-old-file-dialog} to a non-@code{nil} value. If Emacs