From f84bba186dca1543f9c5f02c03af355188b6e87c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 24 May 2026 17:01:40 -0500 Subject: docs(load-graph): classify remaining domain and optional modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Final classification batch: the last 19 modules — linear-config, local-repository, lorem-optimum, mail-config, markdown-config, music-config, pdf-config, quick-video-capture, reconcile-open-repos, restclient-config, slack-config, system-commands, telega-config, tramp-config, transcription-config, video-audio-recording, vterm-config, weather-config, wrap-up. I annotated each header, added a Batch 9 table to the inventory, and extended the validation allowlist. 101 of 102 modules are now classified; only elfeed-config remains, deferred on its test fix. Two more hidden dependencies turned up. video-audio-recording uses the boundp shim for its C-; r binding, and mail-config registers C-; e directly without requiring keybindings, so it errors standalone rather than degrading. Both recorded for Phase 2. --- modules/video-audio-recording.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'modules/video-audio-recording.el') diff --git a/modules/video-audio-recording.el b/modules/video-audio-recording.el index 282fdf85..38c1931c 100644 --- a/modules/video-audio-recording.el +++ b/modules/video-audio-recording.el @@ -3,6 +3,18 @@ ;; ;;; Commentary: ;; +;; Layer: 4 (Optional). +;; Category: O/D/S. +;; Load shape: eager. +;; Eager reason: none; registers a recording keymap, but device probing should +;; run only on command (command-loaded target). +;; Top-level side effects: defines cj/record-map and conditionally registers it +;; under C-; r. +;; Runtime requires: system-lib. keybindings is needed for the C-; r binding but +;; only reached through a boundp guard, so the binding silently drops +;; standalone. Phase 2 fix. +;; Direct test load: conditional (C-; r registration skipped without keybindings). +;; ;; Desktop video and audio recording from within Emacs using ffmpeg. ;; Records from both microphone and system audio simultaneously, which ;; makes it suitable for capturing meetings, presentations, and desktop activity. -- cgit v1.2.3