]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention Tex superscript font issue.
authorGlenn Morris <rgm@gnu.org>
Fri, 28 Sep 2007 03:32:04 +0000 (03:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Sep 2007 03:32:04 +0000 (03:32 +0000)
admin/FOR-RELEASE
etc/ChangeLog
etc/PROBLEMS

index 837daecc6dca775260dacac2e10cd9332cbfc479..2b73e30b326635dc6a0a45f8606018833fd065a8 100644 (file)
@@ -41,6 +41,18 @@ frame makes the menu bar wrap before.  On 2007-08-16 Glenn Morris
 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
@@ -54,12 +66,6 @@ Stephen Berman <Stephen.Berman@gmx.net> has compiled a list of KDE
 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.
@@ -76,14 +82,6 @@ supported in the absence of recursive mutexes, via a change to
 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
index c8e8d8bb58116882285f946171322fba81bbb9ac..b6db44b1e9bc9b250ec745e91f862cd55e56f6d2 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-28  Glenn Morris  <rgm@gnu.org>
+
+       * PROBLEMS: Mention Tex superscript font issue.
+
 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs.py (complete.class_members): Make sure we return the _emacs_out
index e23dde604644487d54858fcb741c35946ef0d678..520d8e374f0d0d3a042b39480d095cf3d282c817 100644 (file)
@@ -858,6 +858,16 @@ gives the appearance of "double spacing".
 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.