reported on emacs-devel that he was not able to reproduce the bug on a
GNU/Linux system.
+* BUGS WAITING FOR MORE USER INPUT
+
+** undefined reference getopt_long
+Report by Daniel C. Bastos <dbast0s@yahoo.com.br> on bug-gnu-emacs
+from 2007-08-27. Impossible to procede without more input from OP (as
+of 20070912, emails are bouncing) or someone else who can reproduce this.
+http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01497.html
+
+** TAGS buffer generates spurious undo warnings
+Waiting for recipe to produce these warnings.
+http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00070.html
+
* BUGS
** ams@gnu.org, 9 July: eshell and external commands
builds where the behavior can be observed, compare:
http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00446.html
-** undefined reference getopt_long
-Report by Daniel C. Bastos <dbast0s@yahoo.com.br> on bug-gnu-emacs
-from 2007-08-27. Impossible to procede without more input from OP (as
-of 20070912, emails are bouncing) or someone else who can reproduce this.
-http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01497.html
-
** Frame title no more updated after calling `set-frame-configuration'
Report by Sebastien Rocca Serra <sroccaserra@gmail.com> on emacs-devel
from 2007-08-30. martin rudalics has a potential patch.
alloc.c, or whether configure should abort.
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html
-** TAGS buffer generates spurious undo warnings
-Waiting for recipe to produce these warnings.
-http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00070.html
-
-** latex mode, nexted subscripts are unreadable
-Only happens with some ("poorly designed") fonts.
-http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00020.html
-
* FIXES FOR EMACS 22.3
Here we list any small fixes that arrived too late for Emacs 22.2, but
To prevent this, turn off the Exceed's "automatic font substitution"
feature (in the font part of the configuration window).
+** Subscript/superscript text in TeX is hard to read.
+
+tex-mode displays subscript/superscript text in the faces
+subscript/superscript, which are smaller than the normal font and
+lowered/raised. With some fonts, nested superscripts (say) can be
+hard to read. Switching to a different font, or changing your
+antialiasing setting (on an LCD screen), can both make the problem
+disappear. Alternatively, customize the subscript and superscript
+faces to increase their height.
+
* Internationalization problems
** M-{ does not work on a Spanish PC keyboard.