From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel Subject: unknown location: definition in expression context in subform optname-from of "_^" Date: Wed, 25 Jan 2012 19:56:23 -0800 Message-ID: <4F20CEE7.4000403@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1327550195 17461 80.91.229.12 (26 Jan 2012 03:56:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2012 03:56:35 +0000 (UTC) To: guile-devel Development Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 26 04:56:32 2012 Return-path: Envelope-to: guile-devel@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 1RqGRr-00069t-Al for guile-devel@m.gmane.org; Thu, 26 Jan 2012 04:56:31 +0100 Original-Received: from localhost ([::1]:59677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqGRq-0003od-Ug for guile-devel@m.gmane.org; Wed, 25 Jan 2012 22:56:30 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:57599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqGRo-0003kt-6N for guile-devel@gnu.org; Wed, 25 Jan 2012 22:56:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqGRn-0008N1-5w for guile-devel@gnu.org; Wed, 25 Jan 2012 22:56:28 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:60046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqGRm-0008Mx-TT for guile-devel@gnu.org; Wed, 25 Jan 2012 22:56:27 -0500 Original-Received: by dake40 with SMTP id e40so149957dak.0 for ; Wed, 25 Jan 2012 19:56:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=VZPE2fsfa7shPMeuWVeoNQ96vML6+wS0R41s5Q+FDME=; b=diXH67fBcFHdDUD42Rc5ndCAEsKfYAAasSlAEtxlhOAvNszbLwYOx7/o69WjdLXtaC P+UOwobwi5Cd+rrR0MwiCNWOvUHc7Z10KiHV2Ulbc0+p1g1oDtymXqTYdRh2z+v8tCeb Pky6yaCwvdSNG9qQeZEQoFLcciWsHhxs/rQv0= Original-Received: by 10.68.73.4 with SMTP id h4mr1646774pbv.27.1327550185449; Wed, 25 Jan 2012 19:56:25 -0800 (PST) Original-Received: from [10.0.0.2] (adsl-75-2-129-96.dsl.pltn13.sbcglobal.net. [75.2.129.96]) by mx.google.com with ESMTPS id i4sm7750122pbl.2.2012.01.25.19.56.24 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Jan 2012 19:56:24 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.41 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:13684 Archived-At: Hi, Say, what??? I don't understand. > ice-9/psyntax.scm:866:30: In procedure dobody: > ice-9/psyntax.scm:866:30: Syntax error: > unknown location: definition in expression context in subform optname-from of "_^" > Scheme evaluation error. AutoGen ABEND-ing in template > /old-home/ROOT/usr/local/share/autogen/aginfo.tpl on line 163 > Failing Guile command: = = = = = > > (define opt-name "") > (define extra-ct 0) > (define extra-text "") > (define optname-from "A-Z_^") ;;<<<=== is something wrong here? What, exactly? > (define optname-to "a-z--") > (make-tmp-dir) what is the message trying to say?