branch: externals/posframe
commit 5b2e3fcefce3a0c990c164dbf65009844e0cca74
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    Force raise the current posframe.
---
 posframe.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/posframe.el b/posframe.el
index d229dc8..b7da939 100644
--- a/posframe.el
+++ b/posframe.el
@@ -571,6 +571,9 @@ You can use `posframe-delete-all' to delete all posframes."
       ;; Make sure not hide buffer's content for scroll down.
       (set-window-point (frame-root-window posframe--frame) 0)
 
+      ;; Force raise the current posframe.
+      (raise-frame posframe--frame)
+
       ;; Sometimes, if no this line, border can not be showed properly.
       (redisplay)
 

Reply via email to