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
125f929e
Commit
125f929e
authored
Dec 15, 2000
by
Miles Bader
Browse files
Add note aboute using `inverse-video' to detect excessive screen redraw.
parent
64c1e55f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
etc/ChangeLog
etc/ChangeLog
+5
-0
etc/DEBUG
etc/DEBUG
+5
-0
No files found.
etc/ChangeLog
View file @
125f929e
2000-12-15 Miles Bader <miles@gnu.org>
* DEBUG: Add note aboute using `inverse-video' to detect excessive
screen redraw.
2000-12-07 Dave Love <fx@gnu.org>
* CODINGS, CHARSETS: Removed. (Mule 2.3 relics.)
...
...
etc/DEBUG
View file @
125f929e
...
...
@@ -112,3 +112,8 @@ If you have irreproducible display problems, put those two expressions
in your ~/.emacs file. When the problem happens, exit the Emacs that
you were running, kill it, and rename the two files. Then you can start
another Emacs without clobbering those files, and use it to examine them.
An easy way to see if too much text is being redrawn on a terminal is to
evaluate `(setq inverse-video t)' before you try the operation you think
will cause too much redrawing. This doesn't refresh the screen, so only
newly drawn text is in inverse video.
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