tramp-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/1] Try using file-attributes cache in file-executable-p, co


From: Michael Albinus
Subject: Re: [PATCH 1/1] Try using file-attributes cache in file-executable-p, code refactoring
Date: Wed, 19 Aug 2009 09:38:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Julian Scheid <address@hidden> writes:

>> Furthermore, you go always through the complete (dolist (suffix
>> '("string" "integer") result) ...) loop. Maybe you could finish when you
>> have found a hit, using `throw' and `catch'.
>
> There's an "or" condition on the result at the beginning that will
> prevent the second iteration if the first iteration led to a hit.

OK.

Best regards, Michael.




reply via email to

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