Skip to content

Instantly share code, notes, and snippets.

@quite
Created August 30, 2012 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quite/3524045 to your computer and use it in GitHub Desktop.
Save quite/3524045 to your computer and use it in GitHub Desktop.
debug log
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 <foo@example.com>
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 <foo@example.com>
From: Daniel <bar@example.com>
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