(widget-choose): Make sure pop-up window is large enough to display all

the choices, as there's no way to scroll it.
This commit is contained in:
Miles Bader
2000-11-28 05:11:20 +00:00
parent 38953fe2ce
commit d970106bfb
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2000-11-28 Miles Bader <miles@gnu.org>
* wid-edit.el (widget-choose): Make sure pop-up window is large
enough to display all the choices, as there's no way to scroll it.
2000-11-28 Kenichi Handa <handa@etl.go.jp>
* international/mule-conf.el: Make the coding system no-conversion

View File

@@ -254,7 +254,7 @@ minibuffer."
;; that corresponds to it.
(save-window-excursion
(let ((buf (get-buffer " widget-choose")))
(display-buffer buf)
(fit-window-to-buffer (display-buffer buf))
(let ((cursor-in-echo-area t)
keys
(char 0)