Mickey Petersen

Results 8 issues of Mickey Petersen

I'm encountering a weird issue and I'm fairly certain it's a bug. If you create a cursor against a non-root node the cursor movement code does not work. Version: 0.15.1...

bug
external-issue

Is it possible to replace the printed hash notation of nodes (or trees, I guess) with something more user friendly? I'm thinking `#` or something to that effect: basically the...

enhancement
external-issue

First of all, great package! Consider the following Python example: ```python if True: ``` And the following tree: ``` module (1 . 9) if_statement (1 . 9) true (4 ....

external-issue

This PR replaces internal calls made directly to both `switch-to-buffer`, `display-buffer-in-side-window`, et al. with the preferred method of window management in *newer* Emacsen. Instead of setting window dedication, window size,...

### This issue only occurs on Emacs versions 27.1 and 27.2 ## Resolution The quickest fix is to use the `master` branch of Emacs 27 and compile it yourself (something...

bug
emacs core

I've tried to fix it but it's not as easy as it seems, despite trying to copy the methodology used by isearch.

bug

... add eshell support!

enhancement