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

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

bug#40059: lisp-mode indentation not aligned vertically


From: Noam Postavsky
Subject: bug#40059: lisp-mode indentation not aligned vertically
Date: Sat, 14 Mar 2020 07:47:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Spenser Truex <lists@spensertruex.com> writes:

> This code sample demonstrates what I consider to be a bug in the
> lisp-mode indentation.
>
> Here is a very simple example:
>
> (:a :b
>  :c
>     :d
>  :e)

I'm not able to reproduce this.  I tested on 27.0.90 and 26.3.  I get

(:a :b
    :c
    :d
    :e)

in both lisp-mode and emacs-lisp-mode.





reply via email to

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