From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [dev] org-indent-mode patch Date: Thu, 18 Aug 2011 08:02:58 -0400 Message-ID: <87bovnnczx.fsf@norang.ca> 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 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu1JP-0002W2-J9 for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 08:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qu1JO-0007wm-6T for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 08:03:03 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:41801 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu1JO-0007wU-3f for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 08:03:02 -0400 In-Reply-To: (Carsten Dominik's message of "Thu, 18 Aug 2011 12:26:55 +0200") 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: Carsten Dominik Cc: Org Mode List , Nicolas Goaziou Carsten Dominik writes: > 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. I've been using it for awhile and haven't noticed any issues with it. I use org-indent mode but I don't use visual line mode. I've switched back and forth between this branch and master a few times during my testing. I think incorporating it in master so it gets more exposure for testing is a good idea. -Bernt