Displaying 2 results from an estimated 2 matches for "addpm".
Did you mean:
addps
2001 Mar 03
11
Emacs & ESS under Windows
...|
+----------------------------------+
1. Download a precompiled copy of Emacs v. 20.4 for Windows on Intel machines:
ftp://ftp.gnu.org/gnu/windows/emacs/20.4/emacs-20.4-bin-i386.tar.gz
2. Unpack the downloaded file in a directory, e.g., "D:\", then execute the
file "D:\emacs-20.4\addpm.exe". Emacs is then installed on your Windows
machine, and a shortcut should have been added to your start menu.
3. Download ESS v. 5.1.8 at:
http://ess.stat.wisc.edu/pub/ESS/ESS-5.1.8.zip
4. Unpack the downloaded file in "D:\emacs-20.4\lisp\" (of course, keeping
the tree structu...
2011 Jan 02
0
Windows 7, R and org-babel issue
Hi, I'm hoping somebody can help me with this I'm a little stuck, I've
followed the method as closely to the Linux way to get org mode exporting to
pdf through latex my work with R.
I have emacs extracted and installed to Program Files, and ran "addpm", I
have Rterm in my path, and I extracted ESS and Org 7.4 to Program
Files\emacs-22.3\site lisp. I've edited .emacs.d\init.el (a .emacs file was
too awkward with windows way of naming files) to include the strings
required to load ESS: (require 'ess-site), and then all the lines on t...