unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Efficient debugging of the redisplay.
@ 2009-12-08 13:08 Alin Soare
  2009-12-08 18:55 ` Chong Yidong
  2009-12-08 19:08 ` Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Alin Soare @ 2009-12-08 13:08 UTC (permalink / raw)
  To: Emacs Dev [emacs-devel]

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

The only documentation about debugging the redisplay of emacs I did find in
./etc/DEBUG

** Debugging Emacs Redisplay problems

The src/.gdbinit file defines many useful commands for dumping redisplay
related data structures in a terse and user-friendly format:

 `ppt' prints value of PT, narrowing, and gap in current buffer.
 `pit' dumps the current display iterator `it'.
 `pwin' dumps the current window 'win'.
 `prow' dumps the current glyph_row `row'.
 `pg' dumps the current glyph `glyph'.
 `pgi' dumps the next glyph.
 `pgrow' dumps all glyphs in current glyph_row `row'.
 `pcursor' dumps current output_cursor.

However, this tells me nothing about an efficient debugging of
redisplay_internal, and about display in general.

Could you suggest me something efficient, please?




Alin

[-- Attachment #2: Type: text/html, Size: 935 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-12-08 20:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 13:08 Efficient debugging of the redisplay Alin Soare
2009-12-08 18:55 ` Chong Yidong
2009-12-08 19:10   ` Alin Soare
2009-12-08 19:08 ` Eli Zaretskii
2009-12-08 19:34   ` Alin Soare
2009-12-08 19:52     ` Eli Zaretskii
2009-12-08 20:39       ` Alin Soare

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).