Nicolas Goaziou writes: > Hello, > > Niklas Eklund writes: > >> Subject: [PATCH] gnu: Add emacs-puni > > Thank you. > >> +(define-public emacs-puni >> + ;; No tagged release upstream >> + (let ((commit "ed4a863460329a3019c286ff382e2ddc0ffdc9d7") (revision "0")) > > Nitpick: could you add a newline character between (commit ...) and > (revision ...)? Oops, how did that end up there, of course! >> + (home-page "https://github.com/AmaiKinono/puni") >> + (synopsis "Parentheses Universalistic") > > This synopsis is not very useful. Could you expound it a bit? Will give it a go :) >> + (description >> + "Structured editing (soft deletion, expression navigating & manipulating) that supports many major modes out of the box.") > > Description are expected to consist of full sentences. I suggest: > > Puni is an Emacs minor mode for structured editing: soft deletion, > expression navigating and manipulating. It supports many major modes > out of the box. > > Could you send an updated patch? > > Regards, > -- > Nicolas Goaziou Absolutely, thanks for the feedback :) Here is an updated patch. Best regards, Niklas