2021-01-01から1年間の記事一覧

Loading charset map: no such file or directory, KOI8-Tの対応

Emacsを使っていたら以下のエラーが出て何もできなくなった。 Loading charset map: no such file or directory, KOI8-T 調べるとStackExchangeに質問があった。↓みたいな回答が来ていて、何やったっけ...と思い出してみるとbrew upgradeをしていたのでEmacs…

macOSでcrontabを使おうと思ったらiオプションが無いと怒られる

fish 3.1 + macOS Catalina(macOS 10.15.7)でcrontabを使おうとしたらなぜか-iオプションが無いと怒られた。 $ crontab -e crontab: illegal option -- i crontab: usage error: unrecognized option usage: crontab [-u user] file crontab [-u user] { -e …