mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Mention Tex superscript font issue.
This commit is contained in:
parent
b294361625
commit
706475a947
@ -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
|
||||
|
@ -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
|
||||
|
10
etc/PROBLEMS
10
etc/PROBLEMS
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user