From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: emacs/lisp/calc calc.el Date: Tue, 28 Apr 2009 08:01:15 +0900 Message-ID: <87ab61em6c.fsf@catnip.gol.com> References: <877i151zap.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240873313 27728 80.91.229.12 (27 Apr 2009 23:01:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2009 23:01:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 28 01:01:44 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LyZpY-0002OO-80 for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2009 01:01:44 +0200 Original-Received: from localhost ([127.0.0.1]:58458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyZpX-0002ks-HA for ged-emacs-devel@m.gmane.org; Mon, 27 Apr 2009 19:01:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyZpT-0002jN-3f for emacs-devel@gnu.org; Mon, 27 Apr 2009 19:01:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyZpN-0002g8-IE for emacs-devel@gnu.org; Mon, 27 Apr 2009 19:01:37 -0400 Original-Received: from [199.232.76.173] (port=46199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyZpN-0002g5-Ai for emacs-devel@gnu.org; Mon, 27 Apr 2009 19:01:33 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:59415 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LyZpM-0006o4-N1 for emacs-devel@gnu.org; Mon, 27 Apr 2009 19:01:32 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LyZpH-00037x-BL for emacs-devel@gnu.org; Mon, 27 Apr 2009 23:01:27 +0000 Original-Received: from 218.231.174.23.eo.eaccess.ne.jp ([218.231.174.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Apr 2009 23:01:27 +0000 Original-Received: from miles by 218.231.174.23.eo.eaccess.ne.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Apr 2009 23:01:27 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 218.231.174.23.eo.eaccess.ne.jp System-Type: x86_64-unknown-linux-gnu Cancel-Lock: sha1:/iLf93XxZ0WJWXacuBEKfceiIPc= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-Spam-Report: 5.9 points; * 0.0 RCVD_BY_IP Received by mail server with no name * -0.0 SPF_PASS SPF: sender matches SPF record * 4.0 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO * 1.8 ALL_NATURAL BODY: Spam is 100% natural?! Xref: news.gmane.org gmane.emacs.devel:110497 Archived-At: Jay Belanger writes: >> copy-list is a CL function, which may not be used at runtime. >> Hence this warning: >> >> calc.el:3781:1:Warning: the function `copy-list' is not known to be defined. > > Oops; how careless of me. > I'll fix it right away. BTW, you might be able to just use `copy-sequence' instead, which is a C builtin. -Miles -- Electricity, n. The cause of all natural phenomena not known to be caused by something else.