Created
August 30, 2012 08:12
-
-
Save quite/3524045 to your computer and use it in GitHub Desktop.
debug log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG:ui:Got key (['r'], [114]) | |
DEBUG:ui:cmdline: 'reply' | |
DEBUG:__init__:mode:thread got commandline "reply" | |
DEBUG:__init__:ARGS: [u'reply'] | |
DEBUG:__init__:cmd parms {'spawn': None, 'all': False} | |
INFO:ui:apply command: <alot.commands.thread.ReplyCommand object at 0x9c92b2c> | |
DEBUG:envelope:TEMPLATE: None | |
DEBUG:thread:reply to: Marc <[email protected]> | |
INFO:ui:apply command: <alot.commands.globals.ComposeCommand object at 0x9c4d86c> | |
DEBUG:globals:composecmd.apply: before ui.apply | |
INFO:ui:apply command: <alot.commands.envelope.EditCommand object at 0x9c4d94c> | |
INFO:envelope:editable headers: set(['To', 'From', 'Subject']) | |
DEBUG:globals:using editor_cmd: emacs +4 | |
DEBUG:globals:{'spawn: ': False, 'in_thread': False} | |
DEBUG:globals:{'spawn': False} | |
DEBUG:envelope:editcmd: before ui.apply | |
INFO:ui:apply command: <alot.commands.globals.EditCommand object at 0x9c4d5ac> | |
DEBUG:globals:cmdlist: ['emacs', '+4', '/tmp/alot.2qonC3'] | |
INFO:globals:calling external command: ['emacs', '+4', '/tmp/alot.2qonC3'] | |
DEBUG:envelope:openenvfromtmp | |
DEBUG:envelope:GoT: """ | |
To: Marc <[email protected]> | |
From: Daniel <[email protected]> | |
Subject: Re: regression, slow scrolling/responsiveness symptom | |
body | |
body | |
body | |
""" | |
DEBUG:envelope:parse_template done | |
INFO:ui:apply command: and 2 | |
DEBUG:envelope:openenvfromtmp: opennew | |
INFO:ui:apply command: and 3 | |
INFO:ui:apply command: and 4 | |
DEBUG:envelope:editcmd: after ui.apply | |
INFO:ui:apply command: and 2 | |
INFO:ui:apply command: and 3 | |
INFO:ui:apply command: and 4 | |
DEBUG:globals:composecmp.apply: after ui.apply | |
INFO:ui:apply command: and 2 | |
INFO:ui:apply command: and 3 | |
INFO:ui:apply command: and 4 | |
INFO:ui:apply command: and 2 | |
INFO:ui:apply command: and 3 | |
INFO:ui:apply command: and 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment