[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/posframe fc8c45b 5/6: * posframe.el (posframe-show): Up
From: |
ELPA Syncer |
Subject: |
[elpa] externals/posframe fc8c45b 5/6: * posframe.el (posframe-show): Update docstring about poshandler. |
Date: |
Sat, 23 Oct 2021 22:57:38 -0400 (EDT) |
branch: externals/posframe
commit fc8c45ba8059da2a5cac10e95df399c2ada890fe
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>
* posframe.el (posframe-show): Update docstring about poshandler.
---
posframe.el | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/posframe.el b/posframe.el
index 93d232a..b5c4203 100644
--- a/posframe.el
+++ b/posframe.el
@@ -362,7 +362,19 @@ position. Its argument is a plist of the following form:
By default, poshandler is auto-selected based on the type of POSITION,
but the selection can be overridden using the POSHANDLER argument.
-The builtin poshandler functions are listed below:
+
+The name of poshandler function is like:
+
+ posframe-poshandler-p0.5p0-to-w0.5p1
+
+which mean is that posframe(a, b) align to a position(a, b):
+
+1. a = 0.5 * posframe-width
+2. b = 0 * posframe-height
+3. c = 0.5 * window-width
+4. d = 1 * point-height
+
+The alias of builtin poshandler functions are listed below:
1. `posframe-poshandler-frame-center'
2. `posframe-poshandler-frame-top-center'
- [elpa] externals/posframe updated (f97c4af -> 736b7ff), ELPA Syncer, 2021/10/23
- [elpa] externals/posframe cca585a 1/6: Rename all poshandler functions., ELPA Syncer, 2021/10/23
- [elpa] externals/posframe 9560305 2/6: Add posframe-poshander-point-1, ELPA Syncer, 2021/10/23
- [elpa] externals/posframe 5542b2a 3/6: Fix wrong poshandler function name: posframe-poshandler-p0.5p0.5-to-p0p0, ELPA Syncer, 2021/10/23
- [elpa] externals/posframe 3ed4ef7 4/6: * posframe.el (posframe-poshandler-p0p0-to-p0p1): Remove useless arguments., ELPA Syncer, 2021/10/23
- [elpa] externals/posframe fc8c45b 5/6: * posframe.el (posframe-show): Update docstring about poshandler.,
ELPA Syncer <=
- [elpa] externals/posframe 736b7ff 6/6: * posframe.el (posframe-show): Fix docstring., ELPA Syncer, 2021/10/23