Austin Bingham
Austin Bingham
Hmmm...these header changes might very well be causing the problem you're seeing. Do you know the commit at which your problems started? And do you have a small example file...
IIRC, it was pretty reasonable. It complained about a value not being in the domain of the header field. But I also recall that it was couched in some nested...
I forget where I picked that up...the fruit of some CS course, probably.
> which I presume means "test software". Or "test seisware". This is quite a rabbit hole!
We currently run travis tests on 3.3-3.6. We don't run on Python 2.
> there are many cases where removing them could create confusion for readers I completely agree. If there's any support for hiding magic, it should be optional and off by...
I'm looking for similar functionality. I noticed that the ":numbered:" option to toctree accepts an optional integer (i.e. its option spec is `int_or_nothing`), yet that number seems to not be...
Thanks for the pointers. The emacs world should come up with some abstraction for "sidebars" like outline-toc, navi-mode, neotree, minimap, etc. We're all reinventing largely the same problem, it seems.
Cool, thanks! I figured it wouldn't be *too* hard, but it's nice to have a pointer.
@youngker I've updated the README for the core functionality and for the list-oriented UI. Can you add the section for helm-codesearch?