INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Is cursor at last position?
-- Move cursor to next position, if any.
-- Move cursor to previous position, if any.
-- Move cursor to last position.
-- (Go before if empty)
-- Move cursor `i' positions. The cursor
-- may end up `off' if the offset is to big.
-- Add `v' to beginning.
-- Do not move cursor.
-- Add `v' to end.
-- Do not move cursor.
-- Add `v' to the left of cursor position.
-- Do not move cursor.
-- Add `v' to the right of cursor position.
-- Do not move cursor.
-- Merge `other' into current structure before cursor
-- position. Do not move cursor. Empty `other'.
-- Merge `other' into current structure after cursor
-- position. Do not move cursor. Empty `other'.
-- Remove current item.
-- Move cursor to right neighbor
-- (or `after' if no right neighbor).
-- Remove item to the left of cursor position.
-- Do not move cursor.
-- Remove item to the right of cursor position.
-- Do not move cursor.
-- Remove all items.
-- Remove from current list
-- min (`n', `count' - `index' - 1) items
-- starting at cursor position.
-- Move cursor right one position.
-- Make extracted sublist accessible
-- through attribute `sublist'.
-- Create sublist
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |