GNU bug report logs - #17736
24.4.50; *-mouse-1 acts on wrong frame

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Sun, 8 Jun 2014 15:07:02 UTC

Severity: normal

Tags: moreinfo, notabug

Found in version 24.4.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 17736 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 17736 <at> debbugs.gnu.org
Subject: RE: bug#17736: 24.4.50; *-mouse-1 acts on wrong frame
Date: Fri, 4 Dec 2020 09:43:47 -0800 (PST)
> 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.




This bug report was last modified 4 years and 163 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.