Eric Abrahamsen <e...@ericabrahamsen.net> writes:

> The error message I get is "The function STUMPWM-USER::GROUP-FRAMES is
> undefined"
>
> Come to think of it, perhaps this is because I've got
> (in-package :stumpwm) at the top of my config file, and that's not the
> right package for accessing those functions? I have to admit I'm still
> baffled by Lisp namespaces…

Yeah, I too think them confusing at times.

Anyway, GROUP-FRAMES is not define inside STUMPWM-USER, but STUMPWM.

If you're using a REPL, try to change packages `(in-package "STUMPWM")'
and look for GROUP-FRAMES `#'GROUP-FRAMES'.

-- 
Diogo F. S. Ramos

_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to