[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Re: org-src-fontify-natively makes things very, very slow
From: |
Eric S Fraga |
Subject: |
Re: [O] Re: org-src-fontify-natively makes things very, very slow |
Date: |
Sat, 19 Mar 2011 20:34:58 +0000 |
User-agent: |
Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) |
Sébastien Vauban <address@hidden> writes:
> Hi Eric,
>
> Eric S Fraga wrote:
[...]
>> where there is no matching #+end_src or, more precisely, the next #+end_src
>> line is one that does not belong to this current source block. Your search
>> (in org.el) for the end of the block assumes that it does have the end
>> statement in place already. I'm not sure how to fix this because it's an
>> ill-defined situation.
>
> You say "your search..." but I only added the overlay-put command... and I
> must admit this whole block is difficult to follow (so many cases).
Yes but the overlay needs to know where to end; I am using search in a
more general sense here in that you are defining the start and end of a
region to overlay using regular expressions, are you not?
[...]
>> My solution, by the way, is to insert the #+end_src line immediately upon
>> writing a #+begin_src line and then back up a line to start writing the
>> code.
>
> "My" solution is even simpler: just use a yasnippet template, that prompts you
> for the language and puts the begin/end upfront:
yes, I used to use yasnippet a lot but I don't any longer. I am
actually in confusion as to which completion mechanism to use in Emacs
these days and am going a little crazy... :( I'm currently playing with
auto-complete.
Thanks,
eric
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.83.g1bd87.dirty)
- [O] org-src-fontify-natively makes things very, very slow, Julian Burgos, 2011/03/17
- Re: [O] org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/17
- [O] Re: org-src-fontify-natively makes things very, very slow, Sébastien Vauban, 2011/03/17
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Julian Burgos, 2011/03/17
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/18
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Julian Burgos, 2011/03/18
- [O] Re: org-src-fontify-natively makes things very, very slow, Sébastien Vauban, 2011/03/19
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, suvayu ali, 2011/03/19
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/19
- Re: [O] Re: org-src-fontify-natively makes things very, very slow,
Eric S Fraga <=
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Le Wang, 2011/03/20
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/20
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Le Wang, 2011/03/20
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Eric Schulte, 2011/03/21
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/21
- [O] Re: org-src-fontify-natively makes things very, very slow, Sébastien Vauban, 2011/03/21
- [O] Re: org-src-fontify-natively makes things very, very slow, Ulf Stegemann, 2011/03/22
- [O] Re: org-src-fontify-natively makes things very, very slow, Matt Lundin, 2011/03/29
- [O] Re: org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/29
- [O] Re: org-src-fontify-natively makes things very, very slow, Sébastien Vauban, 2011/03/30