2013-03-21から1日間の記事一覧

Emacsに黒魔道士

vallog: ターミナルに黒魔道士 の Emacs版 コード (require 'cl) (defun ff3 () (interactive) (save-excursion (goto-char (point-min)) (loop with chars = nil while (not (eobp)) do (let ((char (buffer-substring-no-properties (point) (1+ (point)))…