emacs-pretest-bug
[Top][All Lists]
Advanced

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

FW: Create an invisible frame -?


From: Drew Adams
Subject: FW: Create an invisible frame -?
Date: Tue, 31 May 2005 06:30:22 -0700

Is this a bug or a "feature"? Shouldn't default-frame-alist affect the
visibility parameter of newly created frames?

-----Original Message-----
From: Drew Adams
Sent: Saturday, May 28, 2005 12:48 PM
To: address@hidden
Subject: RE: Create an invisible frame -?

    can someone tell me how to create an invisible frame?
    I tried setting visibility to nil in default-frame-alist, but that
    doesn't do the job.

This works for me:

  (make-frame '((name . "foo") (visibility)))

But you're right; if I do this, then `C-x 5 f RET bar', the resulting new
frame is visible (visibility . t):

  (setq default-frame-alist (append '((visibility)) default-frame-alist))

I wonder if this doesn't represent a bug?





reply via email to

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