lisp-paredit icon indicating copy to clipboard operation
lisp-paredit copied to clipboard

Missing features

Open smaant opened this issue 8 years ago • 2 comments

Hi, I'm usually emacs user and now looking around atom, was trying to find some analog of paredit and found your plugin. It has a lot of features, but some a very important (imho) are missed (I would name them as functions in paredit.el):

  • paredit-close-round
  • paredit-close-round-and-newline
  • paredit-backward-delete - part of this is working, but this one is missing (basically on backward delete cursor shouldn't just stop on a closing delimiter, but move inside instead):
("zot"| quux)
  ->
("zot|" quux)
  ->
("zo|" quux)

(foo bar)|
  ->
(foo bar|)

Do you think it would be possible to add this features?

smaant avatar Apr 17 '16 13:04 smaant

Also paredit-transpose, which swaps the right and left sexps.

HactarCE avatar Jan 14 '18 21:01 HactarCE

paredit-raise-sexp is also very useful

claynon avatar Dec 07 '18 20:12 claynon