emacs-devel
[Top][All Lists]
Advanced

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

Re: Dedicated *Completions* frame iconified but not de-iconified


From: Reiner Steib
Subject: Re: Dedicated *Completions* frame iconified but not de-iconified
Date: Sat, 15 Oct 2005 16:21:31 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

On Sat, Oct 15 2005, Reiner Steib wrote:

> When I try with plain twm, fvwm1 or blackbox, the frame is
> de-iconified.  So it's probably a bug in fluxbox.
>
> Could you point me to the relevant code in Emacs responsible for
> de-iconifying the frame so that I can report to the fluxbox people?
> Thanks.

Or could you help me to provide a simple recipe?  *time passes* Okay,
here one...

--8<---------------cut here---------------start------------->8---
(switch-to-buffer "*Messages*")
(setq sit 3)
(defun sleep (seconds)
  (sit-for seconds)
  (sleep-for seconds))
(sleep sit)
(message "Creating frame FLUXBOX-DEBUG...")
(setq f (make-frame '((name . "FLUXBOX-DEBUG") (height . 10))))
(message "Creating frame FLUXBOX-DEBUG...done")
(sleep sit)
(message "Iconifying frame FLUXBOX-DEBUG...")
(iconify-frame f)
(message "Iconifying frame FLUXBOX-DEBUG...done")
(sleep sit)
(message "Trying to make frame FLUXBOX-DEBUG visible...")
(make-frame-visible f)
(message "Trying to make frame FLUXBOX-DEBUG visible...done")
(sleep sit)
(message "If FLUXBOX-DEBUG frame is not visible (still iconified), there's a 
bug.")
--8<---------------cut here---------------end--------------->8---

I've sent it to the fluxbox list.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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