[ESS] New version of GNU Emacs Modified
David Scott
d.scott at auckland.ac.nz
Tue Feb 28 11:21:48 CET 2012
On 28/02/2012 9:38 p.m., Erich Neuwirth wrote:
> I had no problem with the Mac version.
> Hint
> To activate off-babel mode for R, you have to modify .emacs
> I do
> ;; active Babel languages
> (require 'org-install)
> (org-babel-do-load-languages
> 'org-babel-load-languages
> '((R . t)
> (calc . t)
> ))
>
> Let me ask a naive question.
> Emacs always starts up in the upper left corner of my screen.
> Is there a way of setting the position in .emacs?
>
You can always suspect there is with Emacs. In my .emacs I have
(setq initial-frame-alist '((top . 10) (left . 10)
(width . 80) (height . 40)))
which sets both the location of the Emacs frame and its size
David Scott
--
_________________________________________________________________
David Scott Department of Statistics
The University of Auckland, PB 92019
Auckland 1142, NEW ZEALAND
Phone: +64 9 923 5055, or +64 9 373 7599 ext 85055
Email: d.scott at auckland.ac.nz, Fax: +64 9 373 7018
More information about the ESS-help
mailing list