前 | 2015年 1月 |
次 | ||||
日 | 月 | 火 | 水 | 木 | 金 | 土 |
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
poe.elのバグレポートが見つかって、ようやくemacs24.4へ引っ越しできた。
emacsは1993年からmuleで使い始めて、20年以上にもなる。
20年も使えるものはそう多くないかな。
"Wrong type argument: sequencep, 769"
--- patch-poe.el.old 2014-01-23 02:40:44.000000000 +0900 +++ patch-poe.el 2014-09-03 10:59:19.035730598 +0900 @@ -1408,3 +1408,12 @@ ;; Emacs 19.29-19.34/XEmacs: `format-time-string' neither supports the ;; format string "%z" nor the third argument `universal'. +@@ -1667,7 +1667,7 @@ + ))) + ;; arglist: (prefix &optional dir-flag suffix) + (cond +- ((not arglist) ++ ((or (not arglist) (not (listp arglist))) + ;; `make-temp-file' is a built-in; expects 3-args. + (put 'make-temp-file 'defun-maybe '3-args)) + ((> (length arglist) 3)