unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Dedicated *Completions* frame iconified but not de-iconified
@ 2005-10-14 15:07 Reiner Steib
  2005-10-14 15:30 ` Drew Adams
  2005-10-15 16:13 ` Richard M. Stallman
  0 siblings, 2 replies; 7+ messages in thread
From: Reiner Steib @ 2005-10-14 15:07 UTC (permalink / raw)


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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-10-16 14:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-14 15:07 Dedicated *Completions* frame iconified but not de-iconified Reiner Steib
2005-10-14 15:30 ` Drew Adams
2005-10-14 21:01   ` Stefan Monnier
2005-10-15 12:27     ` Reiner Steib
2005-10-15 14:21       ` Reiner Steib
2005-10-16 14:40       ` Richard M. Stallman
2005-10-15 16:13 ` Richard M. Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).