Joost Kremers

Results 208 comments of Joost Kremers

The Elisp docs specifically state that "elements of `font-lock-keywords` should not match across multiple lines", so adding `[:space:]` to the regexes probably isn't a good idea. I'll look into the...

The buffer name in `zoom-ignored-buffer-names` should be a string, and the buffer name starts with a space, so you should have something like this: '(zoom-ignored-buffer-names '(" *nswbuff*")) That being said,...

As it turns out, it is sometimes necessary to resize the `nswbuff` status buffer, esp. if the number of windows is large. So I reverted this commit for now. Please...

Sorry for the late reply. I'm not sure the frame title is versatile enough for something like this, given that it's not meant to be updated regularly. The Elisp manual...

Its' proving harder than I thought. There is some weird effect with the size of the window when it's at the top. I'll see what I can do about that...

I pushed a commit that introduces the user option `nswbuff-status-window-at-top`. If you set this to `t`, the status window is displayed at the top of the current window. In order...

Yes, I can see how this would be useful. I don't use helm myself, so I'm not entirely sure how to go about implementing it. Using swiper (based on ivy)...

I'm not entirely sure what you mean. Could you elaborate a little?

Ok, I see what you mean. To be honest, though, I think this is somewhat outside the scope of `nswbuff`. In fact, I added the option `nswbuff-buffer-list-function` so I wouldn't...

Hmm, that's a consequence I hadn't considered. I think I'll revert that commit, the person reporting issue #8 hadn't set `zoom-ignored-buffer-names` correctly, so perhaps his/her issue can be solved that...