Matus Goljer

Results 278 issues of Matus Goljer

- [ ] Does not work with a selected region and backspace (some of the delsel hacks need to be updated) - [ ] Let people in https://github.com/luxbock/evil-cleverparens and evil-smartparens...

https://drive.google.com/file/d/1KKjBCrCgnOcwxsQpHwdNpWcvWupMth1P/view?usp=drive_link

enhancement

## Expected behavior In `emacs-lisp-mode` ``` "(foo (bar) | 'baz 'qux)(foo (bar) 'baz 'qux)" ``` should become ``` "(foo (bar) 'baz 'qux)|(foo (bar) 'baz 'qux)" ``` after `sp-up-sexp`. ## Actual...

Normally we place `'supersede` but if strict mode is activated anywhere, it will get replaced with a custom smartparens check. However, the symbol property is global so it will now...

bug

This is like moving by lines except it jumps over the "logical lines", that is one statement spread over multiple lines. So in case we have something like ```php |$credentials...

enhancement

https://github.com/skeeto/emacs-memoize We have options to cache by buffer content which should be bloody amazing when it comes to navigation (sometimes we do the same checks multiple times so this should...

If we have a string in backquotes like so ```js const a = `foo "bar" baz` ``` The parsing of the inner `"bar"` is broken. This seems to be because...

bug
scope:quotes

See 2nd commend in #1193

bug
documentation

See #1031 comment from @jaccarmac

enhancement
scope:performance
language:org

It would be nice if I could invoke `M-x psysh` and it would allow me to start it multiple times, one for each "project". Right now it pops to the...