From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: maledetto@online.de Newsgroups: gmane.lisp.guile.user Subject: problems with the docs Date: Mon, 11 Oct 2010 00:40:44 +0200 Message-ID: <20101011004044.1706ed52.maledetto@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1286751320 8123 80.91.229.12 (10 Oct 2010 22:55:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Oct 2010 22:55:20 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Oct 11 00:55:19 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P54nQ-0007oN-RB for guile-user@m.gmane.org; Mon, 11 Oct 2010 00:55:12 +0200 Original-Received: from localhost ([127.0.0.1]:60828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P54nQ-00040T-67 for guile-user@m.gmane.org; Sun, 10 Oct 2010 18:55:12 -0400 Original-Received: from [140.186.70.92] (port=38475 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P54ZP-0000pa-OO for guile-user@gnu.org; Sun, 10 Oct 2010 18:40:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P54ZK-0001Xu-E6 for guile-user@gnu.org; Sun, 10 Oct 2010 18:40:43 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:60340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P54ZK-0001Ww-3A for guile-user@gnu.org; Sun, 10 Oct 2010 18:40:38 -0400 Original-Received: from zahlenwald (p5B048906.dip0.t-ipconnect.de [91.4.137.6]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0LZjFg-1OQYkJ2vvA-00lUn3; Mon, 11 Oct 2010 00:40:35 +0200 X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; i686-pc-linux-gnu) X-Provags-ID: V02:K0:YSGD9cIe8/wkDba6prB/SHTtiDigjKpJ0K8cmOUQLvf AZlustRJs1steZYRi0K9cp0FdDQF3oeG8ubtdF+mRcW6lp/wap FUnu7i+eu6utromO6GydPxuCtTFMdNpEoNo4vHXmBA6ZP3SQc4 r2y1I7fu0Q1blRCWMDag9krCtAR39uSz5KHEnFBLFiZ7NkK5il 0zLLE66VIgLw1nmShsM+Dol2xHFMcGqsbg4ZJWlCFY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8200 Archived-At: hello i'm trying to learn about scheme/guile-2.0 and the language module. but the given compilers use some constructs i don't understand and can't find explanation to. for example, i can't find explanation to pmatch or emit. these procedures are also not listed in the procedure index. regards, maledetto