From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [dev] org-indent-mode patch Date: Thu, 18 Aug 2011 12:26:55 +0200 Message-ID: References: <87ipvnng95.fsf@gmail.com> <67BE727C-BFCE-4862-9DCC-AFA4201F3DA2@gmail.com> <87livrr7gw.fsf@gmail.com> <031BF3EE-4DCC-4AE9-BA36-43380408806C@gmail.com> <87ei0j58f8.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtzoS-0000iQ-D3 for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 06:27:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtzoR-0005RE-52 for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 06:27:00 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:50793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtzoQ-0005R6-VB for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 06:26:59 -0400 Received: by ewy9 with SMTP id 9so805430ewy.0 for ; Thu, 18 Aug 2011 03:26:58 -0700 (PDT) In-Reply-To: <87ei0j58f8.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Bernt Hansen , Org Mode List On Aug 18, 2011, at 12:19 PM, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> what has happened to this patch? Did you stop it due to my questions? >> That was not my intention - so if you are convinced that it works well, >> it might be a good solution. >> >> On Jul 21, 2011, at 5:14 PM, Nicolas Goaziou wrote: >> >>> In order to circumvent the slow process at initialization, I've >>> implemented an asynchronous initialization. Thus, one can open the >>> buffer and start to write in it before initialization is complete. Once >>> it is done, everything else is synchronous again. >>> >>> I think it is a good compromise. It needs testing though. Thus, if >>> anyone is interested, I'll gladly hear his feedback. >>> >>> The branch is located at : >>> >>> git://github.com/ngz/org-mode-lists.git indent-patch-no-timer > > It's still there. As I use neither Org indent mode nor Visual line mode, > feedback is important. Have you tried it since asynchronous > initialization implementation? Does it solve the problems you raised? > > Bernt Hansen has been testing it for a few weeks now. As far as I know, > he hasn't encountered any problem so far. Well, if Bernt has been testing is w/o problems, it probably works. I propose you push it into master, to make everyone use it - this will be a good way to find out if there are niches where it causes problems. - Carsten