On Thu, Feb 23 2012, Diogo F. S. Ramos wrote:

> 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'.

Thanks for this! I guess I'm still a little confused -- I've got
(in-package :stumpwm) at the top of my init file, so wouldn't that mean
I had access to functions defined in "stumpwm"? Also, the sample init
files I've seen online look just like mine (the same in-package
statement, the same unqualified calls to `group-frames') -- what do I
put in my init file so that the correct functions are exposed?

Thanks again,
Eric


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

Reply via email to