[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [Patch] don't add indent for empty line when exiting, a code edi
From: |
Arun Persaud |
Subject: |
Re: [O] [Patch] don't add indent for empty line when exiting, a code edit |
Date: |
Fri, 14 Mar 2014 11:46:14 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 |
On 03/14/2014 02:00 AM, Bastien wrote:
> Hi Florian,
>
> Florian Beck <address@hidden> writes:
>
>> On 13.03.2014 20:46, Bastien wrote:
>>> Ok, let me take some fresh air and come back to this later on.
>>
>> How about this:
>>
>> (while (re-search-forward "\\(^\\).+" nil t)
>> (replace-match indent nil nil nil 1)))
>
> Works fine here, I pushed this solution. Thanks!
Thanks everyone for fixing this!
Arun
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, (continued)
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Bastien, 2014/03/12
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Charles Berry, 2014/03/12
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Bastien, 2014/03/13
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Charles Berry, 2014/03/13
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Bastien, 2014/03/13
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Charles Berry, 2014/03/13
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Bastien, 2014/03/13
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Charles C. Berry, 2014/03/13
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Florian Beck, 2014/03/13
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit, Bastien, 2014/03/14
- Re: [O] [Patch] don't add indent for empty line when exiting, a code edit,
Arun Persaud <=