[emacs] error: (error "Fontset `tty' does not exist")

 error: (error "Fontset `tty' does not exist")



フォントの変更をinit.elで設定している場合、ターミナルでemacsを起動するとエラーになります。 その場合は、init.el でfontを検索し、設定箇所を

(cond ((display-graphic-p)
            (set-fontset-font ...)
                       ...                    )
           (t 0))

などのように変更すると良いようです。

参照:error: Fontset `tty' does not exist when running the Emacs with *ema