aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-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.