[ESS] How to show or find the matching parenthesis

Stephen Eglen S.J.Eglen at damtp.cam.ac.uk
Sat May 30 20:53:09 CEST 2009


Ronggui Huang <ronggui.huang at gmail.com> wrote:


> If I am writing the code and input a parenthesis, ESS will show the
> matching parenthesis automatically. Now I want ESS show the matching
> parenthesis of an existing parenthesis when I read an existing
> program. What function should I call to let ESS do that?

On Emacs (not sure about XEmacs), try M-x show-paren-mode or add this to
.emacs

(show-paren-mode t)

Stephen



More information about the ESS-help mailing list