emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Who can explain the display architecture?


From: Kim F. Storm
Subject: Re: Who can explain the display architecture?
Date: Fri, 15 Jul 2005 11:41:22 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

David Abrahams <address@hidden> 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 <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]