~ubuntu-branches/ubuntu/trusty/ess/trusty

« back to all changes in this revision

Viewing changes to etc/TODO.org

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-09-27 18:41:32 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20130927184132-qnw5092qdlhu1fcm
Tags: 13.09-1
* New upstream version released today 

* debian/control: Increased Standards-Version: to current version

* debian/control: Added Build-Depends: on autotools-dev to always use
  current autotools file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* COMPLETION
 
2
** DONE make eldoc automatically pick available sub-process           :13_09:
 
3
   :LOGBOOK:
 
4
   - State "DONE"       from "DONE"       [2013-06-26 Wed 16:51]
 
5
   :END:
 
6
** TODO make eldoc (actually ess--fun.start) work from withing strings
 
7
* TRACEBUG
 
8
** DONE put back ess-debug-goto-input-event-marker
 
9
   :LOGBOOK:
 
10
   - State "DONE"       from "TODO"       [2013-06-21 Fri 01:18]
 
11
   :END:
 
12
   [2013-06-18 Tue] [[gnus:nnfolder%2Barchive:sent-2013-June#87sj0fulny.fsf@gmail.com][Email to Marius Hofert: Re: {ESS} A suggestion for deb]]
 
13
** TODO make ess-selection-mode-map or just use ess-debug-mode-map
 
14
   When recover mode is on, it would be very convenient to exit it with M-Q.
 
15
   [2013-06-12 Wed]
 
16
** DONE tracebug detects only english error messages.
 
17
   :LOGBOOK:
 
18
   - State "DONE"       from "TODO"       [2013-06-21 Fri 01:18]
 
19
   :END:
 
20
   Try to solve with gettext R's functionality. Partially solved (for most
 
21
   important cases) by relaxing regular expressions.
 
22
 
 
23
** DONE C-c C-c with ess-inject-source=t deletes files faster than R can process
 
24
   - State "DONE"       from "TODO"       [2013-06-26 Wed 16:46]
 
25
   
 
26
** DONE tramp references not found
 
27
   :LOGBOOK:
 
28
   - State "DONE"       from "TODO"       [2013-08-12 ma 23:40]
 
29
   :END:
 
30
   [2013-07-08 ma] [[file:~/works/pbm/R/hierarchy.R::..st_is_old..%20<-][file:~/works/pbm/R/hierarchy.R::..st_is_old.. <-]]
 
31
   
 
32
** TODO watch window behaves unexpectedly  
 
33
   [2013-06-27 Thu]
 
34
* DEVELOPER  
 
35
** DONE [#A] Eval in developer is broken
 
36
   :LOGBOOK:
 
37
   - State "DONE"       from "TODO"       [2013-06-26 Wed 16:51]
 
38
   :END:
 
39
** TODO "initialize" method is not injected
 
40
 
 
41
** DONE don't ask on C-t l for package if already in a package and dev is active
 
42
   :LOGBOOK:
 
43
   - State "DONE"       from "TODO"       [2013-08-12 ma 23:42]
 
44
   :END:
 
45
   It interrupts the workflow unnecessarily and feels differently from C-c C-l
 
46
   [2013-07-10 wo]
 
47
   
 
48
* SAS
 
49
** DONE remote M-x ess-sas-interactive via shell with ssh
 
50
  :LOGBOOK:
 
51
   - State "DONE"       from "TODO"       [2013-08-12 ma 23:38]
 
52
  :END:
 
53
   sets ess-process-name-list to (("shell")) This prevents iESS[SAS] evaluation
 
54
   since a value of (("SAS")) would be necessary for that.
 
55
 
 
56
* MISC
 
57
** TODO [#A] populate ess-autoload.el and call it from ess-site.el    :13_09:
 
58
   This will ensure that very quick start both for (require "ess-start") and
 
59
   MELPA users.
 
60
** TODO [#B] build ert based unit test suit                           :13_09:
 
61
** TODO split ess-mode into specialized derived modes
 
62
** TODO set PAGER="cat" environment variable for tramp process if unset?
 
63
** TODO cleanup ESS namespace 
 
64
   [2013-06-27 Thu]
 
65
** TODO remove reference to ssh.el from manual + add tramp workflow  
 
66
   [2013-07-10 wo] [[gnus:nnimap%2BSpinuVit:INBOX#51DD58EF.1010702@yahoo.de][Email from Jannis: Re: {ESS} ess-eldoc via ssh re]]
 
67
** TODO check Rodney's report on bastard symlinks  
 
68
   [2013-07-11 do]
 
69
** TODO check if ess-remote works 
 
70
   [2013-08-12 ma]
 
71
 
 
72
** TODO Help focus does not honor focus-follows-mouse/mouse-autoselect-window 
 
73
If you have focus-follows-mouse and mouse-autoselect-window set to t,
 
74
then ask for help in an *R* buffer, i.e.
 
75
> ?setwd
 
76
 
 
77
The help buffer steals focus permanently instead of surrendering it
 
78
to mouse movement; you need to physically click in the *R*
 
79
buffer to restore the focus following the mouse.  C-c C-d C-d
 
80
behaves similarly.  Ideally, we should respect the user's settings 
 
81
of focus-follows-mouse/mouse-autoselect-window in this common 
 
82
help/*R* buffer arrangement.
 
83
** TODO Make an option to remember eval-and-go code in comint history
 
84