aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-04-19 17:07:15 +0000
committerGlenn Morris2007-04-19 17:07:15 +0000
commit53b30c3870ad6f8dad14040725e2dd2f9f3eab23 (patch)
treee846afd06c7c238c9bfbd85afe6a5c048e0b1f2b
parent4e96ebbce55da2d5f996ddcf573c7f4f94871bad (diff)
downloademacs-53b30c3870ad6f8dad14040725e2dd2f9f3eab23.tar.gz
emacs-53b30c3870ad6f8dad14040725e2dd2f9f3eab23.zip
Expand a bit on Emacs not knowing fqdn.
-rw-r--r--etc/PROBLEMS8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 6c72bacae11..4d4603b4be0 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -386,9 +386,13 @@ again to say this:
386 386
387*** Emacs does not know your host's fully-qualified domain name. 387*** Emacs does not know your host's fully-qualified domain name.
388 388
389For example, (system-name) returns some variation on
390"localhost.localdomain", rather the name you were expecting.
391
389You need to configure your machine with a fully qualified domain name, 392You need to configure your machine with a fully qualified domain name,
390either in /etc/hosts, /etc/hostname, the NIS, or wherever your system 393(i.e. a name with at least one ".") either in /etc/hosts,
391calls for specifying this. 394/etc/hostname, the NIS, or wherever your system calls for specifying
395this.
392 396
393If you cannot fix the configuration, you can set the Lisp variable 397If you cannot fix the configuration, you can set the Lisp variable
394mail-host-address to the value you want. 398mail-host-address to the value you want.