From v.plechinger at gmail.com Tue Aug 23 11:17:01 2011 From: v.plechinger at gmail.com (Valentin Plechinger) Date: Tue, 23 Aug 2011 13:17:01 +0200 Subject: [clfswm-devel] Windows Key Message-ID: <87pqjwjs2a.wl%v.plechinger@gmail.com> Hello, I recently tried out clfswm and thought it's quit an interesting wm. When I wanted to add keybinding with Mod-4 I couldn't get them to work though, can someone tell me how to use the windows key as a modifier? All the best, Valentin From pbrochard at common-lisp.net Wed Aug 24 09:37:24 2011 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Wed, 24 Aug 2011 11:37:24 +0200 Subject: [clfswm-devel] Windows Key In-Reply-To: <87pqjwjs2a.wl%v.plechinger@gmail.com> (Valentin Plechinger's message of "Tue, 23 Aug 2011 13:17:01 +0200") References: <87pqjwjs2a.wl%v.plechinger@gmail.com> Message-ID: <87k4a36tgr.fsf@common-lisp.net> Valentin Plechinger writes: > Hello, > Hello, welcome on CLFSWM! > I recently tried out clfswm and thought it's quit an interesting wm. > When I wanted to add keybinding with Mod-4 I couldn't get them to work > though, can someone tell me how to use the windows key as a modifier? > Do other modifiers work? You can see if the mapping works with the identify-key function (bound to second-mode-key + i). Here with this in my .clfswmrc and no ~/.xmodmap to redefine keys, all is working: -------------------------------------------------- (defun local-binding () (define-main-key ("a" :mod-4) 'banish-pointer)) (add-hook *binding-hook* 'local-binding) -------------------------------------------------- Tell us about your progress. Good luck. Regards, Philippe From loz.accs at gmail.com Tue Aug 30 04:25:36 2011 From: loz.accs at gmail.com (loz.accs) Date: Tue, 30 Aug 2011 14:25:36 +1000 Subject: [clfswm-devel] Run clfswm Message-ID: Hi everybody, i really enjoy clfswm's ideas, but i can't run it. As i know clfswm's dependencies are cl-clx and sbcl. Are there any other packages required to compile and run it? And could you please say wich versions of dependencies are known to work? My distro has several versions, most of them are masked as untested, so i don't know where fault is. From v.plechinger at gmail.com Tue Aug 30 18:40:53 2011 From: v.plechinger at gmail.com (v.plechinger at gmail.com) Date: Tue, 30 Aug 2011 20:40:53 +0200 Subject: [clfswm-devel] Run clfswm In-Reply-To: References: Message-ID: <87wrduhhe2.wl%v.plechinger@gmail.com> Haven't checked but cl-ppcre maybe. I run it with clisp though. Also, what distro, why doesn't it compile (output)? At Tue, 30 Aug 2011 14:25:36 +1000, loz.accs wrote: > > Hi everybody, i really enjoy clfswm's ideas, but i can't run it. > As i know clfswm's dependencies are cl-clx and sbcl. Are there any > other packages required to compile and run it? > And could you please say wich versions of dependencies are known to > work? My distro has several versions, most of them are masked as > untested, so i don't know where fault is. > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel From pbrochard at common-lisp.net Tue Aug 30 23:10:08 2011 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Wed, 31 Aug 2011 01:10:08 +0200 Subject: [clfswm-devel] Run clfswm In-Reply-To: (loz accs's message of "Tue, 30 Aug 2011 14:25:36 +1000") References: Message-ID: <87ty8yts1b.fsf@common-lisp.net> loz accs writes: > Hi everybody, i really enjoy clfswm's ideas, but i can't run it. > Hi, your welcome :) > As i know clfswm's dependencies are cl-clx and sbcl. Are there any > other packages required to compile and run it? > CLFSWM depends only on CLX and ASDF. There is no need for cl-ppcre or any other lib. > And could you please say wich versions of dependencies are known to > work? My distro has several versions, most of them are masked as > untested, so i don't know where fault is. > I've tested it with those versions for the last release: SBCL 1.0.50 + Portable CLX CMUCL 1.20a + its own CLX or Portable CLX CLISP 2.49 + MIT/CLX or NEW/CLX or Portable CLX CCL 1.6 + Portable CLX ECL + Portable CLX but there is some lags with it. All with the Xorgs shipped in Archlinux, Debian/SID and Debian/Stable. Where do you failed to use CLFSWM? Does it build? Or is it unstable when running? If it's a compilation error, can you post your backtrace (a full copy of the output text from your compiler). Also can you say more on your installation versions (Lisp, Xorgs, Distrib...). Thanks for your interest in CLFSWM. Philippe From pbrochard at common-lisp.net Tue Aug 30 23:12:46 2011 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Wed, 31 Aug 2011 01:12:46 +0200 Subject: [clfswm-devel] Run clfswm In-Reply-To: <87wrduhhe2.wl%v.plechinger@gmail.com> (v. plechinger's message of "Tue, 30 Aug 2011 20:40:53 +0200") References: <87wrduhhe2.wl%v.plechinger@gmail.com> Message-ID: <87pqjmtrwx.fsf@common-lisp.net> v. plechinger writes: > Haven't checked but cl-ppcre maybe. > No, there is no need for cl-ppcre. Just CLX and ASDF. > I run it with clisp though. > > Also, what distro, why doesn't it compile (output)? > > > > At Tue, 30 Aug 2011 14:25:36 +1000, > loz.accs wrote: >> >> Hi everybody, i really enjoy clfswm's ideas, but i can't run it. >> As i know clfswm's dependencies are cl-clx and sbcl. Are there any >> other packages required to compile and run it? >> And could you please say wich versions of dependencies are known to >> work? My distro has several versions, most of them are masked as >> untested, so i don't know where fault is. >> >> _______________________________________________ >> clfswm-devel mailing list >> clfswm-devel at common-lisp.net >> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel From loz.accs at gmail.com Wed Aug 31 07:35:24 2011 From: loz.accs at gmail.com (loz.accs) Date: Wed, 31 Aug 2011 17:35:24 +1000 Subject: [clfswm-devel] Run clfswm In-Reply-To: <87pqjmtrwx.fsf@common-lisp.net> References: <87wrduhhe2.wl%v.plechinger@gmail.com> <87pqjmtrwx.fsf@common-lisp.net> Message-ID: Thanks for replies, i'm using funtoo linux with xorg-server 1.10.2, libX11 1.4.4, tryed to compile clfswm with sbcl 1.0.45, cl-clx 0.7.4, cl-asdf 1.89 now, using both ways from README, i got same error, pasted here: http://openpaste.org/34D3404d I'm sorry, i forget wich versions of sbcl and cl-clx i had when i compiled clfswm once, but when i tryed to run it i got this: http://openpaste.org/C86F8e1F 2011/8/31, Philippe Brochard : > v. plechinger writes: > >> Haven't checked but cl-ppcre maybe. >> > No, there is no need for cl-ppcre. Just CLX and ASDF. > >> I run it with clisp though. >> >> Also, what distro, why doesn't it compile (output)? >> >> >> >> At Tue, 30 Aug 2011 14:25:36 +1000, >> loz.accs wrote: >>> >>> Hi everybody, i really enjoy clfswm's ideas, but i can't run it. >>> As i know clfswm's dependencies are cl-clx and sbcl. Are there any >>> other packages required to compile and run it? >>> And could you please say wich versions of dependencies are known to >>> work? My distro has several versions, most of them are masked as >>> untested, so i don't know where fault is. >>> >>> _______________________________________________ >>> clfswm-devel mailing list >>> clfswm-devel at common-lisp.net >>> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel >> >> _______________________________________________ >> clfswm-devel mailing list >> clfswm-devel at common-lisp.net >> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel >