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: Drew Adams
Subject: RE: Create an invisible frame -?
Date: Sat, 28 May 2005 12:48:03 -0700

    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





reply via email to

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