Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
706475a9
Commit
706475a9
authored
Sep 28, 2007
by
Glenn Morris
Browse files
Mention Tex superscript font issue.
parent
b2943616
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
14 deletions
+26
-14
admin/FOR-RELEASE
admin/FOR-RELEASE
+12
-14
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/PROBLEMS
etc/PROBLEMS
+10
-0
No files found.
admin/FOR-RELEASE
View file @
706475a9
...
...
@@ -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
...
...
etc/ChangeLog
View file @
706475a9
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
...
...
etc/PROBLEMS
View file @
706475a9
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment