From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Possible cache problems Date: Sat, 6 Jun 2015 21:38:53 +0200 Message-ID: <20150606193853.GG3455@chitra.no-ip.org> References: <20150602170921.GF2027@chitra.no-ip.org> <87d21dsvox.fsf@nicolasgoaziou.fr> <20150602212111.GA3455@chitra.no-ip.org> <874mmpssv8.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1Jvn-0002HV-H6 for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 15:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1Jvl-0004IY-Vz for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 15:38:59 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:33879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1Jvl-0004II-QB for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 15:38:57 -0400 Received: by wibut5 with SMTP id ut5so49692051wib.1 for ; Sat, 06 Jun 2015 12:38:56 -0700 (PDT) Received: from chitra.no-ip.org ([2001:610:120:3001:2ad2:44ff:fe4a:b029]) by mx.google.com with ESMTPSA id ul1sm16454125wjc.30.2015.06.06.12.38.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 Jun 2015 12:38:56 -0700 (PDT) Content-Disposition: inline In-Reply-To: <874mmpssv8.fsf@nicolasgoaziou.fr> 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: Emacs Org mode Hi Nicolas, On Tue, Jun 02, 2015 at 11:27:55PM +0200, Nicolas Goaziou wrote: > Suvayu Ali writes: > > > I have enabled the mode on my document. Let's see how this goes. > > OK. You have to keep an eye on the *Messages* buffer so that warning > don't go unnoticed. I do not see anything happening. In the modeline I see OrgCacheD, so the mode is definitely enabled. However to enable it, I had to do one of these two: (setq ngz-debug-mode nil) (setq ngz-debug-mode t) I do not see any messages with either. Here is a sample of messages with nil, Wrote /home/user/org/LHCb-Bs2Dsh/gamma/cpv.org Saving file /home/user/org/LHCb-Bs2Dsh/gamma/WIN2015/cpv_flavour_suvayu.tex... Wrote /home/user/org/LHCb-Bs2Dsh/gamma/WIN2015/cpv_flavour_suvayu.tex Searched 1 buffer; 11 matches for `em]' Mark saved where search started Saving file /home/user/org/LHCb-Bs2Dsh/gamma/cpv.org... Wrote /home/user/org/LHCb-Bs2Dsh/gamma/cpv.org Saving file /home/user/org/LHCb-Bs2Dsh/gamma/WIN2015/cpv_flavour_suvayu.tex... Wrote /home/user/org/LHCb-Bs2Dsh/gamma/WIN2015/cpv_flavour_suvayu.tex I'm exporting to LaTeX and compiling from a shell. Everytime I export, Emacs starts eating CPU after export. This is apart from the random hangs during editing. I usually keep doing C-g several times to get back a responsive interface; the last few times I waited for it to finish though, and it does finish but no messages (as you see above). Am I missing something? I also see some folding anomalies: After 1 : **** asl & phi :BMCOL: :PROPERTIES:... ***** φ_{s} measurements :B_boldH:... After 2 s: **** asl & phi :BMCOL: :PROPERTIES:... :PROPERTIES:... - B⁰ → D^{\ast}Xlν (\BaBar) :: PRL 111 101802 (2013) - B → X_{s}ll (\BaBar) :: PRL 112 211802 - B → X_{s}γ (\BaBar) :: PRD 90 092001 ***** φ_{s} measurements :B_boldH: :PROPERTIES: :BEAMER_env: boldH :END: - B_{s} → J/ψKK,ππ (LHCb) :: PRD 87 (2013) 112010 And this is the Org source: **** asl & phi :BMCOL: :PROPERTIES: :BEAMER_col: 0.33 :END: ***** a_{sl}/A_{\CP} measurements :B_boldH: :PROPERTIES: :BEAMER_env: boldH :END: #+attr_LaTeX: :options [style=nextline] - B⁰ → D^{\ast}Xlν (\BaBar) :: PRL 111 101802 (2013) - B → X_{s}ll (\BaBar) :: PRL 112 211802 - B → X_{s}γ (\BaBar) :: PRD 90 092001 ***** φ_{s} measurements :B_boldH: :PROPERTIES: :BEAMER_env: boldH :END: - B_{s} → J/ψKK,ππ (LHCb) :: PRD 87 (2013) 112010 I have to go unfold the property drawer for "asl & phi", go to the end of the :END: line, and hit tab to reveal the next headline. I don't think this one is cache related, maybe I should start different thread for this. Any thoughts? -- Suvayu Open source is the future. It sets us free.