Jan Nieuwenhuizen writes: Hi! I have incorporated Ricardo's (thanks!) emacsy WIP patch so that we can now run all tests. I also resurrected the PDF doc builds and added them to the automake install. New patch attached. >>> It's not a pure guile package...should it still be named >>> guile-emacsy, >> >> Yes. >> >>> WDYT? >> >> Personally: that the language(s) the package is *written* in don't >> actually matter much. >> >> What matters is whether it's a library *for* that language. >> >> + "Emacsy is an embeddable GNU Emacs-like library for GNU Guile. >> >> …and it is :-) > > Well, that's the thing. It's a Guile library as well as an *embeddable* > Guile library in C; it comes with libemacsy.so. So I guess the > description is off. What about I have changed it to (synopsis "Embeddable GNU Emacs-like library using Guile") (description "Emacsy is an embeddable GNU Emacs-like library that uses GNU Guile as extension language. Emacsy can give a C program an Emacsy feel with keymaps, minibuffer, recordable macros, history, tab completion, major and minor modes, etc., and can also be used as a pure Guile library. It comes with a simple counter example using GLUT and browser examples in C using gtk+-3 and webkitgtk.") janneke