argh              694 src/error.c        ScmObj argh = SCM_NIL, argt = SCM_NIL;
argh              702 src/error.c        SCM_APPEND1(argh, argt, condition_type);
argh              712 src/error.c                SCM_APPEND1(argh, argt, SCM_MAKE_KEYWORD("message"));
argh              713 src/error.c                SCM_APPEND1(argh, argt, Scm_GetOutputString(SCM_PORT(ostr)));
argh              717 src/error.c                SCM_APPEND1(argh, argt, SCM_MAKE_KEYWORD(key));
argh              718 src/error.c                SCM_APPEND1(argh, argt, arg);
argh              722 src/error.c        return Scm_Apply(SCM_SYMBOL_VALUE("gauche", "error"), argh);