Adam Porter
Adam Porter
> * No third-party dependencies, so those uses of dash and s will need to be replaced with built-in functionality. Sure, that's no problem. > * Does this play well...
It's okay. I know what Chris means.
@schvabodka-man You might find this useful: https://github.com/skeeto/elfeed/issues/250
See https://github.com/skeeto/elfeed/pull/366 for some prior art. If that PR were merged, its excerpt function could be used to do something like that. Unfortunately, I guess Chris hasn't had time to...
Looks like someone discovered an Emacs feature: https://github.com/Kungsgeten/org-brain/pull/370 ;)
I'm guessing that won't work because `shell-command-to-string` boils down to `call-process` which is synchronous. Then again, I'm far from an expert here. Anyway, I'd suggest building a process-calling function that's...
Hm, well: 1. That doesn't use `aio` anymore. :) 2. You shouldn't use `lexical-let` but rather set `lexical-binding` in the buffer.
> Thanks! Based on your code, I tried to adapt my below without much success: What exactly happens?
What are you expecting to happen?