[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with the new Var code
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Problems with the new Var code |
Date: |
Tue, 03 Jun 2003 14:12:54 +0200 |
User-agent: |
Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3 (gnu/linux) |
>>> "Tim" == Tim Van Holder <address@hidden> writes:
[...]
>> But again, let's rename these if they can be less
>> confusing. Maybe s/search/search_for/, or s/search/seek/? Any
>> other idea?
Tim> 'find' or 'locate' are perfectly good prefixes (the latter works both
Tim> as a command and as an action, so is perhaps an even better source);
Tim> 'search_for' is ok too, I guess.
I'm quite confused. You know there are *two* functions in the
code, don't you?
+ # Try to locate configure.in or configure.ac in the current
+ # directory. It may be absent. Complain if both files exist.
+ my $filename = search_configure_ac;
+
+ # Likewise, but bomb out if the file does not exist.
+ my $filename = find_configure_ac;
--
Alexandre Duret-Lutz