«前の日記(2015-01-24(土)) 最新 次の日記(2015-01-26(月))» 編集
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

>^))<'s Diary






1987|06|08|12|
1988|03|06|07|12|
1989|01|05|11|12|
1990|01|04|05|09|10|12|
1991|09|
1992|02|
1995|09|
1996|08|09|12|
1997|04|
1998|10|
2000|02|03|04|08|
2001|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|09|10|11|12|
2024|01|02|03|04|05|06|07|

2015-01-25(日) [長年日記]

_ 日曜日


_


オマーンって-(^-^)\ どこ? (笑)
中東にある国 


_ emacs24.4へ

poe.elのバグレポートが見つかって、ようやくemacs24.4へ引っ越しできた。
emacsは1993年からmuleで使い始めて、20年以上にもなる。
20年も使えるものはそう多くないかな。 "Wrong type argument: sequencep, 769"

  • https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193270

  --- 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)