emacs in terminal

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: David A. Sinck
日付:  
題目: emacs in terminal

\_ SMTP quoth Lucas Vogel on 5/15/2001 11:37 as having spake thusly:
\_
\_ I'm trying to run emacs in a terminal, but it's giving me an error because
\_ it's trying to run in X. How do I get it to run in/from the cli?

emacs -nw

alternatively, unset $ENV{DISPLAY} may do the trick for you too.

David