emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] branch externals/adjust-parens created (now 588815d)


From: Stefan Monnier
Subject: [elpa] branch externals/adjust-parens created (now 588815d)
Date: Tue, 1 Dec 2020 15:11:53 -0500 (EST)

monnier pushed a change to branch externals/adjust-parens.

        at  588815d   * .gitignore: New file

This branch includes the following new commits:

       new  7251ffa   * README: Update with corrected information. * 
packages/adjust-parens/adjust-parens.el: Add new package.
       new  f788d92   * Makefile: New file to provide 'make check' tests * 
adjust-parens-tests.el: New tests (apt-near-bob-test): Test indenting near BOB 
(apt-indent-dedent-test): Test same case described in Commentary * 
adjust-parens.el: Fix bug when near BOB or EOB. Fix compiler warning due to 
using defvarred prefix-arg as lexical var.
       new  2aafb6d   * adjust-parens.el: Generalize to also work with 
alternative list closing chars, such as Clojure's brackets.
       new  7ac87fa   * adjust-parens.el (last-sexp-with-relative-depth): Fix 
function documentation which indicated negative depth when positive is correct.
       new  d5f8a67   * adjust-parens.el (adjust-parens-mode): Convert to minor 
mode (adjust-parens-p): Only adjust parens if indentation is correct, else 
defer to indent-for-tab-command. (adjust-parens-and-indent): Take numeric 
prefix instead of raw and handle non positive prefix arg. 
(adjust-parens-and-indent): Return t from function. 
(lisp-dedent-adjust-parens): Return nil iff no change to buffer. * 
adjust-parens-tests.el (apt-mode-test): Add tests for minor mode 
enabling/disabling (ap [...]
       new  4722822   * adjust-parens: Two new defcustoms:   
adjust-parens-fallback-(in|de)dent-function
       new  9a937d7   Add an autoload cookie to adjust-parens
       new  588815d   * .gitignore: New file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]