@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

2010-08-22から1日間の記事一覧

= Mewでメールを受信できなくなった.undo-treeが悪さしてた

[2010-08-22 03:12:33] >>>[emacs] >>>[mew]以下のパッチをあてるとなおります. --- undo-tree.el (revision 597) +++ undo-tree.el (working copy) @@ -548,8 +548,9 @@ ;; `characterp' isn't defined in Emacs versions <= 22 (eval-and-compile - (unle…

= 自己紹介 Part2

[2010-08-20 20:44:24] そろそろtwitter1年になるし自己紹介更新してみる.前の自己紹介大阪の大学に通う5年生一去年の演習の時間にコンパイラを作って,emacslispの処理系のような構造を作ろうとして失敗.単位を落とす.去年コンパイラを完成させて,無事…

= Emacs Lispのクォートあたりの話

[2010-08-22 17:17:06] >>>[emacs] >>>[lisp]emacs lispでわからないこと - ぺっくブログミラー@pecculでの話題に例をつけてみた. `(a (+ 2 3) b) ;(a (+ 2 3) b) (list 'a (+ 2 3) 'b) ;(a 5 b) `(a ,(+ 2 3) b) ;(a 5 b) (setq some-list '(2 3)) `(1 ,@s…