Skip to content
Hiroaki Otsu edited this page Sep 10, 2014 · 4 revisions

About the effect for the other package function by pophint-config.el

Show hints when set mark

When you do set-mark-command/cua-set-mark (C-SPC in default),
show hints for region end. Then, copy the selected region.

Show hints when isearch

When you do isearch-exit (RET in default), after isearch,
show hints for matched text. Then, move to the selected position.

Input query by hints when isearch

There are commands such as isearch-yank-word-or-char (C-w in default) which expands a query of isearch after isearch-forward (C-s in default).
You'll be able to do that by selecting hints.

Show hints before isearch

pophint-config:isearch-forward/pophint-config:isearch-backward are defined.
Their commands shows hints and start isearch-forward/isearch-backward after move to the selected position.

Show hints when other-window

When you do other-window (C-x o in default),
If the window is divided into three or more, show hints for each of windows. Then, move to the selected window.

Show hints before jump to definition

When you do the commands such as find-tag/find-function which jumps to the definition from the string under cursor,
show hints for each of symbol. Then, run commands after move to the selected position.

Operate like Vimperator/Keysnail on w3m buffer

The key binding is the following.

  • Follow link (*2) ... f
  • Follow link (*3) ... F
  • Follow link continuously ... C-c C-e / ; F
  • Follow link in current tab ... ; o
  • Follow link in new tab ... ; t
  • Copy the link text ... ; y
  • Show HTML of the link page ... ; v
  • Move to the link position ... ; RET

Show hints in array perspective of e2wm

In array perspective of e2wm,
When you do other-window (C-x o in default),
show hints for each of windows. Then, move to the selected window.
Also, you are able to show hints automatically when start the perspective.


*1 About config the above function, see ConfigItem#Function.
*2 Whether open new tab, depends on configuration.
*3 Use the opposite configuration to *2.

Show hints for each plugin window of e2wm

When the management of windows by e2wm is active, Show hints for each the following plugin window by pophint:do-situationally-e2wm.

  • files
  • history
  • history2
  • imenu

About the keybind of pophint:do-situationally-e2wm, see Example.