step.1 install w3m-el in my emacs23.1
> cvs -d :pserver:anonymous@cvs.namazu.org:/storage/cvsroot login
> cvs -d :pserver:anonymous@cvs.namazu.org:/storage/cvsroot co emacs-w3m
> cd emacs-w3m
> autoconf
> ./configure
> make
> sudo make install
step.2 configure ~/.emacs.d/init.el
add below line in the end of you init.el or .emacs
(require 'w3m-load)
Showing posts with label emacs. Show all posts
Showing posts with label emacs. Show all posts
2011/06/17
2011/06/05
Hello, ess (1st contact)
I tried to use emacs + ess (Emacs Speaks Statistics) to program R code quickly.
INSTALL
ESS COMMAND REFERENCE (more ess command is introduced in RjpWiki.)
INSTALL
- aptitude install ess
- echo "(require 'ess-site)" >> ~/.emacs.d/init.el
- boot emacs
- M-x 2 => divide emacs buffer
- M-x R => boot R-console
- C-c C-j: execute current line
- C-c M-j: execute current line and move to end of R-console
- C-c C-b: execute current buffer
- C-c M-b: execute current buffer and move to end of R-console
- C-c C-r: execute current region
- C-c M-r: execute current region and move to end of R-console
ESS COMMAND REFERENCE (more ess command is introduced in RjpWiki.)
| Command of ess (by RjpWiki) |
Subscribe to:
Posts (Atom)