guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] libraries: Abstract packages and categories.


From: Mathieu Lirzin
Subject: Re: [PATCH] libraries: Abstract packages and categories.
Date: Sun, 22 Nov 2015 23:56:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Mathieu Lirzin <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]