Open gerd-moellmann opened 8 months ago
it has other bug, need no-accept-focus t by default.
tumashu @.***> writes:
it has other bug, need no-accept-focus t by default.
Could you please elaborate? What bug is it? Is it something that should be fixed in Emacs?
The default for key parameter
accept-focus
ofposframe--create-posframe
isnil
. That means any caller of that function which doesn't explicitly specify a keyword argument:accept-focus t
will use ano-accept-focus t
frame parameter.This leads to warnings under macOS, for which I submitted bug 69525 to Emacs. I propose the following change: