emacs-devel
[Top][All Lists]
Advanced

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

Dedicated *Completions* frame iconified but not de-iconified


From: Reiner Steib
Subject: Dedicated *Completions* frame iconified but not de-iconified
Date: Fri, 14 Oct 2005 17:07:40 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

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/





reply via email to

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