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
|