[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/posframe b282107: * posframe.el (posframe-run-hidehandl
From: |
Feng Shu |
Subject: |
[elpa] externals/posframe b282107: * posframe.el (posframe-run-hidehandler): Fix Wery strange bug with combination of scrolling, treemacs, and emacs-parinfer-mode #72 |
Date: |
Fri, 14 Aug 2020 01:32:03 -0400 (EDT) |
branch: externals/posframe
commit b28210748d982ca1c30debb3b3861063e7223c6c
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>
* posframe.el (posframe-run-hidehandler): Fix Wery strange bug with
combination of scrolling, treemacs, and emacs-parinfer-mode #72
---
posframe.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/posframe.el b/posframe.el
index c3068ac..9252a67 100644
--- a/posframe.el
+++ b/posframe.el
@@ -836,8 +836,7 @@ BUFFER-OR-NAME can be a buffer or a buffer name."
(defun posframe-run-hidehandler ()
"Run posframe hidehandler. this function is used in `post-command-hook'."
- (while-no-input
- (redisplay)
+ (ignore-errors
(dolist (frame (frame-list))
(let ((hidehandler (frame-parameter frame 'posframe-hidehandler))
(buffer (frame-parameter frame 'posframe-buffer))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/posframe b282107: * posframe.el (posframe-run-hidehandler): Fix Wery strange bug with combination of scrolling, treemacs, and emacs-parinfer-mode #72,
Feng Shu <=