GNU bug report logs -
#17736
24.4.50; *-mouse-1 acts on wrong frame
Previous Next
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 #8 received at 17736 <at> debbugs.gnu.org (full text, mbox):
Drew Adams <drew.adams <at> oracle.com> writes:
> Put this code in a file:
>
> -------------------------
> (defun 1on1-emacs () ""
> (interactive)
> (setq default-frame-alist (list (cons 'minibuffer nil)))
> (setq pop-up-frames t)
> (setq minibuffer-frame-alist 1on1-minibuffer-frame-alist)
> (make-frame 1on1-minibuffer-frame-alist)
> (setq minibuffer-auto-raise t)
> (setq w32-grab-focus-on-raise nil))
>
> (global-set-key [C-S-mouse-1]
> (lambda () (interactive)
> (message "FR: %S" (selected-frame))))
> -------------------------
>
> runemacs.exe -Q --debug-init -l "onetest.el" -f "1on1-emacs"
This recipe just gives me an error:
1on1-emacs: Symbol’s value as variable is void: 1on1-minibuffer-frame-alist
Do you have a working recipe that demonstrates this bug?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 4 years and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.