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 | 58185e82b3ce836142dfc48618f6ba323f6dddca (patch) | |
| tree | 6d990c9174e6ce38232b23c69a0a39795702cd1b /tests/test-custom-ordering-unarrayify.el | |
| parent | bd5fbb81df428cf2a7874778c857aec75edaea16 (diff) | |
| download | dotemacs-58185e82b3ce836142dfc48618f6ba323f6dddca.tar.gz dotemacs-58185e82b3ce836142dfc48618f6ba323f6dddca.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 'tests/test-custom-ordering-unarrayify.el')
0 files changed, 0 insertions, 0 deletions
