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: Mon, 26 Aug 2013 11:42:59 -0400 Message-ID: <20130826154259.73B82.136809.root@cdptpa-web09-z01> References: <87eh9f474l.fsf@gmail.com> 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 1377531802 22143 80.91.229.3 (26 Aug 2013 15:43:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2013 15:43:22 +0000 (UTC) To: mark.d.witmer@gmail.com, guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Aug 26 17:43:25 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 1VDywu-0004aR-9s for guile-user@m.gmane.org; Mon, 26 Aug 2013 17:43:24 +0200 Original-Received: from localhost ([::1]:51923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDywt-0000qa-Ef for guile-user@m.gmane.org; Mon, 26 Aug 2013 11:43:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDywe-0000qM-T6 for guile-user@gnu.org; Mon, 26 Aug 2013 11:43:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDywY-0007u9-Tw for guile-user@gnu.org; Mon, 26 Aug 2013 11:43:08 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:53355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDywY-0007tW-QM for guile-user@gnu.org; Mon, 26 Aug 2013 11:43:02 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=N7qr5hBB c=1 sm=0 a=VFevrbrSytEA:10 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=doupyKFmAAAA:8 a=KGjhK52YXX0A:10 a=IJ3FH8KB2goA:10 a=pGLkceISAAAA:8 a=IkjoRAn7KI34barAI7gA:9 a=QEXdDO2ut3YA:10 a=MSl-tDqOz04A:10 a=RZ5rhiXeU5wA:10 a=AZe0p4xvb94A:10 a=UJpe99hltnTXGk3FIeyrjA==:117 X-Cloudmark-Score: 0 X-Authenticated-User: dsmich@roadrunner.com Original-Received: from [10.127.132.100] ([10.127.132.100:32990] helo=cdptpa-web09-z01) by cdptpa-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id FD/6A-21526-3877B125; Mon, 26 Aug 2013 15:42:59 +0000 In-Reply-To: <87eh9f474l.fsf@gmail.com> 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:10721 Archived-At: ---- mark.d.witmer@gmail.com wrote: > Alex Sassmannshausen writes: > > When I start guile up, the variable %load-path is the list '("./" > "/usr/share/guile/2.0" "/usr/share/guile/site/2.0" > "/usr/share/guile/site" "/usr/share/guile"). Beware! You really should not have "." in your %load-path for the same reasons you should not have "." in your PATH. -Dale