From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?UTF-8?B?UsO2aGxlcg==?= Newsgroups: gmane.emacs.help Subject: Re: How to use calc functions in own lisp program? Date: Fri, 29 May 2009 21:39:50 +0200 Organization: 1&1 Internet AG Message-ID: References: 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 1243626039 30725 80.91.229.12 (29 May 2009 19:40:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 May 2009 19:40:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 29 21:40:37 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MA7wT-0006SY-MK for geh-help-gnu-emacs@m.gmane.org; Fri, 29 May 2009 21:40:37 +0200 Original-Received: from localhost ([127.0.0.1]:39335 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MA7wT-0002Bt-1R for geh-help-gnu-emacs@m.gmane.org; Fri, 29 May 2009 15:40:37 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!news.addix.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Followup-To: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: p54be81d2.dip0.t-ipconnect.de Original-X-Trace: online.de 1243625883 15007 84.190.129.210 (29 May 2009 19:38:03 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Fri, 29 May 2009 19:38:03 +0000 (UTC) User-Agent: KNode/0.10.4 Original-Xref: news.stanford.edu gnu.emacs.help:169586 comp.emacs:98184 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64815 Archived-At: Marc Tfardy wrote: > (vec (vec 1 2 3 4) (vec (float 11 -1) (float 42 -1) (float 92 -1) (float > 158 -1))) Beside of the excellent calc-tool here, if it pertains to pure math-programming, my impression is, sxemacs has the most for it. At sxemacs-devel@sxemacs.org you should got an answer. Cheers Andreas