From 7928e42959b5cdd382c05d0b342030ae5c5cc8a6 Mon Sep 17 00:00:00 2001 From: "Christopher R. Genovese" Date: Mon, 2 Feb 2015 01:21:07 -0500 Subject: [PATCH] A better smart-assignment for R (and S) with the =-key, no underscores. This provides a minor mode within ESS for R and S source and interaction that makes the =-key intelligently select the intended meaning based on the previous context. The package repository is on github at https://github.com/genovese/ess-smart-equals. I am the original package author and maintainer. This has been checked with flyspell-package and by building in a clone of the MELPA repository, testing under a sandbox, as described in the MELPA documentation. Note that flycheck-package cannot determine that ess-site is the proper feature to load for package ess and so signals a problem. But there is no problem, and the package loads correctly. --- recipes/ess-smart-equals | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/ess-smart-equals diff --git a/recipes/ess-smart-equals b/recipes/ess-smart-equals new file mode 100644 index 00000000..51c208b0 --- /dev/null +++ b/recipes/ess-smart-equals @@ -0,0 +1 @@ +(ess-smart-equals :fetcher github :repo "genovese/ess-smart-equals")