]> git.eshelyaron.com Git - emacs.git/commitdiff
Expand a bit on Emacs not knowing fqdn.
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Apr 2007 17:07:15 +0000 (17:07 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Apr 2007 17:07:15 +0000 (17:07 +0000)
etc/PROBLEMS

index 6c72bacae11ae8d39ac74fee8bd6cf275d706885..4d4603b4be0c1c6be30b9c08327f2a6c67edf4ae 100644 (file)
@@ -386,9 +386,13 @@ again to say this:
 
 *** Emacs does not know your host's fully-qualified domain name.
 
+For example, (system-name) returns some variation on
+"localhost.localdomain", rather the name you were expecting.
+
 You need to configure your machine with a fully qualified domain name,
-either in /etc/hosts, /etc/hostname, the NIS, or wherever your system
-calls for specifying this.
+(i.e. a name with at least one ".") either in /etc/hosts,
+/etc/hostname, the NIS, or wherever your system calls for specifying
+this.
 
 If you cannot fix the configuration, you can set the Lisp variable
 mail-host-address to the value you want.