From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: finish version test cleanup: Lucid Date: Sun, 28 Oct 2007 19:34:54 -0500 Message-ID: References: <200710281747.l9SHlHL1026263@oogie-boogie.ics.uci.edu> <4724ECDF.3080806@ig.com.br> Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193618114 10050 80.91.229.12 (29 Oct 2007 00:35:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 00:35:14 +0000 (UTC) Cc: jay.p.belanger@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 29 01:35:15 2007 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 1ImIb5-0001E0-9E for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 01:35:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImIav-0004Nz-M4 for ged-emacs-devel@m.gmane.org; Sun, 28 Oct 2007 20:35:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImIat-0004Nt-Nq for emacs-devel@gnu.org; Sun, 28 Oct 2007 20:35:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImIar-0004Ng-Aa for emacs-devel@gnu.org; Sun, 28 Oct 2007 20:35:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImIar-0004Nd-8e for emacs-devel@gnu.org; Sun, 28 Oct 2007 20:35:01 -0400 Original-Received: from s3.cableone.net ([24.116.0.229]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImIaq-0004i2-Pk for emacs-devel@gnu.org; Sun, 28 Oct 2007 20:35:01 -0400 Original-Received: from localhost.localdomain (unverified [24.117.100.114]) by S3.cableone.net (CableOne SMTP Service S3) with ESMTP id 129506083 for multiple; Sun, 28 Oct 2007 17:34:55 -0700 In-Reply-To: (Glenn Morris's message of "Sun, 28 Oct 2007 20:10:38 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-NotAscii: charset=us-ascii X-IP-stats: Incoming Last 3, First 4, in=3, out=0, spam=0 X-External-IP: 24.117.100.114 X-Abuse-Info: Send abuse complaints to abuse@cableone.net X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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 Xref: news.gmane.org gmane.emacs.devel:82011 Archived-At: Glenn Morris writes: ... >>> ./calc/calc.el:825:(defvar calc-emacs-type-lucid (not (not (string-match "Lucid" emacs-version)))) > > Don't know. No XEmacs support has been removed from Emacs's Calc, but none has been added as new features have been added, so I don't know if the current version will work with XEmacs. XEmacs has it's own version of Calc, although I don't think it has been updated for a while. Jay