diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 03:00:55 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 03:00:55 -0400 |
| commit | b6ba0b97bd6085961f1a447d94740efb336d4ce6 (patch) | |
| tree | da4589b43456d14c81fc65ad973b971c4d70956d /scripts/theme-studio/Makefile | |
| parent | ffa458a688992c200ed2afa921a9d350905abafd (diff) | |
| download | dotemacs-b6ba0b97bd6085961f1a447d94740efb336d4ce6.tar.gz dotemacs-b6ba0b97bd6085961f1a447d94740efb336d4ce6.zip | |
fix(transcription): write stderr to the error log instead of a phantom buffer
make-process :stderr was a file path, but :stderr takes a buffer, so Emacs made a buffer named after the path instead of writing the file. The "Errored. Logs in <file>" notification pointed at a log with no error text, and that hidden buffer leaked one per transcription.
I now route stderr through an explicit, erased buffer: passed to :stderr, threaded to the sentinel, drained into the log, then killed. That keeps stderr off the stdout :buffer, so the transcript stays clean.
Diffstat (limited to 'scripts/theme-studio/Makefile')
0 files changed, 0 insertions, 0 deletions
