From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: (use-modules (oop goops describe)) Date: Wed, 12 Mar 2008 13:10:08 -0300 Organization: Alto Air Services [http://www.altosw.be/aas/] Message-ID: <20080312131008.1f5a65dd@altosw.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205339602 7468 80.91.229.12 (12 Mar 2008 16:33:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2008 16:33:22 +0000 (UTC) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 12 17:33:45 2008 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.50) id 1JZTsy-0002pc-8L for guile-user@m.gmane.org; Wed, 12 Mar 2008 17:33:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZTsP-000801-6G for guile-user@m.gmane.org; Wed, 12 Mar 2008 12:32:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZTs2-0007rJ-12 for guile-user@gnu.org; Wed, 12 Mar 2008 12:32:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZTrz-0007q0-6h for guile-user@gnu.org; Wed, 12 Mar 2008 12:32:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZTry-0007pu-Tc for guile-user@gnu.org; Wed, 12 Mar 2008 12:31:59 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13] helo=smtp.all2all.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZTry-0004QX-EI for guile-user@gnu.org; Wed, 12 Mar 2008 12:31:58 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by smtp.all2all.net (Postfix) with ESMTP id D16899FC4C for ; Wed, 12 Mar 2008 17:31:55 +0100 (CET) Original-Received: from smtp.all2all.net ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id x4ioFUNbz73B for ; Wed, 12 Mar 2008 17:25:27 +0100 (CET) Original-Received: from localhost.localdomain (unknown [201.29.249.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.all2all.net (Postfix) with ESMTP id 4264C9F21D for ; Wed, 12 Mar 2008 17:13:40 +0100 (CET) X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.5; i486-pc-linux-gnu) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:6452 Archived-At: Hi Guilers, For information to developers, (use-modules (oop goops describe)) adds a string to the feature list [instead of a symbol?] Debian: guile-1.8 1.8.4+1-2 guile> guile> (use-modules (oop goops)) guile> (use-modules (oop goops describe)) guile> *features* ("describe" record defmacro array array-for-each random debug-extensions delay current-time values sort socket net-db regex EIDs posix inexact complex i/o-extensions i18n full-continuation char-ready? system) guile>