[R] emacs-ess tab indentation

2006-10-05 Thread Ferdinand Alimadhi
Hi,

I have a 2 tab-identation in my emacs-ess and I would like to make it 8.  Can 
somebody help me with this ?

thanks 
Johan

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] emacs-ess tab indentation

2006-10-05 Thread Richard M. Heiberger
Use the command ess-set-style and set it to BSD.

See the documentation in ESS, starting with
C-h f ess-set-style

It is described in the documentation for ESS,
either .../doc/html/ess.html
or .../doc/info/ess.info
Search for indent


If you have followup questions on this topic, please use the
ESS mailing list
[EMAIL PROTECTED] 


Rich

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.