From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: remember template is slow Date: Fri, 09 Jul 2010 23:44:01 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=34789 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXLMn-00031a-Qw for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 17:44:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXLMm-00054S-It for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 17:44:17 -0400 Received: from lo.gmane.org ([80.91.229.12]:34657) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXLMm-00053z-An for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 17:44:16 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OXLMj-0004lB-9J for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 23:44:13 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Jul 2010 23:44:13 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Jul 2010 23:44:13 +0200 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: emacs-orgmode@gnu.org "Daniel J. Sinder" writes: > On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody wrote: > > I'm finding that my remember templates are slow to load.  I've got > a lag of about three to four seconds.  I know that doesn't sound > like much, but it's kind of puts a kink What does "remember templates are slow to load" mean in this context? You mean when you want to enter any new remember item or only the first one? Any delay is normally once only when org is initialised. Another thing to look at which crucified my erc (irc client for emacs) performance was flyspell - I had to remove it from my erc setup. > in the workflow.  I use GNU emacs on Windows.  I also have cygwin installed, and I have noticed that the problem doesn't occur when using cygwin.  Any ideas? > > For what it's worth, I've also had this problem for a while now.  However, I *do* use emacs w/ cygwin: > Windows XP (w/ Cygwin) > GNU Emacs 23.2.1 > Org-mode version 6.36trans (release_6.36.453.g0cd4) > > I suspect (for no particular reason other than disdain for Windows) that it is related to poor file system (NTFS) access speeds.  For example, maybe org is trying to open > several files to look for TODO keywords and/or tags? What makes you think ntfs would be a bottle neck? Bringing religious wars into help discussions is rarely productive and better kept to the advocacy groups ;) People use org on pretty much all mainstream OSen. > > Dan