From d27a8724ca87edcbbff1eeb39b791b65f8a65501 Mon Sep 17 00:00:00 2001 From: JoshOBrien Date: Mon, 12 Sep 2016 09:32:34 -0700 Subject: [PATCH] Update README.org Came over here while investigating this question on SO: http://stackoverflow.com/q/39454249/980833. I think you mean "cursor", not "caret". The package looks neat, so I thought I'd contribute a few other edits. --- README.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 76c05ef..3dc0565 100644 --- a/README.org +++ b/README.org @@ -1,26 +1,26 @@ * Introduction - ess-R-data-view is data viewer for GNU R. It shows dataframe and matrix on table view. + ess-R-data-view is a data viewer for GNU R. It shows dataframes and matrices in table view. * Usage - Put caret on a word that indicate dataframe or matrix, and =M-x ess-R-dv-ctable= or =M-x ess-R-dv-pprint=. - So, it popups other buffer containing table. + Place cursor on a word that indicate dataframe or matrix and then do =M-x ess-R-dv-ctable= or =M-x ess-R-dv-pprint= + which will popup another buffer containing the table. - If its word is not dataframe or matrix, popup error message. + If the word is not a dataframe or matrix, an error message will pop up. [[./image/popup.png]] =ess-R-dv-ctable= and =ess-R-dv-pprint= have different features. - The first, =ess-R-dv-ctable= shows table in other buffer. It includes border, and header is fixed. + The first, =ess-R-dv-ctable=, shows table in another buffer. It includes a border and a fixed header. [[./image/ctable.png]] - The second, =ess-R-dv-pprint= shows pretty-printed text in other buffer. It shows huge text smoothly. + The second, =ess-R-dv-pprint=, shows pretty-printed text in another buffer. It shows huge text smoothly. [[./image/pprint.png]] * Note - ess-R-data-view uses other buffer, so it influences window layout. If you keep windows layout, you had better install window manager. popwin.el and e2wm.el is useful. + ess-R-data-view uses another buffer, so it influences window layout. If you keep windows layout, you had better install window manager. popwin.el and e2wm.el is useful.