guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GUILE/SCWM] Why the hook is 0x0


From: Marius Vollmer
Subject: Re: [GUILE/SCWM] Why the hook is 0x0
Date: 12 Sep 2002 23:35:35 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

P Pareit <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]