From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28517 invoked by alias); 15 Feb 2015 20:56:49 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 24430 invoked by uid 89); 15 Feb 2015 20:56:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FSL_HELO_BARE_IP_2,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 15 Feb 2015 20:56:47 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YN6F8-0007xx-P1 for kawa@sourceware.org; Sun, 15 Feb 2015 21:56:42 +0100 Received: from 212.46.172.229 ([212.46.172.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Feb 2015 21:56:42 +0100 Received: from eller.helmut by 212.46.172.229 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Feb 2015 21:56:42 +0100 To: kawa@sourceware.org From: Helmut Eller Subject: Keyword syntax Date: Sun, 15 Feb 2015 20:56:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-IsSubscribed: yes X-SW-Source: 2015-q1/txt/msg00029.txt.bz2 Keywords can be written as foo: or as #:foo. The former is the "official" syntax but it is incompatible with R7RS. The latter is not even documented in the manual. I need to use keywords in r7rs mode for define-simple-class, so I was wondering if the latter syntax is in danger of being deprecated? Helmut