Open teto opened 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 .
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 bindingthread_view.forward_inline=< # Forward current message inlined, no defaults.
stdout/err displays