Oh! Can Not Diary

おきゃんなダイアリー

2011-01-18から1日間の記事一覧

Emacs22と23のコメント機能の違い

Emacs22と23のコメントアウトした部分のインデントの違いについて。 Emacs23だとこんな感じ。レベルを見て#つけてくれます。 class test(threading.Thread): def __init__(self): threading.Thread.__init__(self) self.setDaemon(True) self.i = 0 def run(…