(quail-show-guidance-buf): Call
set-minibuffer-window to set minibuffer window of the current frame correctly.
This commit is contained in:
@@ -1511,7 +1511,8 @@ or in a newly created frame (if the selected frame has no other windows)."
|
||||
(set-window-buffer win quail-guidance-buf)
|
||||
;;(set-window-dedicated-p win t)
|
||||
))
|
||||
(set-window-buffer win quail-guidance-buf))
|
||||
(set-window-buffer win quail-guidance-buf)
|
||||
(set-minibuffer-window win))
|
||||
(setq quail-guidance-win win)))
|
||||
|
||||
;; And, create a buffer for completion.
|
||||
|
||||
Reference in New Issue
Block a user