diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-27 22:13:45 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-27 22:13:45 -0400 |
| commit | 18034d472fcacce8c31919713a1f3c8778b451a8 (patch) | |
| tree | c391d7ee1a8e9be3b64b02e8dd4ed9473cdc0d26 /todo.org | |
| parent | cd0d6079065e27296ea15a0c0dc01eebc0c96670 (diff) | |
| download | dotemacs-18034d472fcacce8c31919713a1f3c8778b451a8.tar.gz dotemacs-18034d472fcacce8c31919713a1f3c8778b451a8.zip | |
chore(todo): file inbox handoffs as tasks
Two actionable items from the inbox: eat semi-char mode swallows zoom-out (home-emacs, with the proposed binding fix in the body) and a new wttrin-instructions-header face for the theme-studio wttrin preview (emacs-wttrin). The other two emacs-wttrin notes were informational changes that already landed in weather-config.el and verified live, so they only needed marking processed.
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -429,6 +429,8 @@ What we're verifying: in dirvish, d now duplicates the file at point (delete-to- Expected: d duplicates; D names the exact targets and only deletes on yes; the files are gone with no trash copy. If sudo needs a password that shell-command can't supply, flag it — the delete may need to route through a tty instead. ** PROJECT [#A] Theme-Studio Open Work Parent grouping the open theme-studio / theming issues; close each child independently. +*** TODO [#C] wttrin-instructions-header in the wttrin preview :feature: +emacs-wttrin reworked the weather footer into two columns and added =wttrin-instructions-header= (default =(t :inherit (bold shadow))=, styling the "This view" and "Saved locations" column headers). Add it to theme-studio's wttrin preview and reflect the two-column footer so the live preview stays current. Full face inventory and a rendered sample are in the inbox handoff (2026-06-26); the face currently shows uncovered in face-coverage.org. *** 2026-06-27 Sat @ 22:05:31 -0400 Rebuilt the dirvish preview as a realistic two-pane Shipped in 61b68fcf (option 2). Two-pane dirvish: an active listing (per-type nerd-icons, sizes, hl-line, dimmed backup) beside an =ls -l= preview pane, the remaining faces in a labeled extras strip, all 38 dirvish faces still covered. Visual verified via off-screen screenshot. *** TODO [#A] theme-studio: consistent assignment-view table columns :feature:studio:next: @@ -4162,6 +4164,9 @@ Claude Code truncates a colored span without a reset, so the color bleeds down t ** TODO [#D] occur/xref font-lock coloring watch :bug: =occur= and =xref= enable font-lock themselves, not via =global-font-lock-mode=, so the exclusion fix does not apply and they show source-line fontification on purpose. No action unless a result ever renders with colors that do not match its source buffer, in which case investigate the real mechanism. +** TODO [#B] eat semi-char mode swallows zoom-out :bug:solo: +In =eat-semi-char-mode= (the AI session buffers) =C--= is bound to =eat-self-input= and forwarded to the terminal, so it never reaches =text-scale-decrease= and the font can only grow. On velox 2026-06-27 a session climbed to text-scale 17 (~20x, unreadable) with no in-buffer way down. Fix (binding in =eat-semi-char-mode-map= works for eat, unlike ghostel): =C--= to =text-scale-decrease=, =C-0= to =(text-scale-set 0)=. Tradeoff: =C--= no longer forwarded to the terminal (Claude TUI and tmux do not use it), =C-0= shadows =digit-argument= inside eat buffers only. From the home-emacs inbox handoff 2026-06-27. Roam KB 799e8ab5-1c2c-4874-9abc-dff2ec354181. + * Emacs Someday/Maybe ** TODO [#D] GPTel orphan tasks and useful ideas :feature: |
