unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Cc: Drew Adams <drew.adams@oracle.com>, emacs-devel@gnu.org
Subject: Re: Dedicated *Completions* frame iconified but not de-iconified
Date: Sat, 15 Oct 2005 16:21:31 +0200	[thread overview]
Message-ID: <v9ek6mkgic.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <v9hdbjklsi.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Sat, 15 Oct 2005 14:27:25 +0200")

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	other threads:[~2005-10-15 14:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2005-10-16 14:40       ` Richard M. Stallman
2005-10-15 16:13 ` Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v9ek6mkgic.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).