[ESS] Problem with indenting and sending lines to R after updating to 13.05

Frank Harrell harrelfe at gmail.com
Mon Jun 3 01:00:27 CEST 2013


Vitalie Spinu <spinuvit <at> gmail.com> writes:

> 
> 
> Dear Frank, 
> 
> What is the value of ess-dialect in the problematic buffer?
> 
> Do you use .q extension for R files? .q is associated with S+ now. To
> change the file association simply put:
> 
>    (add-to-list 'auto-mode-alist '("\\.q\\'" . R-mode))
> 
> in your emacs.
> 
>  >> Frank Harrell <harrelfe <at> gmail.com>
>  >> on Sun, 2 Jun 2013 14:42:03 +0000 wrote:
> 
>  FH> If it matters, I have defined the following in my .emacs
> 
>  FH> ; See http://blogisticreflections.wordpress.com/2009/10/01/r-object-
tooltips-in-ess
...
>  FH> (provide 'ess-R-object-tooltip)
> 
> There is now a built in similar functionality in ESS bound to C-c C-d
> C-e and cycled with C-e. Also see
> ess-R-describe-object-at-point-commands for the list of customizable
> cycling commands.
> 
>     Vitalie

Dear Vitalie,

That was the problem.  Thank you!  I had been in the habit of suffixing R 
code files names with both .s and .r.  Thanks also for the tooltip tip.  
I've removed the old tooltip setup from my .emacs.

Frank



More information about the ESS-help mailing list