This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

reference manual and gh_enter



We just discovered that the reference manual and gh_init.c/init.c does
not agree.

The manual says:

 - Function: void gh_enter (int ARGC, char *ARGV[], void (*MAIN_PROG)())
.
.
.
     Please note that `gh_enter' does not load `ice-9/boot-9.scm' ...

but gh_enter invokes the sequence:

    gh_enter -> scm_boot_guile -> scm_boot_guile_1 -> invoke_main_func
    -> scm_load_startup_files

which loads boot-9.scm.

Who is right?


---------------------------+--------------------------------------------------
Christian Lynbech          | Ericsson Telebit A/S                       
Fax:   +45 8628 8186       | Fabrikvej 11, DK-8260 Viby J
Phone: +45 8628 8177 + 28  | email: chl@tbit.dk --- URL: http://www.tbit.dk
---------------------------+--------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
                                        - petonic@hal.com (Michael A. Petonic)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]