zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.09k stars 85 forks source link

Highlight quote when jumping to message #450

Closed BlindingDark closed 1 week ago

BlindingDark commented 9 months ago

This will behave more like the official Telegram client.

zevlg commented 4 months ago

It is nice to have this feature, to highlight the quote, however, this implementation is a bit clumsy. Best approach would be to to mark part of the message content to be highlighted and redisplay it. Message inserter should look at this property and apply pulse-momentary-highlight-region for that part of the message. In this approach there will be no hacks and cut&paste things