Skip to content
Hiroaki Otsu edited this page May 13, 2014 · 2 revisions

About API being provided by pophint.el

pophint:defsource

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.

pophint:defaction

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.

pophint:defsituation

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.

pophint:get-current-direction

Get the current direction of searching hint position.

Clone this wiki locally