From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Alexiev Subject: [CRASH] org-pretty-entities causes emacs to take 100% CPU Date: Mon, 31 Jan 2011 12:45:31 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=37252 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pjt8b-0000ze-U9 for emacs-orgmode@gnu.org; Mon, 31 Jan 2011 07:45:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pjt8a-0003lk-Uc for emacs-orgmode@gnu.org; Mon, 31 Jan 2011 07:45:45 -0500 Received: from lo.gmane.org ([80.91.229.12]:41364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pjt8a-0003l6-Nt for emacs-orgmode@gnu.org; Mon, 31 Jan 2011 07:45:44 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pjt8X-0002aw-In for emacs-orgmode@gnu.org; Mon, 31 Jan 2011 13:45:41 +0100 Received: from client-93-123-21-121.ip.daticum.com ([93.123.21.121]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Jan 2011 13:45:41 +0100 Received: from vladimir by client-93-123-21-121.ip.daticum.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Jan 2011 13:45:41 +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 1. Evaluate this: (setq org-entities-user ; name latex math-p html ascii latin1 utf8 '(("ok" nil nil "ચ" "OK" "OK" "✔") ("nok" nil nil "ઞ" "NOK" "NOK" "✘"))) (setq org-pretty-entities t) ; \ok -> ✔ in buffer 2. Put this in an org buffer - \ok Deploy on x - \nok Deploy on y - \nok Use a hosted version It should display the UTF graphic chars above (checkmark and cross) 3. Step on the mark and move around - left/right: ok - up: gives error "Args out of range" - down: causes emacs to take 100% CPU, no response, have to kill it GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-11-10 on SHAN-PC Not 100% sure the above is reproducible (got tired of having to kill my emacs), but if someone takes up debugging, I'll give more precise steps