Adam Porter
Adam Porter
Please try to reproduce this problem on the latest version.
> Why `get-buffer` will get a `nil`, I think this can add a exception condition to get around it to partially recover activity other buffers, skip this nil buffer. Instead...
@karthink @stardiviner I think I found the problem. Please try the commit above and let me know how it works for you.
@stardiviner Thanks for the reminder. Fix released as v0.7.2 and merged to master. (And apologies to anyone else who's waiting on merges on this or other projects of mine. Have...
Oh, by the way, you might notice a comment up there about navi-mode. I haven't gotten around to doing that, but you might also find some of the code in...
Yeah, a sidebar library of some kind would be nice! Maybe one that could do what this does, what your package does, and what org-panes does...
FYI, Emacs 26+ now has "side windows" which work pretty well for this. See `org-sidebar` and `org-now`, where I use them.
This is mildly amusing. Having just seen your package, I was reminded of [this](https://emacs.stackexchange.com/a/14987), which you *just* added a comment to. Anyway, the code in that link shows how to...
Well, `do` and `doit` are very short and not very memorable or searchable. `dono` is more unique, but not very descriptive, and not very memorable, IMHO. I'd also suggest, if...
I don't think this is a viable approach. It's unclear what the implications are of using a recursive edit this way. AFAIK it would be a misuse of it to...