|
|
这是emacs devel maillist 给我的答复.
> Does Emacs attempt to connect network when startup?
Emacs tries to determine the hostname of the machine on which it runs.
So if your DNS setup specifies a server that's not reachable, you'll get such timeouts
我在 /etc/resolv.conf 中指定了 nameserver, 这样在网络断开的时候. 启动emacs, 它并不会意识到网络已经断开了. 还傻傻的用我指定的DNS去 get hostname. 这样emacs就会启动不了了.
$ cat /etc/conf.d/hostname
$ hostname="lambda"
是不是网络设置出了问题. |
|