[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/corfu-doc 91e66b0804 25/95: Avoid warning if x-gtk-resi
From: |
ELPA Syncer |
Subject: |
[elpa] externals/corfu-doc 91e66b0804 25/95: Avoid warning if x-gtk-resize-child-frames is missing |
Date: |
Tue, 19 Jul 2022 15:58:02 -0400 (EDT) |
branch: externals/corfu-doc
commit 91e66b0804009feef3016cb66814c21b776adf49
Author: Yuwei Tian <ibluefocus@outlook.com>
Commit: Yuwei Tian <ibluefocus@outlook.com>
Avoid warning if x-gtk-resize-child-frames is missing
Sync with minad/corfu@3d447e5b719017b40fc9e462175dd955c591c3c6.
---
corfu-doc.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/corfu-doc.el b/corfu-doc.el
index 9ce62e5039..22a5400bef 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -123,6 +123,7 @@ If this is nil, do not resize corfu doc frame
automatically."
buffer))
;; Function adapted from corfu.el by Daniel Mendler
+(defvar x-gtk-resize-child-frames) ;; Not present on non-gtk builds
(defun corfu-doc--make-frame (content)
"Make child frame with CONTENT."
(let* ((window-min-height 1)
- [elpa] externals/corfu-doc 15dfe652f5 22/95: Automatically resize the corfu doc frame, (continued)
- [elpa] externals/corfu-doc 15dfe652f5 22/95: Automatically resize the corfu doc frame, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 214b14115e 39/95: Hide doc frame if there is no documentation, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 95fdae5755 46/95: Update installation, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc df8d7e2242 34/95: README: Document `corfu-doc-hide-threshold`, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 2a3f515022 63/95: Add corfu-doc--popup-scroll function, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc b3394359de 54/95: Fix #9 (again): fix error when candidate index is nil, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 6c0653336d 36/95: Avoid doc frame repositioning delay, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 2e74659620 60/95: Hide the doc frame when current candidate is nil, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 807448a3de 38/95: Version 0.3.0, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 5a6f4f879d 59/95: Version 0.5.0, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 91e66b0804 25/95: Avoid warning if x-gtk-resize-child-frames is missing,
ELPA Syncer <=
- [elpa] externals/corfu-doc 904df4f99a 62/95: Make corfu-doc-mode a global minor mode, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 9750d1af61 65/95: Fix calling corfu-doc--refresh-popup, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 9d81c522f6 56/95: Simplify code, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc f63395100e 69/95: Fix typo (#14), ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 96b5de8cce 61/95: Version 0.5.1, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 611895ef47 66/95: Version 0.6.0, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 7b10759a2e 73/95: Fix warnings, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 8170be8375 77/95: Fix duplicate code, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc d89012ed6a 68/95: Version 0.6.1, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc cc13a259dd 86/95: No need to check corfu-mode, ELPA Syncer, 2022/07/19