[ESS] ESS works but key bindings don't
Stephen Eglen
S.J.Eglen at damtp.cam.ac.uk
Fri Aug 21 09:58:47 CEST 2009
Hi Brad,
> to my .emacs file. If I open a .R script in emacs I can start the R
> process with "M-x R" but "C-c C-n" doesn't seem to work to send lines or
> regions to the R process. It just says "C-c C-n in undefined" in the
> minibuffer. I can send lines the hard way using M-x
> ess-eval-line-and-step. Does anyone know what I might be doing wrong?
sounds a little odd. when your cursor ('point' in emacs terminology) is
in a file.R buffer, type 'C-h m'. This brings up a help buffer, which
should look like:
----------------------------------------------------------------------
Enabled minor modes: ...
(Information about these minor modes follows the major mode info.)
ESS[S] mode:
Major mode for editing ESS source.
Optional arg ALIST describes how to customize the editing mode.
Optional arg PROC-NAME is name of associated inferior process.
...
----------------------------------------------------------------------
then look to see what keybindings are listed in that help buffer
Stephen
More information about the ESS-help
mailing list