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

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

shell-script mode indentation skewed encountering "&"


From: Dan Jacobson
Subject: shell-script mode indentation skewed encountering "&"
Date: Wed, 29 Jun 2005 05:59:40 +0800

#!/bin/sh -xeu
#Here we critique shell-script mode indentation
(
    : note how the parentheses are nicely indented
)
(
    : note how the closing parentheses is skewed when we add &
    )&

{
    : same problem with {}
    }&




reply via email to

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