From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Re: [GUILE/SCWM] Why the hook is 0x0 Date: 12 Sep 2002 23:35:35 +0200 Sender: guile-user-admin@gnu.org Message-ID: <87admmc2mw.fsf@zagadka.ping.de> References: <200209112255.06333.pieter.pareit@planetinternet.be> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031866561 21711 127.0.0.1 (12 Sep 2002 21:36:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 12 Sep 2002 21:36:01 +0000 (UTC) Cc: guile-user@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17pbd2-0005e2-00 for ; Thu, 12 Sep 2002 23:36:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pbd9-00072h-00; Thu, 12 Sep 2002 17:36:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17pbci-0006zy-00 for guile-user@gnu.org; Thu, 12 Sep 2002 17:35:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17pbcf-0006xx-00 for guile-user@gnu.org; Thu, 12 Sep 2002 17:35:38 -0400 Original-Received: from dialin.speedway42.dip10.dokom.de ([195.138.42.10] helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10) id 17pbcf-0006xZ-00 for guile-user@gnu.org; Thu, 12 Sep 2002 17:35:37 -0400 Original-Received: (qmail 4662 invoked by uid 1000); 12 Sep 2002 21:35:35 -0000 Original-To: P Pareit In-Reply-To: <200209112255.06333.pieter.pareit@planetinternet.be> Original-Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:966 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:966 P Pareit writes: > Should error_hook show up in the .x file? Yes. > There is mention of SCM__I in the ChangLog-2000 file, where it states that > it's name is replaced from SCM__I to SCM_SNARF_INIT_START (same for SCM__D, > SCM__S and SCM__E), if that is true, it would explane my problems in running > scwm. So this could mean I best replace SCM__I, but it might even be better > to change the macro's to guile-snarf macro's special made for the purpose > (SCM_VARIABLE maybe?). Someone knows what I best do? Yes, SCM_VARIABLE looks like it is the thing you need: SCM_VARIABLE_INIT (error_hook, "error-hook", scm_make_hook (1)); You loose the docstring, unfortunately. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user