Results 12 issues of Roy Mu

The default path of executable file is "~/.local/lib/guildhall/PACKAGE_NAME/bin". It's not convenient for users to specify the PATH env-var. My suggestion is to unify the executable path to "~/.local/bin". I can...

Would you mind changing "R6RS" to "Guile" in the manual? Since Guildhall is a package manager of Guile, which implies the packages don't have to be a R6RS compatible one.

Though guildhall is derived from dorodango, it isnt' and won't be dorodango itself anymore. I think it's better to explain the difference between them. I think this README should describe...

When I run ./autogen.sh, there's error: ================================cut============================== configure.ac:13: warning: macro 'AM_EXTRA_RECURSIVE_TARGETS' not found in library libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `support/build-aux'. libtoolize: copying file`support/build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,...

I'll send pull request to you. Feel free to contact me if you come back to this project. @8c6794b6

dot-X file should be referenced from libguile directory, this fix can avoid the compiling error.

This pull request contains 2 commits: 1. remove build-aux from .gitignore (need to put guile-sdl.m4 into build-aux) 2. add guile-sdl check

Some tools like minted and pygmentize which require -shell-escape option. Is there a way to pass options?

enhancement

I can build and run guile-on-zile successfully. I think the extension script should be loaded from $HOME/.zile-on-guile, however, it seems useless after I add some code into this file. I...