GNU bug report logs -
#60572
29.0.60; c-ts-mode: String spanning multiple lines are not indented
Previous Next
Full log
View this message in rfc822 format
Theodor Thornhill <theo <at> thornhill.no> writes:
> Yuan Fu <casouri <at> gmail.com> writes:
>
>> Mohammed Sadiq <sadiq <at> sadiqpk.org> writes:
>>
>>> The following code doesn't indent with TAB on c-ts-mode:
>>>
>>> #include <stdio.h>
>>>
>>> int
>>> main (void)
>>> {
>>> char *test = "some "
>>> "test";
>>>
>>> puts ("more "
>>> "test");
>>> }
>>>
>>>
>>> expected indentation:
>>>
>>> #include <stdio.h>
>>>
>>> int
>>> main (void)
>>> {
>>> char *test = "some "
>>> "test";
>>>
>>> puts ("more "
>>> "test");
>>> }
>>>
>>
>> Thanks for the report. I’m on the road right now, but I’ll soon get back
>> and work on this and your other reports, just FYI :-)
>>
>> Yuan
>
> Here is a patch fixing this, Yuan. Feel free to install at your
> convenience.
>
> Do you agree with this patch, Mohammed?
>
> Theo
Thanks! Patch applied.
Yuan
This bug report was last modified 2 years and 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.