stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] StumpWM init file


From: Jay Belanger
Subject: Re: [STUMP] StumpWM init file
Date: Sat, 08 Apr 2006 11:47:20 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Jay Belanger <address@hidden> writes:
...
>> For everyone's comfort I added a command: set-prefix-key. Use it like this:
>>
>> (stumpwm:set-prefix-key (stumpwm:kbd "C-z"))
>
> Something odd is happening here.  I tried `set-prefix-key', and got
> the same result as before: C-z does nothing, C-t gives me a message.
> Same thing if I tried C-x instead of C-z.

I have no idea what's going on.
If I start StumpWM from a script, all the settings get changed, the
prefix C-t is removed, but the prefix C-z doesn't work.
If I start X with an xterm and then run the script, C-z will then work
as a prefix.

My current workaround is to use the script

 #!/usr/bin/sbcl
 (asdf:oos 'asdf:load-op :swank)
 (swank:create-server)
 
 (asdf:oos 'asdf:load-op 'stumpwm)
 (stumpwm::define-key stumpwm::*top-map* 
                      (stumpwm::kbd "C-z") 
                      'stumpwm::*root-map*)
 (stumpwm:stumpwm)

Jay




reply via email to

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