all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: help-gnu-emacs@gnu.org
Subject: Re: Undesirable sh-mode indent
Date: Sat, 24 Oct 2015 08:50:06 +0300	[thread overview]
Message-ID: <87oafo6cj5.fsf@mithlond.arda> (raw)
In-Reply-To: <20151023152057587807192@bob.proulx.com> (Bob Proulx's message of "Fri, 23 Oct 2015 15:38:51 -0600")

[-- Attachment #1: Type: text/plain, Size: 720 bytes --]

Bob Proulx [2015-10-23 15:38:51-06] wrote:

> In 24.5.1 from Debian Sid I am now getting undesirable indention that
> is no longer controlled by sh-basic-offset. In 23 this worked.
>
> emacs -Q /tmp/trial.sh
>
> M-: (setq sh-basic-offset 2)
>
> if true; then
>     true
>     ^ indent should be 2 not 4 here

There is also variable sh-indentation which I have set to the same value
as sh-basic-offset.

> Does anyone know how to keep syntax highlighting but to disable
> indentation? Then at least I could at least stop it from doing the
> wrong thing without dropping all of the way to fundamental-mode.

Some new SMIE thing is, in my opinion, doing too clever and wrong things
so I disable it: (setq sh-use-smie nil).

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

  reply	other threads:[~2015-10-24  5:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23 21:38 Undesirable sh-mode indent Bob Proulx
2015-10-24  5:50 ` Teemu Likonen [this message]
2015-10-24 19:18   ` Bob Proulx
2015-10-24 21:06 ` Stefan Monnier

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=87oafo6cj5.fsf@mithlond.arda \
    --to=tlikonen@iki.fi \
    --cc=help-gnu-emacs@gnu.org \
    /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.