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

Terminal visualization glitch when opening a chat with pending scheduled messages #482

Closed mrkiko closed 2 months ago

mrkiko commented 2 months ago

The prompt line where the messages is typed contains unexpected character and ends up looking like (>>> **- F1 ◀{Contact Name • @nickname...️ All L4 (◁Chat[Loading...] ◁Auto-Fill Wrap) ----------------------------------------------------

This state is permanent. Probably the correct content is underneath and the chat doesn't look like loading anymore.

zevlg commented 2 months ago

Probably some error occurred, please set debug-on-error to non-nil and open chat with scheduled messages. If error occurs, backtrace buffer will pop up

mrkiko commented 2 months ago

Hello!! I tried M-x toggle-debug-on-error and debug-on-error is enabled globally. However, no errors occur when entering the chat where the terminal glitch happens. Thanks a lot for your work

zevlg commented 2 months ago

Okay, probably telega-symbol-alarm causes this glitch? Try another symbol as value for telega-symbol-alarm.

mrkiko commented 2 months ago

Changing the alarm symbol like this in init.el: '(telega-symbol-alarm "(!!)") solved my problem. Feel free to close the issue or ask me to do so. :) Thanks for your great work.