Maybe you want to avoid very long lines. In Yi we use the following style a lot:

procDiredOp counting ((DORemoveDir f):ops) = do
<4spaces>
    statement1
    statement2
    ...

Thanks!
-- JP

On Mon, Sep 14, 2009 at 4:59 PM, Wen Pu <dexte...@gmail.com> wrote:
> Hi,
>
> This dired patch:
>    1. fixes "apply to all" problem
>    2. removes mark when file is moved or deleted
>    3. splits DORemove into DORemoveFile and DORemoveDir, because
> removeLink only works for file; use removeDirectoryRecursive for dirs
> instead.
>
> Thanks,
> -Wen
>
> >
>
>
>
>
> On Aug 27, 2009, at 3:12 AM, Wen Pu wrote:
>
>> Hi,
>>
>> This patch is trying to:
>>  1. Keep refining DiredOp and procDiredOp
>>  2. Implement rename operation (when overwrites happen, "apply to
>> all" ('!') is not  working correctly at this point)
>>  3. Fix naming problem
>>  4. Take care of the pointer's position during diredRefresh
>>  5. Add more comments
>>
>> Thanks,
>> -Wen
>>
>> <dired-patch.dpatch>
>
>
>

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to