[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/frames.texi
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/frames.texi |
Date: |
Thu, 05 May 2005 19:05:00 -0400 |
Index: emacs/lispref/frames.texi
diff -c emacs/lispref/frames.texi:1.86 emacs/lispref/frames.texi:1.87
*** emacs/lispref/frames.texi:1.86 Mon May 2 02:06:38 2005
--- emacs/lispref/frames.texi Thu May 5 23:05:00 2005
***************
*** 1402,1407 ****
--- 1402,1414 ----
where @var{line} is a string, and @var{value} is the value to return if
that @var{line} is chosen. An item can also be a string; this makes a
non-selectable line in the menu.
+
+ If the user gets rid of the menu without making a valid choice, for
+ instance by clicking the mouse away from a valid choice or by typing
+ keyboard input, then this normally results in a quit and
+ @code{x-popup-menu} does not return. But if @var{position} is a mouse
+ button event (indicating that the user invoked the menu with the
+ mouse) then no quit occurs and @code{x-popup-menu} returns @code{nil}.
@end defun
@strong{Usage note:} Don't use @code{x-popup-menu} to display a menu
***************
*** 1470,1475 ****
--- 1477,1486 ----
In some configurations, Emacs cannot display a real dialog box; so
instead it displays the same items in a pop-up menu in the center of the
frame.
+
+ If the user gets rid of the dialog box without making a valid choice,
+ for instance using the window manager, then this produces a quit and
+ @code{x-popup-dialog} does not return.
@end defun
@node Pointer Shapes
- [Emacs-diffs] Changes to emacs/lispref/frames.texi, Luc Teirlinck, 2005/05/02
- [Emacs-diffs] Changes to emacs/lispref/frames.texi,
Luc Teirlinck <=
- [Emacs-diffs] Changes to emacs/lispref/frames.texi, Eli Zaretskii, 2005/05/21
- [Emacs-diffs] Changes to emacs/lispref/frames.texi, Nick Roberts, 2005/05/24
- [Emacs-diffs] Changes to emacs/lispref/frames.texi, Nick Roberts, 2005/05/24
- [Emacs-diffs] Changes to emacs/lispref/frames.texi, Luc Teirlinck, 2005/05/24
- [Emacs-diffs] Changes to emacs/lispref/frames.texi, Richard M . Stallman, 2005/05/24
- [Emacs-diffs] Changes to emacs/lispref/frames.texi, Richard M . Stallman, 2005/05/29