[Orgmode] Re: [ANN] List improvement v.2

2010-09-04 Thread Nicolas Goaziou
Hello, Matt Lundin writes: 1. On my machine, toggling a checkbox within a long list takes a long time. I have a 200+ item list. It takes approximately 5 seconds for org to toggle a single checkbox within the list (see elp results below).[1] With the previous list implementation, toggling

[Orgmode] Re: [ANN] List improvement v.2

2010-09-04 Thread Carsten Dominik
On Sat, Sep 4, 2010 at 12:24 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Matt Lundin writes: 1. On my machine, toggling a checkbox within a long list takes a long time. I have a 200+ item list. It takes approximately 5 seconds for org to toggle a single checkbox within the list

[Orgmode] Re: [ANN] List improvement v.2

2010-09-04 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: One possibility to improve performance would then be to have C-c C-c not do that, but to only do that when changing a bullet type or so. I think that C-c C-c to toggle a bullet is a good key and should be fast, also for long lists. Sorry for not being clear.

[Orgmode] Re: [ANN] List improvement v.2

2010-09-03 Thread Matt Lundin
Carsten Dominik carsten.domi...@gmail.com writes: Hi everyone, I have now merged Nicolas' branch into the current master. Hopefully all will go well. If not, I am sure Nicolas can fix things on short notice. Thanks to Nicolas for the big chunk of work! Thanks, Nicolas, for all your work

[Orgmode] Re: [ANN] List improvement v.2

2010-08-27 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: Hi, I am close to merging these changes into the master branch. Any objections? I'm currently using this list implementation full-time. We found two export bugs just yesterday which I believe are now fixed. There are no outstanding bugs

[Orgmode] Re: [ANN] List improvement v.2

2010-08-16 Thread Carsten Dominik
Hi Alex, On Aug 15, 2010, at 10:52 PM, Glauber Alex Dias Prado wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Aug 15, 2010, at 10:45 AM, Glauber Alex Dias Prado wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, I have finally started to look at your

[Orgmode] Re: [ANN] List improvement v.2

2010-08-15 Thread Glauber Alex Dias Prado
Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, I have finally started to look at your changes to the list implementation. Lots of it is very good! I like for example that TAB indentation now works a lot better. Here are a few problems I noted so far: 1 Error when

[Orgmode] Re: [ANN] List improvement v.2

2010-08-15 Thread Nicolas Goaziou
Hello, Glauber Alex Dias Prado writes: Carsten Dominik carsten.domi...@gmail.com writes: 1 Error when pressing M-RET in second line after list ~~ - Example item1 - Exmaple item2 With cursor position at @, M-RET throws an error This

[Orgmode] Re: [ANN] List improvement v.2

2010-08-15 Thread Carsten Dominik
On Aug 15, 2010, at 10:45 AM, Glauber Alex Dias Prado wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, I have finally started to look at your changes to the list implementation. Lots of it is very good! I like for example that TAB indentation now works a lot better.

[Orgmode] Re: [ANN] List improvement v.2

2010-08-15 Thread Glauber Alex Dias Prado
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 15, 2010, at 10:45 AM, Glauber Alex Dias Prado wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, I have finally started to look at your changes to the list implementation. Lots of it is very good! I like for

[Orgmode] Re: [ANN] List improvement v.2

2010-07-23 Thread Nicolas Goaziou
Errata: Case 2: `org-list-end-regexp' is ^[ \t]*___[ \t]*\n It is ^[ \t]*__[ \t]*\n (only 2 underscores) I think those rules make a sane default behavior (except for the indent rule, perhaps). I meant the _insert_ rule which can be a bit surprising at first. -- Nicolas