From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Alexiev Subject: Re: [CRASH] org-pretty-entities causes emacs to take 100% CPU Date: Tue, 15 Feb 2011 08:15:51 +0000 (UTC) Message-ID: References: <87lj1mb429.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=46726 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpG5G-0003m4-SJ for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 03:16:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpG4u-0002La-RI for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 03:16:09 -0500 Received: from lo.gmane.org ([80.91.229.12]:46240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpG4u-0002LV-IB for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 03:16:08 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PpG4r-0005pm-8I for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 09:16:05 +0100 Received: from 85.239.150.142 ([85.239.150.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2011 09:16:05 +0100 Received: from vladimir by 85.239.150.142 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2011 09:16:05 +0100 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 I've isolated it by running clean emacs (emacs -q) with this setup: (setq org-entities-user ; name latex math-p html ascii latin1 utf8 '(("ok" nil nil "" "OK" "OK" "✔") ("nok" nil nil "" "NOK" "NOK" "✘")) org-pretty-entities t) And this small org file: #+STARTUP: showall indent * Deployment Options - \ok Deploy on Observations: - The crash DOES NOT happen with "noident" - Moving up from the mark, I get this in *Messages* line-move-visual: Args out of range: 3, 3 (the number varies according to where the line is) - it doesn't matter whether visual-line-mode is on or off