Rainer M Krug <rai...@krugs.de> writes: > I changed it in the buffer, so that it now reads: > > ,---- > | > > | ## * Variable Transfer from org > | ########################################################## > | ## org:variables environment created and in search path > | ########################################################## > | > | ## * Back to normal code > | here it is @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ > | > > > `---- > > but the folding still results in > > ,---- > | > > | ## * Variable Transfer from org > | ##########################################################... > | here it is @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ > | > > > `----
these long comment lines have been a problem for headline fontification in outshine buffers before, making the regexp matcher freeze emacs, but this should be fixed. I havn't seen this problem with folding - when I'm on a machine with ESS installed I try it out ... > If it helps, here is the buffer: > > ,---- > | R version 3.1.0 (2014-04-10) -- "Spring Dance" > | Copyright (C) 2014 The R Foundation for Statistical Computing > | Platform: x86_64-apple-darwin13.1.0 (64-bit) > | > | R is free software and comes with ABSOLUTELY NO WARRANTY. > | You are welcome to redistribute it under certain conditions. > | Type 'license()' or 'licence()' for distribution details. > | > | Natural language support but running in an English locale > | > | R is a collaborative project with many contributors. > | Type 'contributors()' for more information and > | 'citation()' on how to cite R or R packages in publications. > | > | Type 'demo()' for some demos, 'help()' for on-line help, or > | 'help.start()' for an HTML browser interface to help. > | Type 'q()' to quit R. > | > | During startup - Warning messages: > | 1: Setting LC_CTYPE failed, using "C" > | 2: Setting LC_COLLATE failed, using "C" > | 3: Setting LC_TIME failed, using "C" > | 4: Setting LC_MESSAGES failed, using "C" > | 5: Setting LC_MONETARY failed, using "C" > | > > options(STERM='iESS', str.dendrogram.last="'", > | > > editor='emacsclient', show.error.locations=TRUE) > | > > | ## * Variable Transfer from org > | ########################################################## > | ## org:variables environment created and in search path > | ########################################################## > | > | ## * Back to normal code > | here it is @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ > | > > > `---- > > I figured it out: > > The problems are the comment lines - if I delete these, it is > working. > > I can work around this. ok, nice -- cheers, Thorsten