はてなモード

めっちゃ今さらながら, hatena-mode を入れてみた.

Search failed: "rk\\s \\([0-9a-zA-Z]+\\)"

と怒られるので, id:sa28:20070706 を参考に修正.

Index: hatena-mode.el
===================================================================
--- hatena-mode.el	(revision 1829)
+++ hatena-mode.el	(working copy)
@@ -338,7 +338,7 @@
     (call-process hatena-curl-command nil nil nil 
 		  "-k"  "-c" hatena-cookie
 		  "-x" hatena-proxy
-		  "-d" (concat "key=" hatena-usrid)
+		  "-d" (concat "name=" hatena-usrid)
 		  "-d" (concat "password=" password)
 		  "-d" (concat "autologin=1")
 		  "-d" (concat "mode=enter")

これで, もうちょっと執筆意欲が湧くかなぁ...