Hi,
I recently started to show the *Completions* buffer in a dedicated
frame:
(setq same-window-buffer-names
(remove "*Completions*" same-window-buffer-names))
(add-to-list 'special-display-buffer-names
'("*Completions*" ((height . 20))))
After clicking on an alternative with the mouse iconifies the
completions frame[1]. But the next time a completions buffer is
generated, the completions frame is not de-iconified. I think the
frame should be made visible.
I tried to put `make-frame-visible' in `completion-setup-hook' without
success and I didn't find the right place in `simple.el'. Can anyone
point me to the right direction?
Bye, Reiner.
[1] See `mouse-choose-completion'.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel