From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile-WM 0.1/Guile XCB 1.1 Date: Sun, 25 Aug 2013 8:49:01 -0400 Message-ID: <20130825124901.9INCO.133643.root@cdptpa-web34-z02> References: <20130825.084950.74747965.schilling.klaus@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1377434962 2898 80.91.229.3 (25 Aug 2013 12:49:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Aug 2013 12:49:22 +0000 (UTC) Cc: guile-user@gnu.org To: mwette@alumni.caltech.edu, Klaus Schilling Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Aug 25 14:49:23 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VDZkt-0004ay-RM for guile-user@m.gmane.org; Sun, 25 Aug 2013 14:49:19 +0200 Original-Received: from localhost ([::1]:46050 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDZkt-0002ln-D3 for guile-user@m.gmane.org; Sun, 25 Aug 2013 08:49:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDZkj-0002li-06 for guile-user@gnu.org; Sun, 25 Aug 2013 08:49:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDZke-0007C8-VH for guile-user@gnu.org; Sun, 25 Aug 2013 08:49:08 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:59108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDZke-0007Bo-Qs for guile-user@gnu.org; Sun, 25 Aug 2013 08:49:04 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=FJKZNpUs c=1 sm=0 a=VFevrbrSytEA:10 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=doupyKFmAAAA:8 a=KGjhK52YXX0A:10 a=IJ3FH8KB2goA:10 a=fpAOSEmNAAAA:8 a=DeTtaYkFAAAA:8 a=1fQSKwbv3IdUAwaNyewA:9 a=QEXdDO2ut3YA:10 a=5KVauyKsRKMA:10 a=BiDrKXtPeRMA:10 a=KOrh491K8B87fFeLgJkoRw==:117 X-Cloudmark-Score: 0 X-Authenticated-User: dsmich@roadrunner.com Original-Received: from [10.127.132.185] ([10.127.132.185:61292] helo=cdptpa-web34-z02) by cdptpa-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id 57/16-11231-D3DF9125; Sun, 25 Aug 2013 12:49:01 +0000 In-Reply-To: <20130825.084950.74747965.schilling.klaus@web.de> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.120 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10691 Archived-At: ---- Klaus Schilling wrote: > From: Matt Wette > Subject: Re: [ANN] Guile-WM 0.1/Guile XCB 1.1 > Date: Sat, 24 Aug 2013 16:40:18 -0700 > > > FYI, there is also "sawfish" : http://sawfish.wikia.com/wiki/Main_Page > > > > I used sawfish (aka sawmill?) many years ago > > > > On Aug 24, 2013, at 4:07 PM, Amirouche Boubekki wrote: > > > > > > > > > > > > > > 2013/8/24 Mark H Weaver > > > This all sounds very exciting! > > > > > > Indeed I'm thrilled to have a WM that works like emacs! > > There is also Stumpwm, a window manager in common lisp. It is created > by dumping a new memory image of an interactive common lisp engine > with a new main function wrapping the repl. > > Many years ago, there was SCWM by former leading guile developer Maciej > Stachowiak (or similar), but it has disappeared long since. It's still around. It's still at sourceforge but is now in git. It requires guile 2.0. The C code and Scheme code have been mostly de-bitrotted except for the gtk+/gnome interfaces. -Dale