Hi Mark! Mark H Weaver <m...@netris.org> skribis:
> Hi Ludovic, > > l...@gnu.org (Ludovic Courtès) writes: >> Mark H Weaver <m...@netris.org> skribis: >> >>> +#define FUNC_NAME s_scm_parse_path_with_ellipsis >>> +{ >>> + SCM ellipsis = scm_from_latin1_string ("..."); >> >> Use ‘SCM_SYMBOL’ instead. > > It's a string, not a symbol. Oops, right. Then there’s SCM_IMMUTABLE_STRING. :-) > I've attached a revised patch that also does a much better job of > updating the docs. I also noticed that the documentation of the default > load path did not match reality. Excellent, looks great to me. If everything goes well, we may be able to tag tonight. WDYT? Thanks, Ludo’.