Re: why this keybind does not work



thanks.

it seems this community is still quite active. i thought sawfish is dying after John left... 

sawfish is really flexible. i spent a day to configure it to the feeling of xmonad: borderless & mouseless. but it's much easier to configure than than xmonad because lisp is a lot easier to learn and use. :)

lars

On Mon, 27 Apr 2009, Harald Hanche-Olsen wrote:

> + "Chengqi(Lars) Song" <songcq gmail com>:
> 
> > (mapc (lambda (ki)
> >         (let ((k (car ki))
> >               (i (cdr ki)))
> >           (bind-keys global-keymap (concat "H-" k) '(select-workspace-from-first i))
> >         '(("1" . 0)
> >           ("2" . 1)
> >           ("3" . 2)
> >           ("4" . 3)
> >           ("5" . 4)))
> 
> First thing to try is to replace '(select-workspace-from-first i)
> with `(select-workspace-from-first ,i)
> 
> See backquoting, in the Macros chapter of the manual.
> 
> - Harald


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