File: kvspec.el.html
; Koutliner view specs (each viewspec is invoked with its first letter)
+ means support code has been written already.
+ all: Show all lines of cells and all cells in the outline.
+ blank: Blank lines are on.
b - on
+ cutoff: Show only NUM lines per cell, 0 = all
c - set default cutoff lines
cNUM - set cutoff lines to NUM
descend: Only entries below this entry
+ elide: Ellipses are on (now always true)
e - ellipses on
filter: Regexp or filter program to select entries for view,
off=select non-matching entries
glue: Freeze any group of entries selected to stay at top of
window, off=freeze those not-in-group.
include: Include an entry referenced by a link.
+ level: Some levels are hidden.
l - set default level clipping
lNUM - set level clipping to NUM
name: Display leading names within cells.
m - show names
+ number: Cell numbers are on
n - set default labels
n0 - display idstamp labels
n1 - display alpha labels
n2 - display partial alpha labels
n. - display legal labels
n* - display star labels
n~ - turn off labels
rest: Only following cells.
synthesize: Use a named generator function to generate entries for
view.
view: Turn koutliner view mode on. Standard insertion keys then
can be used for browsing and view setting.
Defined variables (4)
kvspec:current | String that represents the current view spec. |
kvspec:label-type-alist | Alist of (view-spec-character . label-type) pairs. |
kvspec:string | String displayed in koutline modelines to reflect the current view spec. |
kvspec:string-format | Format of the kview spec modeline display. |
Defined functions (14)
kvspec:activate | (&optional VIEW-SPEC) |
kvspec:blank-lines | () |
kvspec:compute | () |
kvspec:elide | () |
kvspec:hide-levels | () |
kvspec:levels-to-show | (LEVELS-TO-KEEP) |
kvspec:lines-to-show | () |
kvspec:numbering | () |
kvspec:show-lines-per-cell | (NUM) |
kvspec:show-lines-this-cell | (NUM) |
kvspec:toggle-blank-lines | () |
kvspec:update | (VIEW-SPEC) |
kvspec:update-modeline | () |
kvspec:update-view | () |