From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: scm_internal_stack_catch Date: Fri, 6 May 2011 10:21:04 -0400 Message-ID: <20110506142104.1ZFS4.38448.root@cdptpa-web12-z02> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1304691682 5413 80.91.229.12 (6 May 2011 14:21:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 May 2011 14:21:22 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 06 16:21:19 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QILu4-0002tR-PA for guile-devel@m.gmane.org; Fri, 06 May 2011 16:21:12 +0200 Original-Received: from localhost ([::1]:33939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QILu3-0000aa-Qs for guile-devel@m.gmane.org; Fri, 06 May 2011 10:21:11 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QILu1-0000aR-DZ for guile-devel@gnu.org; Fri, 06 May 2011 10:21:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QILu0-00023X-DK for guile-devel@gnu.org; Fri, 06 May 2011 10:21:09 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:62596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QILu0-00023A-AA for guile-devel@gnu.org; Fri, 06 May 2011 10:21:08 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=1.1 cv=2pE2Kh9Ye2ywHyyFZnC5ZQ1FvuPrdOtuPO5uN4ysVDU= c=1 sm=0 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=FP58Ms26AAAA:8 a=jeXVsEvwZiTp72gQYYIA:9 a=QEXdDO2ut3YA:10 a=OejNsK9/ykxjcUuI5dsnTg==:117 X-Cloudmark-Score: 0 Original-Received: from [10.127.132.163] ([10.127.132.163:33963] helo=cdptpa-web12-z02) by cdptpa-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id A6/85-05159-0D304CD4; Fri, 06 May 2011 14:21:04 +0000 X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.120 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12443 Archived-At: Howdy Guilers, I've been slowly (very slowly!) debitrotting scwm. The C code is pretty much there, as is most of the Scheme code, except for gtk+ interfaces. There is currently a deprecation warning for scm_internal_stack_catch. The warning says to talk to guile-devel. So I'm talking. ;^) What should this be replaced with? You can take a look at http://scwm.git.sourceforge.net/git/gitweb.cgi?p=scwm/scwm;a=summary Or just check it out from git: git clone git://scwm.git.sourceforge.net/gitroot/scwm/scwm Thanks, -Dale