emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Folding in iESS R buffer


From: Thorsten Jolitz
Subject: Re: [O] Folding in iESS R buffer
Date: Tue, 27 May 2014 23:42:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Rainer M Krug <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]