[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/corfu-doc 13574ae5d1 82/95: Make corfu-doc-display-with
From: |
ELPA Syncer |
Subject: |
[elpa] externals/corfu-doc 13574ae5d1 82/95: Make corfu-doc-display-within-parent-frame default to t |
Date: |
Tue, 19 Jul 2022 15:58:07 -0400 (EDT) |
branch: externals/corfu-doc
commit 13574ae5d17de692f335136f3e3a3ee63463f180
Author: Yuwei Tian <ibluefocus@outlook.com>
Commit: Yuwei Tian <ibluefocus@outlook.com>
Make corfu-doc-display-within-parent-frame default to t
---
README.org | 8 ++++----
corfu-doc.el | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index 9e673e6d6c..a2271697a1 100644
--- a/README.org
+++ b/README.org
@@ -50,11 +50,11 @@ Bind a key to quickly toggle the documentation popup on or
off.
(define-key corfu-map (kbd "M-d") #'corfu-doc-toggle)
#+end_src
-** Display the doc frame within the parent frame
+** Display the doc frame beyond the parent frame
-You could choose to display the doc frame within the parent frame by setting
-=corfu-doc-display-within-parent-frame= to non-nil. Otherwise, the position of
-the doc frame is calculated base on the size of the display monitor.
+The doc frame is displayed within the parent frame by default.
+However, the position of the doc frame can be calculated base on the size of
+the display monitor if =corfu-doc-display-within-parent-frame= is set to =nil=.
#+begin_quote
Most window-systems clip a child frame at the native edges (see
[[https://www.gnu.org/software/emacs/manual/html_node/elisp/Frame-Geometry.html][Frame
Geometry]])
diff --git a/corfu-doc.el b/corfu-doc.el
index 9728f326b5..64910ddf00 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -80,7 +80,7 @@ If this is nil, do not resize corfu doc frame automatically."
:type 'boolean
:safe #'booleanp)
-(defcustom corfu-doc-display-within-parent-frame nil
+(defcustom corfu-doc-display-within-parent-frame t
"Display the doc popup within the parent frame.
If this is nil, it means that the parent frame do not clip child
- [elpa] externals/corfu-doc e9562c3936 48/95: Update commentary, (continued)
- [elpa] externals/corfu-doc e9562c3936 48/95: Update commentary, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc d857f012ad 33/95: Reduce doc frame flickering when the delay is very low, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 45853ecb53 24/95: Version 0.1.0, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc dcc481a5d0 58/95: Document display the doc frame within the parent frame, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc e1c79e8ffc 27/95: Version 0.1.1, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 1fd578caa0 53/95: Fix link, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc d2abf185e6 75/95: Rename corfu-doc--popup-transit to corfu-doc--popup-transition, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 07d389a0ab 74/95: Make candidates popup and doc popup share the border, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 832b49e2a1 83/95: Remove :safe args, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc be90c96079 84/95: Merge functions to get the documentation of the candidate, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 13574ae5d1 82/95: Make corfu-doc-display-within-parent-frame default to t,
ELPA Syncer <=
- [elpa] externals/corfu-doc 616a2a9fc6 93/95: Fix regression error when scrolling doc popup, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 767e7574ef 89/95: Obsolete toggle-corfu-doc-mode command, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc da93136780 95/95: Increase the default max width of the doc frame to 80 characters, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 8e463cccad 11/95: Fix #4: add requirement for map library, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc b8b47f79bc 03/95: Make the documentation scrollable, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc d2260b04d7 04/95: Fix doc frame border missing problem, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc fd15093639 05/95: Add left and right margins, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc c6b54c923e 14/95: Add command to quickly toggle documentation popup on or off, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 98398c61fa 15/95: Fix wrong argument type error when calling frame-visible-p, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc e18aea61e7 10/95: Version 0.0.3, ELPA Syncer, 2022/07/19