~ubuntu-branches/ubuntu/oneiric/ess/oneiric

« back to all changes in this revision

Viewing changes to doc/TODO

  • 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:
362
362
* (RMH)
363
363
 
364
364
  
365
 
  5. essd-s+3.el
 
365
  5. ess-s3-d.el
366
366
  63                                 ;;(if (string= ess-version-running "S3")
367
367
  This comment seems inconsistent with ess-version-running.  I think it should be
368
368
                                     ;;(if (string= ess-version-running "S+3")
718
718
  for errors (problems) and so forth.  It also uses different keywords
719
719
  for the Help file (__Help instead of .Help).  These are functional
720
720
  differences, not just cosmetic differences where the font would be
721
 
  wrong.  See the comments in essd-s4.el (based on my original s4.el).
722
 
  (just noticed, the current essd-s4.el has two ending pages.)  It is
 
721
  wrong.  See the comments in ess-s4-d.el (based on my original s4.el).
 
722
  (just noticed, the current ess-s4-d.el has two ending pages.)  It is
723
723
  easy to make ess-mode work for S4 by overriding all the differences
724
724
  (which is how s4.el works).  It is harder to do it cleanly so the
725
725
  same emacs session can be used for S4 and S3.  Lots of currently
1044
1044
  *S* buffer should go to the filename.s that was the most recent
1045
1045
  sender of ^C^N or ^C^R.
1046
1046
 
1047
 
  Here is cook's sas-mode-map and how it fits with my essd-sas.el
 
1047
  Here is cook's sas-mode-map and how it fits with my ess-sas-d.el
1048
1048
 
1049
1049
   "\C-c\C-i" 'indent-sas-statement)            \t  use recommended conventions
1050
1050
   "\C-c\C-a" 'beginning-of-sas-statement)      use