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: imported module (srfi srfi-60) overrides core binding Date: Thu, 24 Jun 2010 14:02:55 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1277413405 3754 80.91.229.12 (24 Jun 2010 21:03:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Jun 2010 21:03:25 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 24 23:03:24 2010 Return-path: Envelope-to: guile-devel@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 1ORtZy-0001tr-6e for guile-devel@m.gmane.org; Thu, 24 Jun 2010 23:03:22 +0200 Original-Received: from localhost ([127.0.0.1]:46353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORtZx-00016T-Ge for guile-devel@m.gmane.org; Thu, 24 Jun 2010 17:03:21 -0400 Original-Received: from [140.186.70.92] (port=46758 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORtZt-00016N-AU for guile-devel@gnu.org; Thu, 24 Jun 2010 17:03:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORtZs-0004Im-5Z for guile-devel@gnu.org; Thu, 24 Jun 2010 17:03:17 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:62895) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORtZs-0004Ib-3J for guile-devel@gnu.org; Thu, 24 Jun 2010 17:03:16 -0400 Original-Received: by gxk24 with SMTP id 24so289234gxk.0 for ; Thu, 24 Jun 2010 14:03:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=idVz6evEmf/yVJYPXPJAf+GzXk5GFvLJzaOL1buXlZM=; b=kS5tRUOlBL82pLRfurKwfOTxcUYsl6R5d5LgzAgTymTDdTuG+nmffJqLfdotICdex4 TkRy3EXm0vDU5c/+YrKZfF/8WYsl7UDNYTk3XUoLwYeiIAo5/yoLFMFr3rKcvuM+D0px V6PtcIPrluQ08zxP40MnQ2TvBI6dzDgIZ2Nko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ph3haEfvIvJqVNYTvgs4OywK2eLsbw2ri+RGLS0E7DNAMC4T7MIZqRppMwMCJAqXyl BgjMULr6u/PybkFLn6z5c5vpIi4XwF3IC81S29Auv4MfcIsclEjVdJ0iuoVzzAFIhoUt m/bwN6IhzCHPniJNXBph6l3RumJevVwtbD9xc= Original-Received: by 10.101.146.3 with SMTP id y3mr8588643ann.199.1277413395199; Thu, 24 Jun 2010 14:03:15 -0700 (PDT) Original-Received: by 10.101.107.13 with HTTP; Thu, 24 Jun 2010 14:02:55 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10566 Archived-At: Hi, I am getting this error message: WARNING: (guile-user): imported module (srfi srfi-60) overrides core binding `bit-count' What is this trying to say? I just need the arithmetic-shift function. Thank you.