help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to conduct common file tests in elisp


From: Andreas Politz
Subject: Re: How to conduct common file tests in elisp
Date: Thu, 18 Dec 2008 10:24:47 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Harry Putnam wrote:
I'm attempting to look up in the elisp manual how to conduct a
standard file test.

It is not easy to find.

I've tried index search for `file test' <no hits>

Manual search with the common C-s search of the table of contents in
the info manual for `test'.  None of the hits were about file tests.

And finally `s' search which pours through the whole manual on string file.*test.. again none of the hits were about standard file tests
like -f file, -d directory, -r file, -x file etc etc.

How is it done?




It's in here :

(info "(elisp)Information about Files")

Widening your search and starting in the menu could
probably get you there.

-ap


reply via email to

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