l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin <m...@gnu.org> skribis: > >> +;;; XXX: In order to allow a proper alignement of keywords in Emacs we need >> to >> +;;; enable the prefix keyword type ':NAME'. >> +(read-set! keywords 'prefix) > > If you want to take that route, you need to make sure the reader change > is effective when the file is read, rather than at run time: > > (eval-when (expand load eval) > (read-set! keywords 'prefix)) > > I would suggest fixing Emacs though, or ignoring the limitation for now. > > WDYT?
This makes sense, I have removed this hack. > Other than this minor issue, I find it very nice! > > I’ve added you to the Savannah group so you can push changes to the web > site. Please restrict yourself to guile-web.git and post changes here > beforehand (and feel free to ping those lazy maintainers when it takes > too long!). Thanks. :) > When you push a change to the web site’s source, can you please update > the CVS web repo at the same time? See > <https://savannah.gnu.org/cvs/?group=guile> for instructions. If in > doubt, don’t hesitate to ask. I will take a look on this old CVS thing and ask if it don't get it. -- Mathieu Lirzin