astroid icon indicating copy to clipboard operation
astroid copied to clipboard

< binding breaks help display

Open teto opened this issue 5 years ago • 1 comments

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

teto avatar Nov 28 '18 01:11 teto

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

On Wed, Nov 28, 2018 at 2:25 AM Matthieu Coudron [email protected] 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 .

gauteh avatar Nov 28 '18 09:11 gauteh