Emacs allows you run regions. Not sure about naming them.... Peter ManInMoon wrote: > Does anyone know of a gui for R that has "regions" i.e areas of code in a > script that can be named and hopefully run as a section? > > @region Init > library(whatever) > myprint<-function(...){print(...)} > @endregion > > > > > >