From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: alan Newsgroups: gmane.emacs.help Subject: Can't set breakpoints in idlwave-shell Date: Thu, 28 Apr 2011 10:20:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1306268116 14608 80.91.229.12 (24 May 2011 20:15:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:15:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:15:12 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOy0R-0001yF-3L for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:15:07 +0200 Original-Received: from localhost ([::1]:34763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOy0Q-000516-DJ for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:15:06 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!e8g2000vbz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 137.187.28.66 Original-X-Trace: posting.google.com 1304011201 27545 127.0.0.1 (28 Apr 2011 17:20:01 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 28 Apr 2011 17:20:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e8g2000vbz.googlegroups.com; posting-host=137.187.28.66; posting-account=TBM3HwoAAABgg3_4JkE3jzDP7HSgYYAu User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110318 Red Hat/3.6-1.el5_6 Firefox/3.6.15,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186736 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81089 Archived-At: I'm running idl from the emacs idlwave shell on two computers. On one system, I can't set breakpoints; I get the not particularly helpful error message idlwave-update-routine-info: Wrong type argument: consp, nil On the other system, everything works properly. "Good" system >uname -1 Linux genome 2.6.18-194.el5PAE #1 SMP Tue Mar 16 22:00:21 EDT 2010 i686 i686 i386 GNU/Linux idl 7.0 emacs 23.2.1 "Bad" system >uname -a Linux huxley 2.6.31.6-166.fc12.x86_64 #1 SMP Wed Dec 9 10:46:22 EST 2009 x86_64 x86_64 x86_64 GNU/Linux idl 7.0.6 emacs 23.3.1 Any ideas? Thanks.