The R Project SVN R

Rev

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

Rev 61433 Rev 62602
Line 34... Line 34...
34
  re-encoding the files to the native encoding will cause the function
34
  re-encoding the files to the native encoding will cause the function
35
  to fail.
35
  to fail.
36
 
36
 
37
  The default for \code{editor} is system-dependent.   On
37
  The default for \code{editor} is system-dependent.   On
38
  Windows it defaults to \code{"internal"}, the script editor, and in
38
  Windows it defaults to \code{"internal"}, the script editor, and in
39
  the Mac OS X GUI the document editor is used whatever the value of
39
  the OS X GUI the document editor is used whatever the value of
40
  \code{editor}.  On Unix the default is set from the environment
40
  \code{editor}.  On Unix the default is set from the environment
41
  variables \env{EDITOR} or \env{VISUAL} if either is set, otherwise
41
  variables \env{EDITOR} or \env{VISUAL} if either is set, otherwise
42
  \code{vi} is used.
42
  \code{vi} is used.
43
#ifdef windows
43
#ifdef windows
44
 
44