aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-24 00:39:16 -0400
committerCraig Jennings <c@cjennings.net>2026-06-24 00:39:16 -0400
commit3368009e8ce0c34ed1b70c84b43b2439a47900ef (patch)
tree2210eb18a42e7fc3c7efa6d05e97d969abddd414
parent72b951cec2d111e35e4ee7744430e0e90c64aded (diff)
downloaddotemacs-3368009e8ce0c34ed1b70c84b43b2439a47900ef.tar.gz
dotemacs-3368009e8ce0c34ed1b70c84b43b2439a47900ef.zip
chore(todo): reopen face-button and latexmk VERIFYs
Only the copy-mode scroll check was confirmed; restore the face-name button and latexmk manual VERIFYs to pending. Claude-Session: https://claude.ai/code/session_01BqrdWUo9GcznYX2pZr76gZ
-rw-r--r--todo.org15
1 files changed, 11 insertions, 4 deletions
diff --git a/todo.org b/todo.org
index ef8cb29c5..ca4513f5f 100644
--- a/todo.org
+++ b/todo.org
@@ -481,10 +481,17 @@ Craig confirmed in his live GUI frame: the agent window keeps its height across
Craig confirmed in his live GUI frame: toggling the agent off then on in a 3-window layout returns the same three windows — both working windows survive and the agent re-splits its own bottom strip. The reversible-toggle fix holds (64916462).
*** 2026-06-24 Wed @ 00:37:18 -0400 C-<up> copy-mode scroll verified in a real terminal
Craig confirmed in a live terminal: C-<up> enters copy-mode and scrolls up, repeated C-<up> keep scrolling without resetting, the other modified arrows are left alone (C-<left>/C-<right> still do readline word-motion at the prompt). The C-<up>-only fix + already-in-copy guard (commit 7696ff76) holds.
-*** 2026-06-24 Wed @ 00:37:18 -0400 face-name buttons open describe-face — verified
-Craig confirmed the face names in the *Face Diagnosis* report are live buttons: RET/click opens that face's describe-face help. The buttonize work (commit f7af814c) holds.
-*** 2026-06-24 Wed @ 00:37:18 -0400 latexmk compiles from C-c C-c — verified
-Craig confirmed the latexmk workflow works end to end: C-c C-c runs latexmk and produces a PDF, C-c C-v opens it. The two activation fixes (commit 6921d62c) hold.
+*** VERIFY face-name buttons open describe-face
+What we're verifying: the face names in the Face Diagnosis report are live buttons. The button text properties (action + face data) are confirmed in the daemon; this is the click/RET confirmation.
+- Put point on themed text and run =C-h F= (=cj/describe-face-at-point=).
+- In the *Face Diagnosis* buffer, move onto a face name (e.g. in the face stack or provenance) and press RET; also try mouse-1.
+Expected: RET or a click on a face name opens that face's =describe-face= help. Non-face entries (anonymous specs) stay plain text. If a name isn't clickable, note which group it's in and reopen.
+*** VERIFY latexmk compiles from C-c C-c
+What we're verifying: the two activation fixes make the latexmk workflow usable end to end. A live .tex buffer already reports =TeX-command-default= "latexmk" and "LatexMk" in =TeX-command-list=; this is the actual compile.
+- Open a small .tex document.
+- Press C-c C-c (it should default to LatexMk without prompting through the other commands first), then RET to run it.
+- Press C-c C-v to view the PDF.
+Expected: C-c C-c runs latexmk and produces a PDF; C-c C-v opens it in the selected viewer. If C-c C-c still defaults to LaTeX or latexmk is missing from the command list, capture it and reopen.
** PROJECT [#A] Theme-Studio Open Work
Parent grouping the open theme-studio / theming issues; close each child independently.