GNU bug report logs - #40059
lisp-mode indentation not aligned vertically

Previous Next

Package: emacs;

Reported by: Spenser Truex <lists <at> spensertruex.com>

Date: Sat, 14 Mar 2020 04:57:01 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Spenser Truex <lists <at> spensertruex.com>
To: Noam Postavsky <npostavs <at> gmail.com>, 40059 <at> debbugs.gnu.org
Subject: bug#40059: lisp-mode indentation not aligned vertically
Date: Sun, 15 Mar 2020 09:00:06 -0700
Noam Postavsky <npostavs <at> gmail.com> writes:

> Spenser Truex <lists <at> spensertruex.com> writes:
>
>> 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.

Just to be clear, the process is such:

0. Open a buffer (eg. *scratch*) and M-x lisp-mode
1. Paste the sample into a buffer with the cursor at |
|(:a :b
    :c
    :d
    :e)
2. Run `indent-sexp'
3. Should look like this if reproduced successfully

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

If that doesn't work, try placing the cursor on each line and run
`indent-for-tab-command'.


-- 
Spenser Truex
spensertruex.com
San Francisco, USA




This bug report was last modified 5 years and 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.