From: Drew Adams <drew.adams@oracle.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 17736@debbugs.gnu.org
Subject: bug#17736: 24.4.50; *-mouse-1 acts on wrong frame
Date: Fri, 4 Dec 2020 09:43:47 -0800 (PST) [thread overview]
Message-ID: <61945cc3-616e-428b-b298-a4db03580efe@default> (raw)
In-Reply-To: <87tut1hjhi.fsf@gnus.org>
> Do you have a working recipe that demonstrates this bug?
Sorry; forgot that. Use this simpler file instead:
------------8<------------------
;; runemacs.exe -Q --debug-init -l "onetest.el" -f "1on1-emacs" "onetest.el"
(defun 1on1-emacs ()
""
(interactive)
(setq default-frame-alist
(list
'(font . "-*-Lucida Console-normal-r-*-*-14-*-*-*-c-*-iso8859-1")
'(bottom-divider-width . 2)
'(minibuffer)))
(setq pop-up-frames t)
(setq minibuffer-frame-alist (list '(height . 2)
'(minibuffer . only))))
(global-set-key [C-S-mouse-1]
(lambda () (interactive)
(message "FR: %S" (selected-frame))))
------------8<------------------
And I should have said that after step 3 use C-g
or whatever to end that step's M-x. And select the
*scratch* frame. IOW, step 4 is a repeat of step 3,
except that you do C-S-mouse-1 in the same frame,
*scratch*, not in another frame.
I just checked, and the same bug exists from Emacs
24.5 through 27.1. IOW, it's still there.
next prev parent reply other threads:[~2020-12-04 17:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-08 15:05 bug#17736: 24.4.50; *-mouse-1 acts on wrong frame Drew Adams
2020-12-04 11:57 ` Lars Ingebrigtsen
2020-12-04 17:43 ` Drew Adams [this message]
2020-12-04 20:46 ` Eli Zaretskii
2020-12-06 13:02 ` Lars Ingebrigtsen
2020-12-06 17:20 ` Drew Adams
2020-12-07 13:45 ` Lars Ingebrigtsen
2020-12-07 16:27 ` Drew Adams
2020-12-07 17:04 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=61945cc3-616e-428b-b298-a4db03580efe@default \
--to=drew.adams@oracle.com \
--cc=17736@debbugs.gnu.org \
--cc=larsi@gnus.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).