* setting include directories
@ 2003-08-16 23:18 Charles Herman
2003-08-18 17:05 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: Charles Herman @ 2003-08-16 23:18 UTC (permalink / raw)
What is the correct syntax to use when setting the variable
ff-search-directories?
-charles
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: setting include directories
2003-08-16 23:18 setting include directories Charles Herman
@ 2003-08-18 17:05 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-08-18 17:05 UTC (permalink / raw)
Charles Herman wrote:
> What is the correct syntax to use when setting the variable
> ff-search-directories?
What is unclear about its doc string (available via `C-h v'):
| ff-search-directories's value is
| cc-search-directories
|
| Documentation:
| *List of directories to search for a specific file.
|
| Set by default to `cc-search-directories', expanded at run-time.
|
| This list is searched through with each extension specified in
| `ff-other-file-alist' that matches this file's extension. So the
| longer the list, the longer it'll take to realise that a file
| may not exist.
|
| A typical format is
|
| '("." "/usr/include" "$PROJECT/*/include")
|
| Environment variables can be inserted between slashes (`/').
| They will be replaced by their definition. If a variable does
| not exist, it is replaced (silently) with an empty string.
|
| The stars are *not* wildcards: they are searched for together with
| the preceding slash. The star represents all the subdirectories except
| `..', and each of these subdirectories will be searched in turn.
(setq ff-search-directories '("/a/b/c" "./d/e/f"))
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-18 17:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-16 23:18 setting include directories Charles Herman
2003-08-18 17:05 ` Kevin Rodgers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).