Joseph Ferano 3165cb73a6 A propertized string is not a string once it reaches the daemon's reader
comint hands the input sender its buffer text with font-lock's properties
still on it, and prin1 writes such a string as #(...) — which the daemon
reads as a bare symbol followed by a stray list, so the field stops being
a string without anything saying so.  The wire layer strips rather than
asking every caller to remember: it is the one place that knows the text
is about to become bytes.
2026-09-19 02:18:38 +07:00
..