[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole 0ed3e05a55 6/9: hywiki.el - Reduce sit-for to
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole 0ed3e05a55 6/9: hywiki.el - Reduce sit-for to 0 just to trigger redisplay |
Date: |
Sun, 11 Aug 2024 03:58:27 -0400 (EDT) |
branch: externals/hyperbole
commit 0ed3e05a5585ea6230adda721dfe3a183d5dd041
Author: bw <rsw@gnu.org>
Commit: bw <rsw@gnu.org>
hywiki.el - Reduce sit-for to 0 just to trigger redisplay
Resolves gh#pull/563.
---
ChangeLog | 5 +++++
hywiki.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 20f1cc12aa..c148d43063 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-11 Bob Weiner <rsw@gnu.org>
+
+* hywiki.el (hywiki-maybe-highlight-page-names-in-frame): Reduce sit-for
+ to 0 since just want to trigger redisplay.
+
2024-08-10 Bob Weiner <rsw@gnu.org>
* hynote.el: Update commentary to current functionality.
diff --git a/hywiki.el b/hywiki.el
index 44d68a2d13..35c3c6a975 100644
--- a/hywiki.el
+++ b/hywiki.el
@@ -958,7 +958,7 @@ the current page unless they have sections attached."
(with-selected-window window
;; Display buffer before `normal-mode' triggers possibly
;; long-running font-locking
- (sit-for 0.1)
+ (sit-for 0)
(hywiki-maybe-highlight-page-names)))
nil frame))
- [elpa] externals/hyperbole updated (ce1b5a3a34 -> 99cc9cbd75), ELPA Syncer, 2024/08/11
- [elpa] externals/hyperbole 68b68ded5f 5/9: Merge pull request #568 from rswgnu/more-minor-cleanups, ELPA Syncer, 2024/08/11
- [elpa] externals/hyperbole b10b0ac340 4/9: HyWiki - Publish a HyWiki to HTML: {M-x hywiki-publish-to-html RET}, ELPA Syncer, 2024/08/11
- [elpa] externals/hyperbole 4b80cd2a8a 2/9: Add keywords to remove warning for define-minor-mode, ELPA Syncer, 2024/08/11
- [elpa] externals/hyperbole 18ee38d930 7/9: Merge branch 'master' into rsw, ELPA Syncer, 2024/08/11
- [elpa] externals/hyperbole 99cc9cbd75 9/9: Merge pull request #569 from rswgnu/rsw, ELPA Syncer, 2024/08/11
- [elpa] externals/hyperbole 0ed3e05a55 6/9: hywiki.el - Reduce sit-for to 0 just to trigger redisplay,
ELPA Syncer <=
- [elpa] externals/hyperbole b880132374 3/9: Shorten first line in docstrings to avoid 80 char warning, ELPA Syncer, 2024/08/11
- [elpa] externals/hyperbole 1908e42fc3 1/9: Add public declarations to remove warnings, ELPA Syncer, 2024/08/11
- [elpa] externals/hyperbole 185affeb56 8/9: hywiki.el - Change `hywiki-directory' to a defcustom, ELPA Syncer, 2024/08/11