Re: [ESS] How to type an underscore "_" in emacs with ESS in a SAS program

2019-04-14 Thread Patrick Connolly via ESS-help
On Thu, 11-Apr-2019 at 11:58AM -0600, Karen Taves via ESS-help wrote:

|> I am new to using ESS and am using ESS 18.10.2 and trying to type
|> an underscore "_" in emacs in a SAS program and am getting the
|> following error message: Symbol's function definition is void:
|> ess-smart-S-assign

I don't know about SAS, but in R, typing a second underscore bypasses
what normally happens, i.e. makes an assignment, i.e. " <- " (without
the quotes).

HTH

|> 
|> I suspect that I need to add something to my .emacs file. 
|> My .emacs file as the following 2 lines (and I don’t understand the format 
of this file so need specific instruction):
|> (add-to-list 'load-path "/home/scripts/ess-18.10.2/lisp")
|> (load "ess-autoloads”)
|> 
|> Thank you,
|> Karen
|> 
|> 
|> 
|> 
|>  [[alternative HTML version deleted]]
|> 
|> __
|> ESS-help@r-project.org mailing list
|> https://stat.ethz.ch/mailman/listinfo/ess-help

-- 
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.   
   ___Patrick Connolly   
 {~._.~}   Great minds discuss ideas
 _( Y )_ Average minds discuss events 
(:_~*~_:)  Small minds discuss people  
 (_)-(_)  . Eleanor Roosevelt
  
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.

__
ESS-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/ess-help


Re: [ESS] How to type an underscore "_" in emacs with ESS in a SAS program

2019-04-11 Thread Alex Branham via ESS-help


On Thu 11 Apr 2019 at 12:58, Karen Taves via ESS-help  
wrote:

> I am new to using ESS and am using ESS 18.10.2 and trying to type an
> underscore "_" in emacs in a SAS program and am getting the following
> error message: Symbol's function definition is void:
> ess-smart-S-assign

Hi Karen - 

This appears to be a small bug in ESS. If you execute (require 'ess-site), it 
should fix the problem.

Thanks,
Alex

__
ESS-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/ess-help


[ESS] How to type an underscore "_" in emacs with ESS in a SAS program

2019-04-11 Thread Karen Taves via ESS-help
I am new to using ESS and am using ESS 18.10.2 and trying to type an underscore 
"_" in emacs in a SAS program and am getting the following error message:
Symbol's function definition is void: ess-smart-S-assign

I suspect that I need to add something to my .emacs file. 
My .emacs file as the following 2 lines (and I don’t understand the format of 
this file so need specific instruction):
(add-to-list 'load-path "/home/scripts/ess-18.10.2/lisp")
(load "ess-autoloads”)

Thank you,
Karen




[[alternative HTML version deleted]]

__
ESS-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/ess-help