~ubuntu-branches/ubuntu/gutsy/ess/gutsy

« back to all changes in this revision

Viewing changes to lisp/essd-s4.el

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2006-04-28 16:27:11 UTC
  • mfrom: (1.3.1 upstream) (4 dapper)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060428162711-32tne8d9mve35uyn
* New upstream release
* Add tetex-extra to build-depends, Closes: #363080, Closes: #358327. 
* Apply xemacs key binding fix, Closes: #343234.
* Comment out svn references in refcard.tex, as Debian does not have
  svn.sty at the moment.
* Add ess-intro-graphs.pdf and refcard.pdf to docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
     (inferior-ess-objects-command      . ".SmodeObs(%d, pattern=\"%s\")\n")
55
55
     ;;(inferior-ess-objects-pattern    . ".*") ; for new s4 stuff
56
56
     (inferior-ess-help-command         . "help(\"%s\")\n")
 
57
     (inferior-ess-help-filetype . nil)
57
58
     (inferior-ess-search-list-command  . ".SmodePaths()\n")
58
59
     (inferior-ess-load-command         . ".SmodeLoad(\"%s\")\n")
59
60
     (inferior-ess-dump-command         . ".SmodeDump(\"%s\", \"%s\")\n")