From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Sassmannshausen Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile-WM 0.1/Guile XCB 1.1 Date: Mon, 26 Aug 2013 20:19:32 +0200 Message-ID: <87wqn81fij.fsf@honeybear.home> References: <87eh9iw7l8.fsf@markwitmer.com> <87haeebxyv.fsf@tines.lan> <87txido2ga.fsf@gmail.com> <87vc2tabrt.fsf@tines.lan> <87sixwe1qi.fsf@markwitmer.com> <87d2p1a7lp.fsf@tines.lan> <878uzowy3w.fsf@honeybear.home> <87eh9f474l.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1377537649 26316 80.91.229.3 (26 Aug 2013 17:20:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2013 17:20:49 +0000 (UTC) Cc: guile-user@gnu.org To: mark.d.witmer@gmail.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Aug 26 19:20:47 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 1VE0T9-0000nx-BO for guile-user@m.gmane.org; Mon, 26 Aug 2013 19:20:47 +0200 Original-Received: from localhost ([::1]:52414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0T8-0007ij-Sz for guile-user@m.gmane.org; Mon, 26 Aug 2013 13:20:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0Sf-0007X6-8y for guile-user@gnu.org; Mon, 26 Aug 2013 13:20:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VE0SW-00083I-Rx for guile-user@gnu.org; Mon, 26 Aug 2013 13:20:17 -0400 Original-Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:40926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0SW-00082L-M0 for guile-user@gnu.org; Mon, 26 Aug 2013 13:20:08 -0400 Original-Received: by mail-wi0-f178.google.com with SMTP id c10so200908wiw.5 for ; Mon, 26 Aug 2013 10:19:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=8duVGEKxE4eyQUZf0nArSeyU2lt0hVdBrXnYSKZpZ4U=; b=VxXqBUh2KDx++spmsajfGzg2AAY1FcQ7fsHKXrdSqiBMuG6UvEDJYlCoXTFjhDVH6J mrIzWAp/u4/p1eXfXRPDXVtkq5xvDD4W2nrf+MbM2lOq2PkHzz48eZZH5VExlj3pYTIA +MqJV36B4bYCKWltIjfxSrKWiCTETi6B8L97U0WjPrlZJUxLiSJjTW+bEW8vObQKD07+ bv8dFNxGbj6/jZUaAfVilnXgXpufxafGaHfJ9fKPbe+6Z2MKdU54sf0vz8u6TpFXhL+b 8u7yhHjbxWovX1v4y4l3x10y8k6Ws2NkDbMWwyv7wUndZU3bjF2sGzlxBkfsBVg1O674 xPCg== X-Received: by 10.194.109.68 with SMTP id hq4mr10790076wjb.12.1377537592864; Mon, 26 Aug 2013 10:19:52 -0700 (PDT) Original-Received: from honeybear.home.home ([91.178.8.77]) by mx.google.com with ESMTPSA id o9sm18940763wiz.1.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 26 Aug 2013 10:19:52 -0700 (PDT) In-Reply-To: <87eh9f474l.fsf@gmail.com> (mark d. witmer's message of "Tue, 27 Aug 2013 09:04:42 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::232 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:10722 Archived-At: Hi Mark, >>>>> "mark" =3D=3D mark d witmer writes: > Do you know what directory the files for guile-wm were installed in? > It should be your guile site directory (/usr/share/guile/site or > something similar to that). If the directory they are in isn't in the > %load-path variable that's defined when you start Guile, it won't be > able to find them. You are right =E2=80=94 it was a simple path issue. I've double-checked it = now and Guile-WM loads. I will have a play with it, but thanks for your help! Best wishes, Alex