Results 2 comments of PeterfoxUwU

For `display-line-numbers-mode` there seems to be another although very hacky solution. You can use the overlay property `display-line-numbers-disable` to stop the line numbering from being drawn. Then you can manually...

In case this helps to identify the issue, using this workaround (which also fixes a lot of pack indexing problems in gcc) ``` c++ template struct pack_index { using Result...