help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Create an invisible frame -?


From: Stefan Monnier
Subject: Re: Create an invisible frame -?
Date: Mon, 30 May 2005 17:44:16 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     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?

Try M-x report-emacs-bug to find out,


        Stefan


reply via email to

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