> On 5 Jun 2025, at 08:49, Jared Finder wrote: > > On 2025-06-04 22:29, Eli Zaretskii wrote: >> Please fix those nits, and then we should wait for your >> copyright-assignment paperwork to be completed, and for Jared to >> respond to your previous message. > > I think Stéphane's latest patch addressed my question about using ansi-osc-handlers in term. I saw this new code in it: > > + (when-let* ((func (cdr (or (assoc-string > + code term-osc-handlers) > + (assoc-string > + code ansi-osc-handlers))))) > > Which looks right to me. When we want to have different handlers for term vs *compilation* buffers, we can just add a different handler to each variable. > > -- MJF