astroidmail / astroid

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
http://astroidmail.github.io
Other
613 stars 65 forks source link

< binding breaks help display #605

Open teto opened 5 years ago

teto commented 5 years ago

Already discussed on irc but it popped up again and I don't know when I can tackle it: a keybinding using '<' will break the display of astroid's help (? key). for instance when running astroid 0.14 with this binding thread_view.forward_inline=< # Forward current message inlined, no defaults.

stdout/err displays


<b>C-f</b>: Filter rows
<b>C-m</b>: Toggle 'muted' tag on thread, it will be excluded from searches
<b>C-s</b>: Cycle through sort options: 'oldest', 'newest', 'messageid', 'unsorted'
<b>C-u,Page_Up,C-Up</b>: Page up
<b>C-v</b>: Duplicate and refine query
<b>C-w</b>: Close thread view pane if open
<b>C-Return,C-KP_Enter</b>: Open thread in new window
' from markup due to error parsing markup: Erreur à la ligne 43, caractère 8 : « < » n’est pas un nom valide
gauteh commented 5 years ago

Ah, they should be escaped when the help mode text is created.

On Wed, Nov 28, 2018 at 2:25 AM Matthieu Coudron notifications@github.com wrote:

Already discussed on irc but it popped up again and I don't know when I can tackle it: a keybinding using '<' will break the display of astroid's help (? key). for instance when running astroid 0.14 with this binding thread_view.forward_inline=< # Forward current message inlined, no defaults.

stdout/err displays

C-f: Filter rows C-m: Toggle 'muted' tag on thread, it will be excluded from searches C-s: Cycle through sort options: 'oldest', 'newest', 'messageid', 'unsorted' C-u,Page_Up,C-Up: Page up C-v: Duplicate and refine query C-w: Close thread view pane if open C-Return,C-KP_Enter: Open thread in new window ' from markup due to error parsing markup: Erreur à la ligne 43, caractère 8 : « < » n’est pas un nom valide

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/astroidmail/astroid/issues/605, or mute the thread https://github.com/notifications/unsubscribe-auth/AADd--mG_6xQW9mKIWVKbkTvr-wOVRGlks5uzeX7gaJpZM4Y2qkR .