From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Michael Burschik" Newsgroups: gmane.lisp.guile.user Subject: Three real-life questions Date: Tue, 6 Apr 2004 14:01:34 +0200 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <009601c41bce$e8da73a0$920115ac@iplan.dklb.de> Reply-To: Burschik@lotto-berlin.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1081253281 28904 80.91.224.253 (6 Apr 2004 12:08:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Apr 2004 12:08:01 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Apr 06 14:07:52 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BApMu-0003aO-00 for ; Tue, 06 Apr 2004 14:07:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BApKR-0000Ra-Gi for guile-user@m.gmane.org; Tue, 06 Apr 2004 08:05:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BApJV-0008Ub-6Z for guile-user@gnu.org; Tue, 06 Apr 2004 08:04:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BApHY-0007WB-8N for guile-user@gnu.org; Tue, 06 Apr 2004 08:02:52 -0400 Original-Received: from [217.89.48.166] (helo=mail.lotto-berlin.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BApHH-0007TV-96 for guile-user@gnu.org; Tue, 06 Apr 2004 08:02:03 -0400 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.4 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 Xref: main.gmane.org gmane.lisp.guile.user:3052 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3052 Dear list readers, maybe someone on the list could answer these three questions: 1. How should one export, or re-export modified generic functions? Using :export seems to work as expected, although guile complains about the use of deprecated features. Using :re-export gets rid of the complaints, but does not seem to be documented in the guile manual. So what is the correct way to handle generic functions in modules? 2. Is there a preferred source documentation system for guile (something like schematics schemedoc, or bigloo's mole)? 3. Is there a preferred logging solution for guile (something like log4j and friends)? Regards Michael Burschik _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user