bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59785: 30.0.50; mouse-2 > (wrong-type-argument listp #<frame *Calend


From: Michael Heerdegen
Subject: bug#59785: 30.0.50; mouse-2 > (wrong-type-argument listp #<frame *Calendar* 0x...>)
Date: Sat, 03 Dec 2022 20:46:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

> Is it possible for you to see whether the org-capture case worked okay
> in Emacs 28?

I have 27.  Would that suffice?

But I see now that this org-capture case depends on something in my
config that's not clear to me: I can't reproduce it in a master emacs
-Q.  I don't even have a recipe for emacs -Q for this case.  I didn't
check until now because originally I thought it would be the same as the
C-h k case.

I tried this:

#+begin_src emacs-lisp
(require 'org)

(require 'calendar)

(setq org-read-date-popup-calendar t)

(define-key calendar-mode-map [down-mouse-2] nil)

(setq calendar-setup 'calendar-only)

(org-read-date)
#+end_src

[ Org is missing to unbind down-mouse-2 in the calendar buffer to make
the mouse-2 button work, but this seems unrelated to the issue ]

I tried to load anything that seemed related but the issue is not
reproducible so far :-(


Michael.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]