-
Notifications
You must be signed in to change notification settings - Fork 7
Hiroaki Otsu edited this page May 13, 2014
·
2 revisions
About API being provided by pophint.el
Define a source.
There is the following effect by doing this command.
- The variable, which is named
pophint:source-...
, is defined. - The command, which is named
pophint:do-...
, is defined.
Define a action.
There is the following effect by doint this command.
- Increase the select item of
pophint:do-interactively
for the action. - The command, which is named
pophint:do-flexibly-...
, is defined.
Define a situation.
There is the following effect by doint this command.
- Increase the select item of
pophint:do-situationally
for the situation. - The command, which is named
pophint:do-situationally-...
, is defined.
Situation means the function that manages the totality of the frame of Emacs,
like e2wm.
In the situation, pophint:do-situationally
is a command for doing pophint:do
with well-chosen source from pophint:dedicated-sources
for each window.
Get the current direction of searching hint position.