emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: ispell help in minibuffer not visible


From: Richard Stallman
Subject: Re: ispell help in minibuffer not visible
Date: Sat, 22 Mar 2003 21:53:02 -0500

    How about this:

    --- xdisp.c 18 Mar 2003 23:46:01 -0000      1.814
    +++ xdisp.c 20 Mar 2003 17:28:39 -0000
    @@ -10601,6 +10601,9 @@
            }
           else if ((w != XWINDOW (minibuf_window)
                    || minibuf_level == 0)
    +          /* When minibuffer is nonempty, redisplay window normally. */
    +          && (BUF_Z (XBUFFER (w->buffer)) 
    +              - BUF_BEG (XBUFFER (w->buffer)) == 0)

Does it solve the reported problems?

(It would be cleaner just to compare them with ==
rather than comparing their difference with 0.)




reply via email to

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