diff options
| author | Paul Eggert | 2015-03-23 10:30:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-03-23 10:30:33 -0700 |
| commit | 2393085c9ac30ac7378a39ee77760dfdecd4b509 (patch) | |
| tree | 233f1e457cff8a131c2acf5ba9c947f820e24a5a /etc/PROBLEMS | |
| parent | 7f55d4251806e4712762bef0a3ed41a53f850a58 (diff) | |
| parent | ad89f85067d068494009948e76f89c902f043513 (diff) | |
| download | emacs-2393085c9ac30ac7378a39ee77760dfdecd4b509.tar.gz emacs-2393085c9ac30ac7378a39ee77760dfdecd4b509.zip | |
Merge from origin/emacs-24
ad89f85 Another minor improvement in ELisp manual (Bug#20168)
5e2951b Improve docs of 'posn-actual-col-row' (Bug#20169)
1291ce1 Minor documentation fix in ELisp manual (Bug#20174)
33e2236 * display.texi (Useless Whitespace): Fix thinko.
ff3878d * configure.ac: Fix jpeg version check to work with gcc >= 5.
90b46f5 Work for the case nnmail-expiry-target is an nnmh group (bug#20170)
e7f92aa authors.el small additions
0bfe915 * etc/PROBLEMS: Add entry about dir-locals and some auto-mounters.
c3c4b75 Fixes: debbugs:18939
Conflicts:
ChangeLog
doc/lispref/ChangeLog
etc/PROBLEMS
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/simple.el
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 2ab85b3f2b7..87d3ec83700 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | Known Problems with GNU Emacs | 1 | Known Problems with GNU Emacs |
| 2 | 2 | ||
| 3 | Copyright (C) 1987-1989, 1993-1999, 2001-2015 Free Software Foundation, | 3 | Copyright (C) 1987-1989, 1993-1999, 2001-2015 Free Software Foundation, Inc. |
| 4 | Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | 6 | ||
| @@ -458,6 +457,29 @@ problem by adding this to your .cshrc file: | |||
| 458 | endif | 457 | endif |
| 459 | endif | 458 | endif |
| 460 | 459 | ||
| 460 | *** Emacs startup on GNU/Linux systems (and possibly other systems) is slow. | ||
| 461 | |||
| 462 | This can happen if the system is misconfigured and Emacs can't get the | ||
| 463 | full qualified domain name, FQDN. You should have your FQDN in the | ||
| 464 | /etc/hosts file, something like this: | ||
| 465 | |||
| 466 | 127.0.0.1 localhost | ||
| 467 | 129.187.137.82 nuc04.t30.physik.tu-muenchen.de nuc04 | ||
| 468 | |||
| 469 | The way to set this up may vary on non-GNU systems. | ||
| 470 | |||
| 471 | *** Visiting files in some auto-mounted directories causes Emacs to print | ||
| 472 | `Error reading dir-locals: (file-error "Read error" "is a directory" ...' | ||
| 473 | |||
| 474 | This can happen if the auto-mounter mistakenly reports that | ||
| 475 | .dir-locals.el exists and is a directory. There is nothing Emacs can | ||
| 476 | do about this, but you can avoid the issue by adding a suitable entry | ||
| 477 | to the variable `locate-dominating-stop-dir-regexp'. For example, if | ||
| 478 | the problem relates to "/smb/.dir-locals.el", set that variable | ||
| 479 | to a new value where you replace "net\\|afs" with "net\\|afs\\|smb". | ||
| 480 | (The default value already matches common auto-mount prefixes.) | ||
| 481 | See http://lists.gnu.org/archive/html/help-gnu-emacs/2015-02/msg00461.html . | ||
| 482 | |||
| 461 | *** Attempting to visit remote files via ange-ftp fails. | 483 | *** Attempting to visit remote files via ange-ftp fails. |
| 462 | 484 | ||
| 463 | If the error message is "ange-ftp-file-modtime: Specified time is not | 485 | If the error message is "ange-ftp-file-modtime: Specified time is not |