branch: externals/posframe commit c06b30a0924fbc674f7d088b1ea216a59579fe63 Author: Declan Tsien <declants...@riseup.net> Commit: tumashu <tuma...@163.com>
Use parent's minibuffer window --- posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posframe.el b/posframe.el index e2aad5a086..7efe597d5c 100644 --- a/posframe.el +++ b/posframe.el @@ -693,7 +693,7 @@ ACCEPT-FOCUS." (undecorated . t) (visibility . nil) (cursor-type . nil) - (minibuffer . nil) + (minibuffer . ,(minibuffer-window parent-frame)) (left . ,(if (consp position) (car position) 0)) (top . ,(if (consp position) (cdr position) 0)) (width . 1)