stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] rotate windows


From: Eric Abrahamsen
Subject: Re: [STUMP] rotate windows
Date: Thu, 23 Feb 2012 12:59:13 +0800
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.93 (gnu/linux)

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

> Eric Abrahamsen <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]