emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/posframe 5b2e3fc 36/40: Force raise the current posfram


From: Feng Shu
Subject: [elpa] externals/posframe 5b2e3fc 36/40: Force raise the current posframe.
Date: Wed, 5 Feb 2020 04:27:23 -0500 (EST)

branch: externals/posframe
commit 5b2e3fcefce3a0c990c164dbf65009844e0cca74
Author: Feng Shu <address@hidden>
Commit: Feng Shu <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]