bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21463: 25.0.50; lisp-indent-line indents wrongly for multiline sexps


From: Stefan Monnier
Subject: bug#21463: 25.0.50; lisp-indent-line indents wrongly for multiline sexps
Date: Fri, 11 Sep 2015 21:03:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> This is how the following sexp gets indented by lisp-indent-line
> ((x
>   y) a
>   2)
>
> This is how (I believe) it should be indented
>
> ((x
>   y) a
>  2)

I'd argue that for Scheme, it should be

  ((x
    y) a
       2)

But in either case, the current indentation indeed looks wrong.


        Stefan





reply via email to

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