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

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

bug#24785: 24.5; Shell-script indentation after line continuation


From: Philipp Stephani
Subject: bug#24785: 24.5; Shell-script indentation after line continuation
Date: Mon, 24 Oct 2016 20:20:26 +0000



Karl Wette <karl.wette@gmail.com> schrieb am Mo., 24. Okt. 2016 um 22:04 Uhr:

In Shell-script mode, indentation after a line continuation seems broken:

aaaaaaaaaaaaaaaaaaaa \
    indents to the correct 4 spaces, but

aaaaaaaaaa aaaaaaaaa \
           indents to the first whitespace in the line

${aaaaaaaaaaa}aaaaa \
              indents to after the closing bracket

( aaaaaaaaa ) && aa \
                     indents to after the line continuation

This seems to be very underisable, and there should at least be an option
of getting back the old behaviour of a fixed indent.


There is: Set `sh-indent-after-continuation' to 'always. 

reply via email to

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