From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Wette Newsgroups: gmane.lisp.guile.user Subject: Re: gds or guile debugging Date: Fri, 31 Oct 2014 17:12:04 -0700 Message-ID: <0DDADEB3-5D38-4FF8-BA65-8A7E8864EAF5@alumni.caltech.edu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1414800792 1324 80.91.229.3 (1 Nov 2014 00:13:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2014 00:13:12 +0000 (UTC) Cc: guile-user@gnu.org To: Lawrence Bottorff Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Nov 01 01:13:03 2014 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 1XkMJS-0005r3-HT for guile-user@m.gmane.org; Sat, 01 Nov 2014 01:13:02 +0100 Original-Received: from localhost ([::1]:44642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkMJS-0002bA-3q for guile-user@m.gmane.org; Fri, 31 Oct 2014 20:13:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkMJ5-00024U-SA for guile-user@gnu.org; Fri, 31 Oct 2014 20:12:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkMIy-0000ta-DA for guile-user@gnu.org; Fri, 31 Oct 2014 20:12:39 -0400 Original-Received: from vms173017pub.verizon.net ([206.46.173.17]:62289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkMIy-0000rg-9a for guile-user@gnu.org; Fri, 31 Oct 2014 20:12:32 -0400 Original-Received: from [192.168.2.127] ([71.108.232.6]) by vms173017.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NEC000DY384DA90@vms173017.mailsrvcs.net> for guile-user@gnu.org; Fri, 31 Oct 2014 19:12:05 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=GLe/yVJP c=1 sm=1 tr=0 a=mL9tVOZ3/WYDPwF1td3o1Q==:117 a=kj9zAlcOel0A:10 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=pGLkceISAAAA:8 a=TIUxTx4eaCIdTK7ednAA:9 a=CjuIK1q_8ugA:10 In-reply-to: X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.46.173.17 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:11612 Archived-At: maybe try geiser (I used gds w/ guile 1.8, not using geiser w/ guile 2.0.11) On Oct 31, 2014, at 7:19 AM, Lawrence Bottorff = wrote: > I'm having trouble getting guile's gds installed and running. I keep = getting=20 >=20 > error in process filter: Wrong type argument: listp, Backtrace: [2 = times] >=20 > Docs say I should have the three gds...el files in guile's "load = path". But apparently I don't know how to do this properly. Or maybe = I've got outdated gds files? >=20 > BTW, if gds is not the way to go, can anyone suggest a different way = to debug guile inside of geiser/emacs? >=20 > Thanks, > LB