Psionic K
Psionic K
> especially the "four types of documentation" distinction Let's not be too abstract here. Where are we going to put the code examples? It would be incorrect to merely store...
I started adding some API examples to https://github.com/magit/transient/wiki/Developer-Quick-Start-Guide To start, I covered some of the tangled sources of confusion: - Use of eieio looks like a foreign lisp feature if...
Currently only call path for the predicates is in `transient-setup` Do we want support predicates that are static after setup? I think the user assumption is that predicates are live....
Hacked together an example that works. I don't think this is the shortest workaround (or appropriate for many cases). What I determined from reading code is that `(transient--insert-groups)` uses `(transient--layout)`...
I realized what needs to happen here has a bit of a relationship with flow control. Emacs commands generally use cooperative argument passing - if the arguments are **not** passed...
Having a look tomorrow
Pulled master and rebuilt. > this command should be called after vterm-toggle, after vterm-toggle is called, you finally foud out the command you want IMO any vterm command that requires...
Sure, let's sort alphabetically. I would take a look at if your dependencies will work as just build inputs. It's not usually the case that they need to propagate. pkg-config...
I force pushed the file you are working on in #292
LGTM. I'll handle any nits if any come up. Will be in unstable and 0.12 (doesn't exist yet) after close