The R Project SVN R

Rev

Rev 74363 | Rev 84159 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74363 Rev 75517
Line 26... Line 26...
26
  consists of a few unexported functions described further down.
26
  consists of a few unexported functions described further down.
27
}
27
}
28
 
28
 
29
\usage{
29
\usage{
30
 
30
 
31
rc.settings(ops, ns, args, func, ipck, S3, data, help,
31
rc.settings(ops, ns, args, dots, func, ipck, S3, data, help,
32
            argdb, fuzzy, quotes, files)
32
            argdb, fuzzy, quotes, files)
33
 
33
 
34
rc.status()
34
rc.status()
35
rc.getOption(name)
35
rc.getOption(name)
36
rc.options(\dots)
36
rc.options(\dots)
Line 42... Line 42...
42
\S3method{.DollarNames}{environment}(x, pattern = "")
42
\S3method{.DollarNames}{environment}(x, pattern = "")
43
 
43
 
44
}
44
}
45
 
45
 
46
\arguments{
46
\arguments{
47
  \item{ops, ns, args, func, ipck, S3, data, help, argdb, fuzzy, quotes, files}{
47
  \item{ops, ns, args, dots, func, ipck, S3, data, help, argdb, fuzzy, quotes, files}{
48
 
48
 
49
    logical, turning some optional completion features on and off.
49
    logical, turning some optional completion features on and off.
50
 
50
 
51
    \describe{
51
    \describe{
52
      \item{\code{ops}:}{ Activates completion after the \code{$} and
52
      \item{\code{ops}:}{ Activates completion after the \code{$} and
Line 54... Line 54...
54
 
54
 
55
      \item{\code{ns}:}{ Controls namespace related completions. }
55
      \item{\code{ns}:}{ Controls namespace related completions. }
56
 
56
 
57
      \item{\code{args}:}{ Enables completion of function arguments. }
57
      \item{\code{args}:}{ Enables completion of function arguments. }
58
 
58
 
-
 
59
      \item{\code{dots}:}{ If disabled, drops \code{...} from list of
-
 
60
	function arguments. Relevant only if \code{args} is enabled.
-
 
61
      }
-
 
62
 
59
      \item{\code{func}:}{ Enables detection of functions.  If enabled,
63
      \item{\code{func}:}{ Enables detection of functions.  If enabled,
60
        a customizable extension (\code{"("} by default) is appended to
64
        a customizable extension (\code{"("} by default) is appended to
61
        function names.  The process of determining whether a potential
65
        function names.  The process of determining whether a potential
62
        completion is a function requires evaluation, including for lazy
66
        completion is a function requires evaluation, including for lazy
63
        loaded symbols.  This is undesirable for large objects, because
67
        loaded symbols.  This is undesirable for large objects, because