comparison etc/PROBLEMS @ 91041:bdb3fe0ba9fa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
author Miles Bader <miles@gnu.org>
date Thu, 11 Oct 2007 16:22:07 +0000
parents b83d0dadb2a7 5039706521c9
children 1251cabc40b7
comparison
equal deleted inserted replaced
91040:14c4a6aac623 91041:bdb3fe0ba9fa
538 This can happen with CVS versions 1.12.8 and 1.12.9. Upgrade to CVS 538 This can happen with CVS versions 1.12.8 and 1.12.9. Upgrade to CVS
539 1.12.10 or newer to fix this problem. 539 1.12.10 or newer to fix this problem.
540 540
541 ** Miscellaneous problems 541 ** Miscellaneous problems
542 542
543 *** Emacs uses 100% of CPU time
544
545 This is a known problem with some versions of the Semantic package.
546 The solution is to upgrade Semantic to version 2.0pre4 (distributed
547 with CEDET 1.0pre4) or later.
548
543 *** Self-documentation messages are garbled. 549 *** Self-documentation messages are garbled.
544 550
545 This means that the file `etc/DOC-...' doesn't properly correspond 551 This means that the file `etc/DOC-...' doesn't properly correspond
546 with the Emacs executable. Redumping Emacs and then installing the 552 with the Emacs executable. Redumping Emacs and then installing the
547 corresponding pair of files should fix the problem. 553 corresponding pair of files should fix the problem.
859 correct but there is too much vertical spacing between rows, which 865 correct but there is too much vertical spacing between rows, which
860 gives the appearance of "double spacing". 866 gives the appearance of "double spacing".
861 867
862 To prevent this, turn off the Exceed's "automatic font substitution" 868 To prevent this, turn off the Exceed's "automatic font substitution"
863 feature (in the font part of the configuration window). 869 feature (in the font part of the configuration window).
870
871 ** Subscript/superscript text in TeX is hard to read.
872
873 If `tex-fontify-script' is non-nil, tex-mode displays
874 subscript/superscript text in the faces subscript/superscript, which
875 are smaller than the normal font and lowered/raised. With some fonts,
876 nested superscripts (say) can be hard to read. Switching to a
877 different font, or changing your antialiasing setting (on an LCD
878 screen), can both make the problem disappear. Alternatively, customize
879 the following variables: tex-font-script-display (how much to
880 lower/raise); tex-suscript-height-ratio (how much smaller than
881 normal); tex-suscript-height-minimum (minimum height).
864 882
865 * Internationalization problems 883 * Internationalization problems
866 884
867 ** M-{ does not work on a Spanish PC keyboard. 885 ** M-{ does not work on a Spanish PC keyboard.
868 886
2807 to be to reduce the level of compiler optimization used during the 2825 to be to reduce the level of compiler optimization used during the
2808 build (from -O2 to -O1). It is possible this is an OpenBSD 2826 build (from -O2 to -O1). It is possible this is an OpenBSD
2809 GCC problem specific to the macppc architecture, possibly only 2827 GCC problem specific to the macppc architecture, possibly only
2810 occurring with older versions of GCC (e.g. 3.3.5). 2828 occurring with older versions of GCC (e.g. 3.3.5).
2811 2829
2830 *** openSUSE 10.3: Segfault in bcopy during dumping.
2831
2832 This is due to a bug in the bcopy implementation in openSUSE 10.3.
2833 It is/will be fixed in an openSUSE update.
2834
2812 ** Installation 2835 ** Installation
2813 2836
2814 *** Installing Emacs gets an error running `install-info'. 2837 *** Installing Emacs gets an error running `install-info'.
2815 2838
2816 You need to install a recent version of Texinfo; that package 2839 You need to install a recent version of Texinfo; that package