Re: Calling specific method

"Erik Ronström (as erik dot ronstrom at doremir dot com)" <[email protected]> Sat, 18 Apr 2026 18:17:57 +0200
Newsgroups gmane.lisp.lispworks.general
Message-ID <[email protected]>
> The version I posted is broken, I have a better one but I'm away till Tue: let me know if you want it.
Thanks! If you already wrote it I'd be happy to see it, but otherwise I 
can also just roll my own.
I also figured an alternative approach: passing a dummy function to 
map-pane-descendant-chilren and passing the real function as the :test 
argument. That function could then determine the "leafness" of each pane 
(using a generic function like the walk-p you wrote) and return t or nil 
depending on that.

I haven't tried it yet but I believe it should work.

Erik

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
[email protected]
http://www.lispworks.com/support/lisp-hug.html