all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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 Create an invisible frame -? 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 --
2005-05-28 19:19 Create an invisible frame -? David Reitter
2005-05-28 19:48 ` Drew Adams
     [not found] <mailman.2212.1117310104.25862.help-gnu-emacs@gnu.org>
2005-05-30 21:44 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.