bamanzi

Results 5 issues of bamanzi

When I press Ctrl-T, a new tab created. But no input area show up in this tab, and the old one also disappeared. I have to restart dreampie. But this...

bug
feedback-needed

i.e. If `#+STARTUP: indent` given in header, then indent each level of headings. This would make the output more cleaner. Here's the detail info: [Clean view - The Org Manual](http://orgmode.org/manual/Clean-view.html)

for the code as following ```python code = '''cat

While in selector (M-x etc), key '' only selects the candidate above, and '' selects the one down. Can I reuse the item selected/input last time, just like readline normally...

When sending an indented cell (e.g. a block in a method of a class), Python shell would throw `IndentationError: unexpected indent` I figured out a hack to fix this problem(...