all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: emacs-29 cb8d6ab648f: * lisp/subr.el (use-dialog-box-p): Fix conditions for GUI dialogs.
       [not found] ` <20230402073516.0631FC13A8E@vcs2.savannah.gnu.org>
@ 2023-04-02  8:28   ` Michael Albinus
  2023-04-02  8:43     ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Albinus @ 2023-04-02  8:28 UTC (permalink / raw)
  To: emacs-devel; +Cc: Eli Zaretskii

Eli Zaretskii <eliz@gnu.org> writes:

> +       (or (and last-nonmenu-event      ; nil is listp...
> +                (listp last-nonmenu-event))   ; invoked by a mouse event

aka (consp last-nonmenu-event)

Best regards, Michael.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: emacs-29 cb8d6ab648f: * lisp/subr.el (use-dialog-box-p): Fix conditions for GUI dialogs.
  2023-04-02  8:28   ` emacs-29 cb8d6ab648f: * lisp/subr.el (use-dialog-box-p): Fix conditions for GUI dialogs Michael Albinus
@ 2023-04-02  8:43     ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-04-02  8:43 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel

> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: Eli Zaretskii <eliz@gnu.org>
> Date: Sun, 02 Apr 2023 10:28:24 +0200
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > +       (or (and last-nonmenu-event      ; nil is listp...
> > +                (listp last-nonmenu-event))   ; invoked by a mouse event
> 
> aka (consp last-nonmenu-event)

Thanks.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-02  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <168042091568.7691.9179429176238260329@vcs2.savannah.gnu.org>
     [not found] ` <20230402073516.0631FC13A8E@vcs2.savannah.gnu.org>
2023-04-02  8:28   ` emacs-29 cb8d6ab648f: * lisp/subr.el (use-dialog-box-p): Fix conditions for GUI dialogs Michael Albinus
2023-04-02  8:43     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.