-
Notifications
You must be signed in to change notification settings - Fork 7
BundledSource
Abount the defined source within pophint-config.el
NAME is a "name" property value of the source.
The following command, which is named having NAME, is defined by defining the source.
You can use the source by M-x the command or binding key for the command.
pophint:do-NAME
... do pophint:do
using the source of NAME.
Note: Entity of the source is a variable which is named pophint:source-NAME
.
Note: Abount pophint:do
, see Command.
TGT is a description about where to show hint.
ACT is a action when user select hint.
The following source exists within pophint-config.el.
- Quoted
- NAME :
quoted
- TGT : Quoted text
- ACT : Move to the hint position.
- NAME :
- URL/Path
- NAME :
url-or-path
- TGT : String like URL/Filepath
- ACT : Move to the hint position.
- NAME :
- Cmt
- NAME :
comment-line
- TGT : Comment part in one line
- ACT : Move to the hint position.
- NAME :
- Line
- NAME :
one-line
- TGT : One line
- ACT : Move to the hint position.
- NAME :
- Sym
- NAME :
symbol
- TGT : Constituent characters of symbol
- ACT : Move to the hint position.
- NAME :
- Link
- NAME :
help-btn
/info-ref
/w3m-anchor
/eww-anchor
- TGT : Link text
- ACT : Follow the hint link.
- NAME :
- Node
- NAME :
dired-node
- TGT : Name part of File/Directory in dired mode buffer
- ACT : Move to the hint position.
- NAME :
- RangeYank
- NAME :
rangeyank
- TGT : Break of word
- ACT : Move to the hint position as region start. show hints for region end. copy the selected region.
- NAME :
When do pophint:do-flexibly
which handle multiple source,
the handled source is gotten from pophint:global-sources
/pophint:sources
.
The definition is the following.
Note: About above command/variable, see Command.
- Quoted
- URL/Path
- Cmt
- Line
- Sym
- Link (help-mode, Info-mode, w3m-mode, eww-mode)
- Node (dired-mode)