diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 598a79f978a..f68a183c5d7 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -419,27 +419,6 @@ EMACSLOADPATH overrides which directories the function "load" will search. | |||
| 419 | If you observe strange problems, check for this variable in your | 419 | If you observe strange problems, check for this variable in your |
| 420 | environment. | 420 | environment. |
| 421 | 421 | ||
| 422 | *** Using epop3.el package causes Emacs to signal an error. | ||
| 423 | |||
| 424 | The error message might be something like this: | ||
| 425 | |||
| 426 | "Lisp nesting exceeds max-lisp-eval-depth" | ||
| 427 | |||
| 428 | This happens because epop3 redefines the function gethash, which is a | ||
| 429 | built-in primitive beginning with Emacs 21.1. We don't have a patch | ||
| 430 | for epop3 to fix it, but perhaps a newer version of epop3 corrects that. | ||
| 431 | |||
| 432 | *** Buffers from 'with-output-to-temp-buffer' get set up in Help mode. | ||
| 433 | |||
| 434 | Changes in Emacs 20.4 to the hooks used by that function cause | ||
| 435 | problems for some packages, specifically BBDB. See the function's | ||
| 436 | documentation for the hooks involved. BBDB 2.00.06 fixes the problem. | ||
| 437 | |||
| 438 | *** The Hyperbole package causes *Help* buffers not to be displayed in | ||
| 439 | Help mode due to setting 'temp-buffer-show-hook' rather than using | ||
| 440 | 'add-hook'. Using '(add-hook 'temp-buffer-show-hook 'help-mode-finish)' | ||
| 441 | after loading Hyperbole should fix this. | ||
| 442 | |||
| 443 | ** Keyboard problems | 422 | ** Keyboard problems |
| 444 | 423 | ||
| 445 | *** Unable to enter the M-| key on some German keyboards. | 424 | *** Unable to enter the M-| key on some German keyboards. |
| @@ -575,13 +554,6 @@ For example, simply moving through a file that contains hundreds of | |||
| 575 | thousands of characters per line is slow, and consumes a lot of CPU. | 554 | thousands of characters per line is slow, and consumes a lot of CPU. |
| 576 | This is a known limitation of Emacs with no solution at this time. | 555 | This is a known limitation of Emacs with no solution at this time. |
| 577 | 556 | ||
| 578 | *** Emacs uses 100% of CPU time | ||
| 579 | |||
| 580 | This was a known problem with some old versions of the Semantic package. | ||
| 581 | The solution was to upgrade Semantic to version 2.0pre4 (distributed | ||
| 582 | with CEDET 1.0pre4) or later. Note that Emacs includes Semantic since | ||
| 583 | 23.2, and this issue does not apply to the included version. | ||
| 584 | |||
| 585 | *** Display artifacts on GUI frames on X-based systems. | 557 | *** Display artifacts on GUI frames on X-based systems. |
| 586 | 558 | ||
| 587 | This is known to be caused by using double-buffering (which is enabled | 559 | This is known to be caused by using double-buffering (which is enabled |
| @@ -1952,11 +1924,6 @@ A few versions of the Linux kernel have timer bugs that break CPU | |||
| 1952 | profiling; see Bug#34235. To fix the problem, upgrade to one of the | 1924 | profiling; see Bug#34235. To fix the problem, upgrade to one of the |
| 1953 | kernel versions 4.14.97, 4.19.19, or 4.20.6, or later. | 1925 | kernel versions 4.14.97, 4.19.19, or 4.20.6, or later. |
| 1954 | 1926 | ||
| 1955 | *** GNU/Linux: Process output is corrupted. | ||
| 1956 | |||
| 1957 | There is a bug in Linux kernel 2.6.10 PTYs that can cause emacs to | ||
| 1958 | read corrupted process output. | ||
| 1959 | |||
| 1960 | *** GNU/Linux: Remote access to CVS with SSH causes file corruption. | 1927 | *** GNU/Linux: Remote access to CVS with SSH causes file corruption. |
| 1961 | 1928 | ||
| 1962 | If you access a remote CVS repository via SSH, files may be corrupted | 1929 | If you access a remote CVS repository via SSH, files may be corrupted |
| @@ -2740,11 +2707,6 @@ library on these systems. The solution is to reconfigure Emacs while | |||
| 2740 | disabling all the features that require libgio: rsvg, dbus, gconf, and | 2707 | disabling all the features that require libgio: rsvg, dbus, gconf, and |
| 2741 | imagemagick. | 2708 | imagemagick. |
| 2742 | 2709 | ||
| 2743 | *** Building Emacs for Cygwin can fail with GCC 3 | ||
| 2744 | |||
| 2745 | As of Emacs 22.1, there have been stability problems with Cygwin | ||
| 2746 | builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4. | ||
| 2747 | |||
| 2748 | *** Building Emacs 23.3 and later will fail under Cygwin 1.5.19 | 2710 | *** Building Emacs 23.3 and later will fail under Cygwin 1.5.19 |
| 2749 | 2711 | ||
| 2750 | This is a consequence of a change to src/dired.c on 2010-07-27. The | 2712 | This is a consequence of a change to src/dired.c on 2010-07-27. The |