emacs-devel
[Top][All Lists]
Advanced

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

Inactive Minibuffer Requires Redisplay for Input Methods


From: Andrew Choi
Subject: Inactive Minibuffer Requires Redisplay for Input Methods
Date: Mon, 06 Jan 2003 10:27:52 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Certain Quail input methods display a list of word choices in an
/inactive/ minibuffer for the user to select by typing 0 to 9.  The
change below in xdisp.c (redisplay_window) prevents this minibuffer from
being displayed.

To see a manifestation of the problem, switch to the input method
chinese-ctlaub, for example, and type `ngoh'.  Before the change, a list
of choices labeled by their respective numbers are displayed in the
minibuffer.  After the change they don't appear.

-----
2002-12-22  Richard M. Stallman  <address@hidden>

        * xdisp.c (try_cursor_movement): Don't call try_window here.
        (redisplay_window): Never redisplay minibuffer when inactive.





reply via email to

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