On Wed, 26 Jan 2011 20:35:34 +0100 Michael Albinus wrote: MA> Ted Zlatanov writes: MA> OK, but short tests help me to understand the API better. And if it MA> comes to creation of new entries, I would like to *see* how it works. >> >> Bah. Now I have to write auth-source-netrc-create before the weekend :) MA> For the rest, I've played already around. In general, the new API looks MA> good to me. Appended is a patch for some few minor things I've observed MA> during the game. I applied your patch to my copy (attached below). Regarding caching, I think the cache key will be a serialized version of SPEC that expires when the file is modified or after a minute. I really don't like caching this information, though; I'd rather force the client to cache those results if it makes sense. So I may be annoying and remove `auth-source-do-cache' and all the related code altogether. MA> And now waiting for the creation thingie ... OK, I'll aim for that to be done soon. Thanks Ted