Frozen, read-only review and explicit inspection for EAT screen state. Load ‘emacsvox-eat’ rather than requiring this module directly.
Return to the frozen screen’s captured terminal cursor row.
Move to the frozen conservative focus row and speak it.
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
Move forward COUNT frozen terminal rows and speak the destination. (fn &optional COUNT)
Move to and speak the next frozen selection-like styled region.
Move backward COUNT frozen terminal rows and speak the destination. (fn &optional COUNT)
Move to and speak the previous frozen selection-like styled region.
Kill the content-bearing frozen EAT review and restore its prior window.
Open a read-only review copied from retained EAT screen state. The command never captures mutable live terminal-buffer text.
Render and speak the frozen terminal candidate or help-row presentation.
Render the frozen terminal screen and move to its captured cursor row.
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)
Speak a bounded overview of the current immutable review view.
Speak the latest retained terminal candidate or help-row presentation.
Speak the terminal cursor row from the latest retained screen snapshot.
Speak the most recent quiesced terminal change from retained state.
Speak the latest conservative terminal focus inference for review.
Speak the latest retained or explicitly frozen title/directory change.