all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Spenser Truex <lists@spensertruex.com>
To: Noam Postavsky <npostavs@gmail.com>, 40059@debbugs.gnu.org
Subject: bug#40059: lisp-mode indentation not aligned vertically
Date: Sun, 15 Mar 2020 09:00:06 -0700	[thread overview]
Message-ID: <87eett8v7d.fsf@spensertruex.com> (raw)
In-Reply-To: <87bloz6tub.fsf@gmail.com> (Noam Postavsky's message of "Sat, 14 Mar 2020 07:47:56 -0400")

Noam Postavsky <npostavs@gmail.com> writes:

> Spenser Truex <lists@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





  reply	other threads:[~2020-03-15 16:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-14  4:46 bug#40059: lisp-mode indentation not aligned vertically Spenser Truex
2020-03-14 11:47 ` Noam Postavsky
2020-03-15 16:00   ` Spenser Truex [this message]
2020-03-15 17:36     ` Noam Postavsky
2020-03-15 23:38       ` Spenser Truex
2020-03-16  9:24         ` martin rudalics
2020-05-03  1:13           ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eett8v7d.fsf@spensertruex.com \
    --to=lists@spensertruex.com \
    --cc=40059@debbugs.gnu.org \
    --cc=npostavs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.