* Something smells rotten in redisplay
@ 2002-07-22 9:08 Juanma Barranquero
2002-07-24 16:44 ` Mario Lang
0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2002-07-22 9:08 UTC (permalink / raw)
The redisplay bug connected to setting `scroll-conservatively' to a
non-zero value is still there.
I'm now getting it while editing a HTML file with the standard
`html-mode' from sgml-mode.el. In some cases Emacs enters an (apparently
endless) loop while scrolling down. The backtrace from C-g says just:
Debugger entered--Lisp error: (quit)
recursive-edit()
byte-code("Æ\b!^[,HG^[(B ^[,HH ^[(B!^[,H\^[(Bn^[,C?
debug(error (quit))
Also, while scrolling down sometimes the hollow cursor shape has been
partly drawn over the mode-line:
--
|XX| This is the (partially shown) last line of the current buffer
--| |----------------------------------------------------------------
| | This is the mode-line
--
The upper part of the cursor is filled, and the lower part is hollow.
/L/e/k/t/u
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Something smells rotten in redisplay
2002-07-22 9:08 Something smells rotten in redisplay Juanma Barranquero
@ 2002-07-24 16:44 ` Mario Lang
0 siblings, 0 replies; 2+ messages in thread
From: Mario Lang @ 2002-07-24 16:44 UTC (permalink / raw)
Juanma Barranquero <lektu@terra.es> writes:
[...]
> Debugger entered--Lisp error: (quit)
> recursive-edit()
> byte-code("Æ\b!^[,HG^[(B ^[,HH ^[(B!^[,H\^[(Bn^[,C?
Seeing this reminds me of a question I have: Is that
backtrace representation of byte-code("...") really necessary that way.
The actual string is useless in most cases, you can't really copy
that and use it for something.
COuldn't we either elide such byte-code strings, or replace them with
a human readable version of a byte-code string?
--
CYa,
Mario
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-07-24 16:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-22 9:08 Something smells rotten in redisplay Juanma Barranquero
2002-07-24 16:44 ` Mario Lang
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.