From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] List improvement v.2 Date: Sat, 04 Sep 2010 12:24:45 +0200 Message-ID: <87y6bhajrm.wl%n.goaziou@gmail.com> References: <87ocdzw7gq.wl%n.goaziou@gmail.com> <43BA920D-4EA2-4C51-B941-33A60D097EB3@gmail.com> <87hbi6uprt.fsf@fastmail.fm> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=60179 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Orq0p-0000YR-TY for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 06:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Orq0o-0001fA-GK for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 06:30:19 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:64894) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Orq0o-0001el-9N for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 06:30:18 -0400 Received: by wyb36 with SMTP id 36so3238223wyb.0 for ; Sat, 04 Sep 2010 03:30:17 -0700 (PDT) In-Reply-To: <87hbi6uprt.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: Org Mode List , Carsten Dominik 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 happened > immediately. (Note: I am not using headline cookies in conjunction > with that particular list.) > 2. Typing C-c C-x C-b on the following headline correctly checks all > boxes; typing C-c C-x C-b again, however, does not uncheck the > boxes. I just sent to maintainers a patch that should fix both issues. Please tell me if it works for you when it hits master branch. By the way, as you are using quite long lists, you might want to know that C-c C-x C-b will be faster than C-c C-c to toggle a single item, as C-c C-c also checks numbering, indentation, and the overall integrity of the list. Thank you for reporting this. Regards, -- Nicolas