diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-29 20:42:26 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-29 20:42:56 -0800 |
commit | ec98420dbc5babb783b784ca3eb31667fb376739 (patch) | |
tree | 5e0f7d23d25e99d70f4afc6e332551f51f9009b3 /etc | |
parent | 21f9a9513a7a91ed630412b4c48ad29a5cabc71f (diff) | |
download | emacs-ec98420dbc5babb783b784ca3eb31667fb376739.tar.gz |
* PROBLEMS: Omit obsolete mention of FQDNs.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/PROBLEMS | 15 |
2 files changed, 6 insertions, 13 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ee0958fedb1..3c48c51c255 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-12-30 Paul Eggert <eggert@cs.ucla.edu> + + * PROBLEMS: Omit obsolete mention of FQDNs. + 2014-12-27 Álvar Ibeas <ibeas@gmx.com> (tiny change) * tutorials/TUTORIAL.es: Improve style consistency. Spelling fixes. diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 67a26b93b2a..e1463f14bfc 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -364,8 +364,8 @@ 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, -(i.e. a name with at least one ".") 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/hostname +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. @@ -457,17 +457,6 @@ problem by adding this to your .cshrc file: endif endif -*** Emacs startup on GNU/Linux systems (and possibly other systems) is slow. - -This can happen if the system is misconfigured and Emacs can't get the -full qualified domain name, FQDN. You should have your FQDN in the -/etc/hosts file, something like this: - -127.0.0.1 localhost -129.187.137.82 nuc04.t30.physik.tu-muenchen.de nuc04 - -The way to set this up may vary on non-GNU systems. - *** Attempting to visit remote files via ange-ftp fails. If the error message is "ange-ftp-file-modtime: Specified time is not |