~ubuntu-branches/ubuntu/edgy/ess/edgy

« back to all changes in this revision

Viewing changes to doc/bugs.texi

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-11-11 00:51:43 UTC
  • mfrom: (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041111005143-wv1cih1h04xyrxrb
Tags: 5.2.3-3
* repair broken replace-regexp-in-string -> ess-replace-regexp-in-string
  patch
* expand autoload functionality in emacsen-startup

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
@item
3
3
Commands like @code{ess-display-help-on-object} and list completion
4
4
cannot be used while the user is entering a multi-line command.  The
5
 
only real fix in this situation is to use another @b{ESS} process.
 
5
only real fix in this situation is to use another ESS process.
6
6
 
7
7
@item
8
 
The @code{ess-eval-} commands can leave point in the @b{ESS} process
 
8
The @code{ess-eval-} commands can leave point in the ESS process
9
9
buffer in the wrong place when point is at the same position as the last
10
10
process output.  This proves difficult to fix, in general, as we need to
11
11
consider all @emph{windows} with @code{window-point} at the right place.
19
19
@code{ess-keep-dump-files} is @code{nil}.
20
20
 
21
21
@item
22
 
Passing an incomplete @b{S} expression to @code{ess-execute} causes ESS
 
22
Passing an incomplete @Sl{} expression to @code{ess-execute} causes ESS
23
23
to hang.
24
24
 
25
25
@item