[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About `<prefix>--' (was Re: filenotify.el)
From: |
Stefan Monnier |
Subject: |
Re: About `<prefix>--' (was Re: filenotify.el) |
Date: |
Fri, 28 Jun 2013 22:06:28 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> * A list library (to provide something subr.el and cl-lib missed)
We could have a list library (with "list-" prefix). I'm not sure if
it'll be worth the trouble now that we have cl-lib (before, with cl.el
most of its list functions were out of reach, because cl.el could not
be used at run-time, but this problem doesn't plague cl-lib).
> * A string manipulation library
> * A math library (maybe Calc is enough?)
> * A hash library (implements a common interface to different secure hash
> algorithms.)
> * A time access and conversion library
> * A logging facility library
> * The long lost concurrency and FFI libraries
> * An I18N library
All sounds fine. For some of them, we already have a file for them
(e.g. time-date.el).
The main problem is for functions which would most naturally end up in
subr.el: since subr.el is preloaded, we'd rather put there only
functions which are very likely to be used.
Stefan
- Re: filenotify.el, (continued)
- Re: filenotify.el, RĂ¼diger Sonderfeld, 2013/06/25
- Re: filenotify.el, Michael Albinus, 2013/06/26
- About `<prefix>--' (was Re: filenotify.el), Stephen Berman, 2013/06/26
- Re: About `<prefix>--' (was Re: filenotify.el), Stefan Monnier, 2013/06/26
- Re: About `<prefix>--' (was Re: filenotify.el), Stephen Berman, 2013/06/26
- Re: About `<prefix>--' (was Re: filenotify.el), Stefan Monnier, 2013/06/26
- Re: About `<prefix>--' (was Re: filenotify.el), Josh, 2013/06/27
- Re: About `<prefix>--' (was Re: filenotify.el), Xue Fuqiao, 2013/06/27
- Re: About `<prefix>--' (was Re: filenotify.el), Stefan Monnier, 2013/06/28
- Re: About `<prefix>--' (was Re: filenotify.el), Xue Fuqiao, 2013/06/28
- Re: About `<prefix>--' (was Re: filenotify.el),
Stefan Monnier <=
- Re: About `<prefix>--' (was Re: filenotify.el), Richard Stallman, 2013/06/28
- Re: About `<prefix>--' (was Re: filenotify.el), Josh, 2013/06/30
filenotify.el (2), Michael Albinus, 2013/06/27