unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Create an invisible frame -?
@ 2005-05-28 19:19 David Reitter
  2005-05-28 19:48 ` Drew Adams
  0 siblings, 1 reply; 3+ messages in thread
From: David Reitter @ 2005-05-28 19:19 UTC (permalink / raw)


Hi -
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.

The reason why I want to do that is to create the frame, resize it  
(and change other frame parameters depending on the buffer that is to  
be displayed) and then make it visible, so it won't dance around on  
the screen.

Thanks
Dave 

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

* RE: Create an invisible frame -?
  2005-05-28 19:19 David Reitter
@ 2005-05-28 19:48 ` Drew Adams
  0 siblings, 0 replies; 3+ messages in thread
From: Drew Adams @ 2005-05-28 19:48 UTC (permalink / raw)


    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?

HTH,

  Drew

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

* Re: Create an invisible frame -?
       [not found] <mailman.2212.1117310104.25862.help-gnu-emacs@gnu.org>
@ 2005-05-30 21:44 ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2005-05-30 21:44 UTC (permalink / raw)


>     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

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

end of thread, other threads:[~2005-05-30 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2212.1117310104.25862.help-gnu-emacs@gnu.org>
2005-05-30 21:44 ` Create an invisible frame -? Stefan Monnier
2005-05-28 19:19 David Reitter
2005-05-28 19:48 ` Drew Adams

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).