[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xdisp.c
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/xdisp.c |
Date: |
Thu, 07 Nov 2002 01:24:41 -0500 |
Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.789 emacs/src/xdisp.c:1.790
*** emacs/src/xdisp.c:1.789 Thu Oct 24 15:57:22 2002
--- emacs/src/xdisp.c Sun Nov 3 08:35:46 2002
***************
*** 64,70 ****
|
X expose events -----+
! What does redisplay? Obviously, it has to figure out somehow what
has been changed since the last time the display has been updated,
and to make these changes visible. Preferably it would do that in
a moderately intelligent way, i.e. fast.
--- 64,70 ----
|
X expose events -----+
! What does redisplay do? Obviously, it has to figure out somehow what
has been changed since the last time the display has been updated,
and to make these changes visible. Preferably it would do that in
a moderately intelligent way, i.e. fast.
***************
*** 120,126 ****
on various settings of buffers and windows, on overlays and text
properties, on display tables, on selective display. The good news
is that all this hairy stuff is hidden behind a small set of
! interface functions taking a iterator structure (struct it)
argument.
Iteration over things to be displayed is then simple. It is
--- 120,126 ----
on various settings of buffers and windows, on overlays and text
properties, on display tables, on selective display. The good news
is that all this hairy stuff is hidden behind a small set of
! interface functions taking an iterator structure (struct it)
argument.
Iteration over things to be displayed is then simple. It is
***************
*** 3143,3148 ****
--- 3143,3151 ----
return 0;
prop = XCDR (prop);
}
+
+ if (STRINGP (prop))
+ return 1;
if (!CONSP (prop))
return 0;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/xdisp.c,
Kenichi Handa <=