Last edit
Changed:
< * <b>Version </b> -- 0.78
to
> * <b>Version </b> -- 0.79
Added:
> * <b>22-May-2013 </b> -- Added more ggplot operators. (Matthew L. Fidler)
Changed:
< * <b>15-Jul-2011 </b> -- Bug fix for d[d$CMT <tt></tt> 2,"DV"] _ to produce d[d$CMT <tt></tt> 2,"DV"] <- (Matthew L. Fidler)* Functions
< === Interactive Functions ===
< === Internal Functions ===
< == Variables ==
to
> * <b>15-Jul-2011 </b> -- Bug fix for d[d$CMT <tt></tt> 2,"DV"] _ to produce d[d$CMT <tt></tt> 2,"DV"] <- (Matthew L. Fidler)* Variables
Added:
> == Functions ==
> === Interactive Functions ===
> === Internal Functions ===
ess-smart-underscore.el — Ess Smart Underscore
‘custom’, ‘easymenu’, ‘ess’, ‘ess-compat’, ‘ess-custom’, ‘font-lock’, ‘syntax’, ‘widget’.
To use without using a package manager:
This is in emacswiki, so this package can also be installed using el-get.
After installing el-get, Type M-x el-get-install ess-smart-underscore.
Smart “_” key: insert ess-S-assign, unless:
‘ess-S-underscore-after-defined’)An exception to #4 is in the following situation:
a <- b |
Pressing an underscore here would produce
a <- b <-
However when in the following situation
a <- b|
Pressing an underscore would produce
a <- b_
This behavior can be toggled by ess-S-space-underscore-is-assignment
If the underscore key is pressed a second time, the assignment operator is removed and replaced by the underscore. ess-S-assign, typically “ ← “, can be customized. In ESS modes other than R/S, an underscore is always inserted.
In addition the ess-smart-underscore attempts to work with noweb-mode
This was generated with OrgReadme. On updating the library, this page is likely to be replaced with updated content.