2014-07-07から1日間の記事一覧

tanzaku.el(Web API版)

http://tanzak.herokuapp.com コード (require 'json) (defun tanzak-web (negaigoto) (interactive (list (read-string "願い事: "))) (with-temp-buffer (let ((url (concat "http://tanzak.herokuapp.com/api?q=" (url-encode-url negaigoto)))) (unless …

tanzaku.el

https://github.com/kazeburo/tanzak を見て. コード 複数行対応がない等問題が多々あります. (require 'cl-lib) (defconst tanzaku--vertial-rules '(("/" . "\") ("‥" . ":") ("−" . "|") ("─" . "|") ("ー" . "|") ("→" . "↓") ("↑" . "→") ("←" . …