unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: setting include directories
Date: Mon, 18 Aug 2003 11:05:29 -0600	[thread overview]
Message-ID: <3F410759.9090101@yahoo.com> (raw)
In-Reply-To: rZy%a.131367$cF.34768@rwcrnsc53

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

      reply	other threads:[~2003-08-18 17:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-16 23:18 setting include directories Charles Herman
2003-08-18 17:05 ` Kevin Rodgers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F410759.9090101@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).