From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Tiedtke Newsgroups: gmane.lisp.guile.user Subject: Re: Guile 1.8 / Viper System Interface Date: Fri, 26 Jun 2015 22:23:22 +0200 Message-ID: <558DB4BA.7000103@o2online.de> References: <558CE503.5020807@o2online.de> <20150626033919.4d3d1935@capac> <558D2678.8090800@o2online.de> <20150626163630.05833f4d@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1435350240 27690 80.91.229.3 (26 Jun 2015 20:24:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jun 2015 20:24:00 +0000 (UTC) Cc: Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jun 26 22:23:50 2015 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z8aA6-0001oa-TN for guile-user@m.gmane.org; Fri, 26 Jun 2015 22:23:47 +0200 Original-Received: from localhost ([::1]:33672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8aA6-00041M-8N for guile-user@m.gmane.org; Fri, 26 Jun 2015 16:23:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8a9x-00041H-SO for guile-user@gnu.org; Fri, 26 Jun 2015 16:23:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8a9s-0007VZ-Pb for guile-user@gnu.org; Fri, 26 Jun 2015 16:23:37 -0400 Original-Received: from mail33c50.megamailservers.eu ([91.136.10.43]:40056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8a9s-0007Uc-GW for guile-user@gnu.org; Fri, 26 Jun 2015 16:23:32 -0400 X-Authenticated-User: michele.titke.o2online.de Original-Received: from [10.184.171.126] ([89.204.137.126]) (authenticated bits=0) by mail33c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id t5QKNMDG002593 for ; Fri, 26 Jun 2015 20:23:28 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <20150626163630.05833f4d@capac> X-CTCH-RefID: str=0001.0A020206.558DB4C1.0156, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.1 cv=BcrhjNd2 c=1 sm=1 tr=0 a=DEtKRSjCN62QDNAOD9/Mww==:117 a=DEtKRSjCN62QDNAOD9/Mww==:17 a=9cW_t1CCXrUA:10 a=tJe01QhAHdwA:10 a=N659UExz7-8A:10 a=Vcm6rrJ6V62HxFw9IDYA:9 a=pILNOxqGKmIA:10 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 91.136.10.43 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11880 Archived-At: On 26/06/2015 21:36, David Pirotte wrote: > Hi Michael, > >> Sorry, you got me wrong. This is an announcement thread for those >> interested. > None of us is interested in guile-1.8, please use guile-2 > > Cheers, > David Sorry, today I exterminated elisp and emacs support from my 1.8 branch. Libtool is my pet, no matter what ... (Don't take this seriously.) * Bugs & Maintenance Issues ** Replay: UNIX tools are evil *** Manual install of srfi/makeinstall *** search tags: emacs, elisp, lisp, nil and validate.h contains ... which is only used once in list.c *** gcc warnings should not be errors (configure.in?) search for implicit definition warnings to pull out unwanted lisps *** libtool is missing an (environment) variable "export tool_oldlib=.libs/libguile.a" etc *** Remove elisp - remove directory lang - remove file test-suite/tests/elisp.test - remove all elisp from file configure - remove lang from Makefile.am - remove build-aux/elisp-comp - remove elisp from all files - move directory emacs to trash - remove file libguile/lang.h and libguile/lang.c ** Rename libguile ** Removing readline ** Removing ELisp [2015-06-25 gio] - rename SCM_NULL_OR_NIL_P to scm_is_null [2015-06-26 ven]