xwem-devel
[Top] [All Lists]

Re: macro help please -- `with-xwem-frame'

From: Zajcev Evgeny <lg@xxxxxxxx>
Subject: Re: macro help please -- `with-xwem-frame'
Date: Tue, 04 Oct 2005 09:31:38 +0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4 (Jumbo Shrimp, linux)
Steve Youngs <steve@xxxxxxxx> writes:

[..]
>
> From that, I would expect this to do _exactly_ what I want...
>
> (xwem-with-current-frame (xwem-frame-find 'name "somename")
>   (xwem-launch-program "xterm" t))
>

Hehe, you might try:

  (xwem-with-current-frame (xwem-frame-find 'name "somename")
    (xwem-launch-program "xterm" '(t)))

instead, however as you can see it just did the same
`xwem-execute-program-expecting' as described above in [..]

> Then there's the problem of, not only making that work, but how the
> hell do I do the same for (make-frame)?

Yes, making SXEmacs frame is rather problem, one of the easiest
solution is to use gnuclient(1) in order to create frames ..

-- 
lg

<Prev in Thread] Current Thread [Next in Thread>