File: hibtypes.el.html
Implicit button types (ibtypes) in this file are defined in increasing
order of priority within this file (last one is highest priority).
To return a list of the implicit button types in priority order (highest
to lowest), evaluate:
(symset:get 'ibtypes 'symbols)
If you need to reset the priorities of all ibtypes, evaluate:
(symset:clear 'ibtypes)
and then reload this file.
To get a list of all loaded action types, evaluate:
(symset:get 'actypes 'symbols)
Defined variables (8)
action:end | Regexp matching the end of a Hyperbole Emacs Lisp expression to evaluate. |
action:start | Regexp matching the start of a Hyperbole Emacs Lisp expression to evaluate. |
elink:end | String matching the end of a link to a Hyperbole explicit button. |
elink:start | String matching the start of a link to a Hyperbole explicit button. |
glink:end | String matching the end of a link to a Hyperbole global button. |
glink:start | String matching the start of a link to a Hyperbole global button. |
ilink:end | String matching the end of a link to a Hyperbole implicit button. |
ilink:start | String matching the start of a link to a Hyperbole implicit button. |