[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master c29228e 01/33: posframe: update README.md
From: |
Feng Shu |
Subject: |
[elpa] master c29228e 01/33: posframe: update README.md |
Date: |
Fri, 14 Dec 2018 06:21:13 -0500 (EST) |
branch: master
commit c29228eb2100503a0fda39252d4f11c1eb5acc56
Author: Feng Shu <address@hidden>
Commit: Feng Shu <address@hidden>
posframe: update README.md
---
README.md | 48 ++++++++++++++++++++++++++----------------------
1 file changed, 26 insertions(+), 22 deletions(-)
diff --git a/README.md b/README.md
index 3f227e5..96508aa 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,23 @@
# 目录
-1. [Posframe README](#org53f6910)
- 1. [What is posframe](#org5cf1be8)
- 2. [Installation](#org5f830e9)
- 3. [Usage](#org40db1ee)
- 1. [Create a posframe](#org6f36699)
- 2. [Hide a posframe](#orgcd529fe)
- 3. [Hide all posframes](#org4e71a28)
- 4. [Delete a posframe](#org0f069f2)
- 5. [Delete all posframes](#org853d491)
+1. [Posframe README](#orgb0e618a)
+ 1. [What is posframe](#orga5aca6b)
+ 2. [Installation](#orgc054dab)
+ 3. [Usage](#orga60ff65)
+ 1. [Create a posframe](#org216b84e)
+ 2. [Hide a posframe](#orgda0528f)
+ 3. [Hide all posframes](#org7904f7f)
+ 4. [Delete a posframe](#org9aed6aa)
+ 5. [Delete all posframes](#orga1ab8fd)
-<a id="org53f6910"></a>
+<a id="orgb0e618a"></a>
# Posframe README
-<a id="org5cf1be8"></a>
+<a id="orga5aca6b"></a>
## What is posframe
@@ -29,24 +29,24 @@ The main advantages are:
1. It is fast enough for daily usage :-)
2. It works well with CJK language.
-NOTE: For MacOS users, posframe need emacs (version >= 26.0.91)
+NOTE: For MacOS users, posframe need Emacs (version >= 26.0.91)

-<a id="org5f830e9"></a>
+<a id="orgc054dab"></a>
## Installation
(require 'posframe)
-<a id="org40db1ee"></a>
+<a id="orga60ff65"></a>
## Usage
-<a id="org6f36699"></a>
+<a id="org216b84e"></a>
### Create a posframe
@@ -59,28 +59,33 @@ Arguments documents:
C-h f posframe-show
-<a id="orgcd529fe"></a>
+<a id="orgda0528f"></a>
### Hide a posframe
(posframe-hide " *my-posframe-buffer*")
-<a id="org4e71a28"></a>
+<a id="org7904f7f"></a>
### Hide all posframes
M-x posframe-hide-all
-<a id="org0f069f2"></a>
+<a id="org9aed6aa"></a>
### Delete a posframe
- (posframe-delete " *my-posframe-buffer*")
+1. Delete posframe and its buffer
+ (posframe-delete " *my-posframe-buffer*")
+2. Only delete posframe's frame
-<a id="org853d491"></a>
+ (posframe-delete-frame " *my-posframe-buffer*")
+
+
+<a id="orga1ab8fd"></a>
### Delete all posframes
@@ -91,5 +96,4 @@ suggest not run this command if you are sharing a buffer
between posframe and other packages.
-
-Converted from posframe.el by [el2org](https://github.com/tumashu/el2org) .
\ No newline at end of file
+Converted from posframe.el by [el2org](https://github.com/tumashu/el2org).
- [elpa] master updated (d461e05 -> 769adaa), Feng Shu, 2018/12/14
- [elpa] master 0e031b3 02/33: posframe: posframe--last-position -> posframe--last-posframe-pixel-position, Feng Shu, 2018/12/14
- [elpa] master c29228e 01/33: posframe: update README.md,
Feng Shu <=
- [elpa] master 3a8c29e 05/33: posframe: version 0.4.0, Feng Shu, 2018/12/14
- [elpa] master 2e8003e 04/33: posframe: Add posframe--last-font-height-info., Feng Shu, 2018/12/14
- [elpa] master f88138f 03/33: posframe: Add posframe--last-poshandler-info, Feng Shu, 2018/12/14
- [elpa] master 0ac1e46 06/33: Disable posframe-mouse-banish on macOS, Feng Shu, 2018/12/14
- [elpa] master 26d36c7 07/33: Account for frame height and width when repositioning, Feng Shu, 2018/12/14
- [elpa] master d8ec23d 13/33: posframe-hide-frame -> posframe--make-frame-invisible, Feng Shu, 2018/12/14
- [elpa] master fe30ee8 09/33: Merge pull request #7 from raxod502/feat/mouse-banish-on-macos, Feng Shu, 2018/12/14
- [elpa] master c94bf8a 08/33: Merge pull request #9 from aaronjensen/account-for-frame-height-and-width-when-positioning, Feng Shu, 2018/12/14
- [elpa] master 4c31de2 11/33: Merge pull request #10 from manateelazycat/patch-1, Feng Shu, 2018/12/14
- [elpa] master b79f1ce 17/33: posframe: Add fullscreen parameter, Feng Shu, 2018/12/14