2.92 emacsvox-eat-review

Frozen, read-only review and explicit inspection for EAT screen state. Load ‘emacsvox-eat’ rather than requiring this module directly.

2.92.1 Emacsvox-Eat-Review Commands

2.92.1.1 emacsvox-eat-review-goto-cursor

Command: emacsvox-eat-review-goto-cursor
Return to the frozen screen’s captured terminal cursor row.

2.92.1.2 emacsvox-eat-review-goto-focus

Command: emacsvox-eat-review-goto-focus
Move to the frozen conservative focus row and speak it.

2.92.1.3 emacsvox-eat-review-mode

Command: emacsvox-eat-review-mode
Review a frozen concealed-redacted EAT screen without touching its terminal.

The buffer is an explicit immutable copy.  n and p move by terminal row; SPC,
RET, or period speaks the current row; C returns to the captured cursor; h
moves to a retained likely focus; [ and ] move among selection-like styled
regions without treating them as focus; c shows retained completion/help
output; s returns to screen rows; a speaks the bounded current view; t and i
speak frozen status and metadata; v and m control source-terminal feedback
without sending terminal input; and q kills the content-bearing review buffer.

In addition to any hooks its parent mode ‘special-mode’ might have
run, this mode runs the hook ‘emacsvox-eat-review-mode-hook’, as the
final or penultimate step during initialization.

Key             Binding
——————————————————————————-
RET		emacsvox-eat-review-speak-current-line
C-n		emacsvox-eat-review-next-line
C-p		emacsvox-eat-review-previous-line
SPC		emacsvox-eat-review-speak-current-line
-		negative-argument
.		emacsvox-eat-review-speak-current-line
0 .. 9		digit-argument
<		beginning-of-buffer
>		end-of-buffer
?		describe-mode
C		emacsvox-eat-review-goto-cursor
[		emacsvox-eat-review-previous-styled-region
]		emacsvox-eat-review-next-styled-region
a		emacsvox-eat-review-speak-view
c		emacsvox-eat-review-show-completion
g		revert-buffer
h		emacsvox-eat-review-goto-focus
i		emacsvox-eat-speak-retained-metadata
m		emacsvox-eat-toggle-background-monitoring
n		emacsvox-eat-review-next-line
p		emacsvox-eat-review-previous-line
q		emacsvox-eat-review-quit
s		emacsvox-eat-review-show-screen
t		emacsvox-eat-speak-retained-status
v		emacsvox-eat-cycle-verbosity
DEL		scroll-down-command
S-SPC		scroll-down-command
<down>		emacsvox-eat-review-next-line
<up>		emacsvox-eat-review-previous-line

2.92.1.4 emacsvox-eat-review-next-line

Command: emacsvox-eat-review-next-line (&optional count)
Move forward COUNT frozen terminal rows and speak the destination.

(fn &optional COUNT)

2.92.1.5 emacsvox-eat-review-next-styled-region

Command: emacsvox-eat-review-next-styled-region
Move to and speak the next frozen selection-like styled region.

2.92.1.6 emacsvox-eat-review-previous-line

Command: emacsvox-eat-review-previous-line (&optional count)
Move backward COUNT frozen terminal rows and speak the destination.

(fn &optional COUNT)

2.92.1.7 emacsvox-eat-review-previous-styled-region

Command: emacsvox-eat-review-previous-styled-region
Move to and speak the previous frozen selection-like styled region.

2.92.1.8 emacsvox-eat-review-quit

Command: emacsvox-eat-review-quit
Kill the content-bearing frozen EAT review and restore its prior window.

2.92.1.9 emacsvox-eat-review-screen

Command: emacsvox-eat-review-screen
Open a read-only review copied from retained EAT screen state.
The command never captures mutable live terminal-buffer text.

2.92.1.10 emacsvox-eat-review-show-completion

Command: emacsvox-eat-review-show-completion
Render and speak the frozen terminal candidate or help-row presentation.

2.92.1.11 emacsvox-eat-review-show-screen

Command: emacsvox-eat-review-show-screen
Render the frozen terminal screen and move to its captured cursor row.

2.92.1.12 emacsvox-eat-review-speak-current-line

Command: emacsvox-eat-review-speak-current-line (&optional introduction replaceable-p)
Speak the current frozen terminal row after optional INTRODUCTION.
When REPLACEABLE-P is non-nil, interrupt an older row announcement from this
review because only the newly reached row remains useful.

(fn &optional INTRODUCTION REPLACEABLE-P)

2.92.1.13 emacsvox-eat-review-speak-view

Command: emacsvox-eat-review-speak-view
Speak a bounded overview of the current immutable review view.

2.92.1.14 emacsvox-eat-speak-completion-output

Command: emacsvox-eat-speak-completion-output
Speak the latest retained terminal candidate or help-row presentation.

2.92.1.15 emacsvox-eat-speak-current-row

Command: emacsvox-eat-speak-current-row
Speak the terminal cursor row from the latest retained screen snapshot.

2.92.1.16 emacsvox-eat-speak-last-change

Command: emacsvox-eat-speak-last-change
Speak the most recent quiesced terminal change from retained state.

2.92.1.17 emacsvox-eat-speak-likely-focus

Command: emacsvox-eat-speak-likely-focus
Speak the latest conservative terminal focus inference for review.

2.92.1.18 emacsvox-eat-speak-retained-metadata

Command: emacsvox-eat-speak-retained-metadata
Speak the latest retained or explicitly frozen title/directory change.

2.92.1.19 emacsvox-eat-speak-retained-status

Command: emacsvox-eat-speak-retained-status
Speak the latest retained or explicitly frozen terminal status row.

2.92.1.20 emacsvox-eat-speak-visible-screen

Command: emacsvox-eat-speak-visible-screen
Speak a bounded frozen copy of the latest retained visible EAT screen.