mme / atom-paredit

Paredit for atom editor based on paredit.js
MIT License
9 stars 0 forks source link

paredit:deleteFwd skips a character #1

Closed victor-acuna closed 9 years ago

victor-acuna commented 9 years ago

Hitting the DEL key or pressing C-d does delete the character following the cursor, but then proceeds to skip one character after deleting.

So, for example, if the cursor is | and I start with something like (foo |bar) then hit DEL, I end up with (foo a|r).

I'm not familiar with how paredit works in emacs; is this the expected functionality, or am I correct in thinking this is an issue? I suppose I may also have another package that is colliding with paredit, although the only community packages I have installed are this one, minimap, and minimap-git-diff.

Anyway, I have overridden the DEL key in my keymap with core:delete for now. This means I lose paren balancing on deletion, though. Otherwise this package has been great!

mme commented 9 years ago

Thanks for the bug report. Glad you find the package useful!