[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a couple of bugs in bash indentation
From: |
Stefan Monnier |
Subject: |
Re: a couple of bugs in bash indentation |
Date: |
Mon, 21 Nov 2005 17:25:54 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> I think I found a couple of bugs in the indentation. Is your code also
> responsible for the indentation in bash-mode?
Not really, but it does influence it. E.g. it was the cause of the first
bug in mentioned. I believe I've now fixed it.
> function multiline-quote
> {
> echo \
> --arg1 "correct" \
> --arg2 "correct" \
> --multiline "correct
> maybe correct" \
> --aftermultiline "not correct" \
> --allothers "skewed"
> }
This one is still up for grabs. I don't have time to look at it.
Stefan