GNU bug report logs -
#78807
31.0.50; Wave underline set wrongly
Previous Next
Full log
View this message in rfc822 format
> Date: Mon, 16 Jun 2025 17:41:18 +0200
> From: Ergus via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> I am using emacs on tmux, which does not support wave underline (it
> prints it as normal text)
>
> echo -e "\e[4:3mThis is normal text in tmux\e[0m"
>
> When I try
>
> (display-supports-face-attributes-p '(:underline (:style wave)))
>
> it returns t, which for tmux it seems like it shouldn't.
>
> So this makes that faces like `flyspell-incorrect` look like normal text
> and no highlight is visible at all.
I suggest to report this to the developers of tmux: they should make
sure the terminfo entry correctly reflects the actual capabilities
they support. As you can see in tty_capable_p, Emacs just looks at
the capabilities reported by terminfo.
This bug report was last modified 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.