help-zile
[Top][All Lists]
Advanced

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

Re: [zile-devel] Some changes


From: Reuben Thomas
Subject: Re: [zile-devel] Some changes
Date: Sun, 30 Jan 2005 15:34:07 +0100 (CET)

   for (;;) {
     if (lastflag & FLAG_NEED_RESYNC)
       resync_redisplay();
-     term_redisplay();
-     term_refresh();

     minibuf_clear();

     thisflag = 0;
     if (lastflag & FLAG_DEFINING_MACRO)
--- 74,83 ----
   for (;;) {
     if (lastflag & FLAG_NEED_RESYNC)
       resync_redisplay();

     minibuf_clear();
+     term_redisplay();
+     term_refresh();

     thisflag = 0;
     if (lastflag & FLAG_DEFINING_MACRO)

This messes up the display because if the minibuf has a message in it, it is deleted before the display is updated. This means that errors &c. cannot be seen in the minibuffer, because they are immediately deleted. What's the point of this change?

--
http://rrt.sc3d.org/ | priest, n.  an unpaid lawyer (q.v.)



reply via email to

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