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

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

Re: frame "Object" name


From: Matt
Subject: Re: frame "Object" name
Date: Fri, 24 Jan 2003 18:47:24 GMT
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01



Christopher J. White wrote:
"matt" == matt  <nwzmattXX@XXnetscape.net> writes:


matt> How fo I find a frame's object name to test it using a function like
matt> `frame-live-p'?

Which frame do you want? (selected-frame) - current frame (window-frame WINDOW) - frame associated with a given window


Those both work. Thanks. What I was realy trying to do(I just didn't know it yet) is to create a frame and assign it's object to a variable. After looking at the docs for `new-frame' a little more I realized that I could just do:

        (setq frm-name (new-frame))


-- Matt
--
Remove the X's to reply directly.



reply via email to

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