[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-read-date: selecting date with mouse-2 in calendar
From: |
Michael Heerdegen |
Subject: |
Re: org-read-date: selecting date with mouse-2 in calendar |
Date: |
Sun, 14 Feb 2021 04:36:05 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Michael Heerdegen <michael_heerdegen@web.de> writes:
> Nothing is lost since the original popup-menu for the calendar is
> still being bound to down-mouse-3 (the more expected key for such a
> menu in my opinion, at least 2021).
That was not quite correct, however. These are the defining lines:
;; These are referenced in the default calendar-date-echo-text.
(define-key map [down-mouse-3]
(easy-menu-binding cal-menu-context-mouse-menu))
(define-key map [down-mouse-2]
(easy-menu-binding cal-menu-global-mouse-menu))
So the calendar provides a global (mouse-2) and a context menu
(mouse-3). Seems both are not really useful for `org-read-date'.
Michael.