~ubuntu-branches/ubuntu/saucy/ess/saucy-proposed

« back to all changes in this revision

Viewing changes to lisp/ess-rd.el

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-08 16:52:27 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108165227-u844l0tlegcdn89k
Tags: 5.12-1
* New upstream version released today

* debian/emacen-startup: Follow suggestion by Kevin Ryde in #594750 and
  use debian-pkg-add-load-path-item as well; also improved emacsen-install
  script by using soft links instead of copies  (Closes: #594750)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  "Current version of ess-rd.el.")
34
34
 
35
35
(defvar essddr-maintainer-address
36
 
  "Kurt Hornik <Kurt.Hornik@R-project.org>"
 
36
  "ESS Core Team <ess-core@stat.math.ethz.ch>"
37
37
  "Current maintainer of ess-rd.el.")
38
38
 
39
39
(defun Rd-active-mark () nil)           ;silence compiler.
87
87
  (define-abbrev Rd-mode-abbrev-table "`sa" "\\seealso")
88
88
  (define-abbrev Rd-mode-abbrev-table "`se" "\\section")
89
89
  (define-abbrev Rd-mode-abbrev-table "`so" "\\source")
 
90
  (define-abbrev Rd-mode-abbrev-table "`ss" "\\subsection")
90
91
  (define-abbrev Rd-mode-abbrev-table "`sy" "\\synopsis")
91
92
  (define-abbrev Rd-mode-abbrev-table "`ta" "\\tabular")
92
93
  (define-abbrev Rd-mode-abbrev-table "`ti" "\\title")
132
133
  '("Rdversion" "arguments" "alias" "author" "concept" "describe" "description"
133
134
    "details" "docType" "encoding" "enumerate" "examples" "format"
134
135
    "itemize" "keyword" "name" "note" "preformatted" "references"
135
 
    "seealso" "section" "source" "synopsis" "tabular" "title" "usage"
 
136
    "seealso" "section" "source" "subsection" "synopsis"
 
137
    "tabular" "title" "usage"
136
138
    "value"))
137
139
 
138
140
(defvar Rd-keywords
141
143
    "Alpha" "Gamma" "alpha" "beta" "epsilon" "lambda" "mu" "pi" "sigma"
142
144
    "ge" "le" "left" "right"
143
145
    ;;
144
 
    "R" "S3method" "S4method" "acronym"
 
146
    "R" "RdOpts" "S3method" "S4method" "Sexpr" "acronym"
145
147
    "bold" "cite" "code" "command" "cr" "dQuote" "deqn" "dfn" "dontrun"
146
 
    "dontshow" "dots" "email" "emph" "env" "eqn" "file"
 
148
    "dontshow" "dots" "email" "emph" "enc" "env" "eqn" "file"
 
149
    "href" "if" "ifelse"
147
150
    "item" "kbd" "ldots" "linkS4class" "link" "method"
148
 
    "option" "pkg" "sQuote" "samp" "strong" "tab" "url" "var" ;;maybe? "verb"
 
151
    "newcommand" "option" "out"
 
152
    "pkg" "sQuote" "renewcommand"
 
153
    "samp" "strong" "tab" "url" "var" "verb"
149
154
    ))
150
155
 
151
156
;; Need to fix Rd-bold-face problem.