Pavel Korytov

Results 6 issues of Pavel Korytov

I'm using abo-abo's [lispy](https://github.com/abo-abo/lispy) to edit Lisps. Among other things, the package does a pretty good job of preserving the balance of parentheses, i.e. using its operations (like deleting a...

The following doesn't seem to work in calysto_hy: ```hy (py "print('hello')") ``` Stacktrace: ``` Traceback (most recent call last): File "/home/pavel/Programs/miniconda3/envs/hy/lib/python3.7/site-packages/hy/compiler.py", line 435, in compile ret = self.compile_atom(tree) File "/home/pavel/Programs/miniconda3/envs/hy/lib/python3.7/site-packages/hy/compiler.py",...

This adds the `:multi` argument to the `property` predicate. E.g. for the following case: ```org * Test 1 :PROPERTIES: :PROP: value-1 :PROP+: value-2 :PROP+: value-3 :END: * Test 2 :PROPERTIES:...

This adds an optional callback to retrieve the spawned instance of `ChildProcess`. I recently had to implement a timeout on LaTeX export, and this seems like the most straightforward way.

This adds notmuch-like autocompletions in the `*elfeed-search*` buffer. I've seen some discussion in #32 a few years ago, but didn't find anything like that implemented. It works for: - `+...`...

Difftastic has a lot of options, see `difft --help`. Fortunately, they can be passed as environment variables, which means we can avoid using a ton of CLI flags with `process-environment`...