bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57821: 29.0.50; ANSI sequence not filtered in compilation buffer


From: Basil L. Contovounesios
Subject: bug#57821: 29.0.50; ANSI sequence not filtered in compilation buffer
Date: Sun, 18 Sep 2022 18:19:15 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Matthias Meulien [2022-09-18 14:45 +0200] wrote:

> I also fixed the aliases: One was missing (comint-osc-handlers) and
> one name was wrong (comint-osc-hyperlink).

[...]

> +;; Aliases defined for reverse compatibility
> +(defalias 'comint-osc-handlers 'osc-handlers)
> +(defalias 'comint-osc-hyperlink-map 'osc-hyperlink-map)

These are variables, so should use defvaralias instead.

> +(defalias 'comint-osc-hyperlink 'osc-hyperlink)

This is a button type, so I guess the closest thing is making one the
:supertype of the other?

Thanks,

-- 
Basil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]