David Abrahams <[EMAIL PROTECTED]> writes: > I am trying to get a clue as to how this stuff is organized so that I > can fix the problems described below. Thanks for your attention. >
These's a general overview at the top of src/xdisp.c . Also look at the data structures in dispextern.h. And then study the source code ... In any case, display artifact are typically the result of bugs in the platform specific files, i.e. xterm.c, w32term.c or macterm.c. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel