aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-28 03:00:55 -0400
committerCraig Jennings <c@cjennings.net>2026-06-28 03:00:55 -0400
commit123432328a3e1fce1bae6d75a398031e6ae1ef30 (patch)
tree9119385642b4eda5707faf92ae72eaf98df73bf7 /scripts
parent073cf41ad07b8542fddfca1693c36e3e8353ff6b (diff)
downloaddotemacs-123432328a3e1fce1bae6d75a398031e6ae1ef30.tar.gz
dotemacs-123432328a3e1fce1bae6d75a398031e6ae1ef30.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')
0 files changed, 0 insertions, 0 deletions