トップ «前の日記(2002-12-20) 最新 次の日記(2002-12-23)» 編集

muneda's diary


2002-12-21 雨降りすぎ。靴びしょびしょ [長年日記]

_1 そろそろ

クリスマスなのでテーマ変更。個人的なクリスマスは既に終了したに等しいけど。あとは、クリスマスが終わってもボケてテーマを戻すのを忘れないように。

_2 egg/canna の変換設定

個人的に、 "/" で "・" 、 "~" で "〜" に変換されるのが好きなのでそのように設定。参考にしたのはここ。以下を.emacs.elに追加でOK。

(setq egg-mode-hook
      '(lambda ()
         (its-defrule "tha" "てゃ" nil t)
         (its-defrule "thi" "てぃ" nil t)
         (its-defrule "thu" "てゅ" nil t)
         (its-defrule "the" "てぇ" nil t)
         (its-defrule "tho" "てょ" nil t)
         (its-defrule "dha" "でゃ" nil t)
         (its-defrule "dhi" "でぃ" nil t)
         (its-defrule "dhu" "でぅ" nil t)
         (its-defrule "dhe" "でぇ" nil t)
         (its-defrule "dho" "でぉ" nil t)
         (its-defrule "va" "う゛ぁ" nil t)
         (its-defrule "vi" "う゛ぃ" nil t)
         (its-defrule "vu" "う゛ぅ" nil t)
         (its-defrule "ve" "う゛ぇ" nil t)
         (its-defrule "vo" "う゛ぉ" nil t)
	 (its-defrule "/" "・" nil t)
	 (its-defrule "~" "〜" nil t)
       )
)

過去の日記
2002|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|05|06|
トップ «前の日記(2002-12-20) 最新 次の日記(2002-12-23)» 編集