emacs-devel
[Top][All Lists]
Advanced

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

Re: Improvements to adjust-parens


From: Barry OReilly
Subject: Re: Improvements to adjust-parens
Date: Wed, 27 Nov 2013 15:00:10 -0500

> I forget what my logic was here. Feel free to do whatever you think
> is appropriate. I think backtab is actually not used in many modes.

I made it so as lisp-dedent-adjust-parens returns nil for that case,
so you can bind:

  (lambda (parg)
    (unless (lisp-dedent-adjust-parens parg)
      (when (< (current-column) (current-indentation))
        (back-to-indentation))))

to <backtab>.

I adapted your updates and bumped the version in ELPA. Thank you.


reply via email to

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