From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: [CRASH] org-pretty-entities causes emacs to take 100% CPU Date: Wed, 16 Feb 2011 11:59:34 +0100 Message-ID: <87lj1gtfc9.fsf@gnu.org> 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=48780 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppk58-00054U-MA for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 11:18:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppk57-0004m2-QL for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 11:18:22 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:60241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppk57-0004aB-Hd for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 11:18:21 -0500 Received: by mail-fx0-f41.google.com with SMTP id 12so1627210fxm.0 for ; Wed, 16 Feb 2011 08:18:20 -0800 (PST) In-Reply-To: (Vladimir Alexiev's message of "Tue, 15 Feb 2011 08:15:51 +0000 (UTC)") 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: Vladimir Alexiev Cc: emacs-orgmode@gnu.org Hi Vladimir, Vladimir Alexiev writes: > 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 Thanks for the detailed report -- but I'm not able to reproduce this with GNU Emacs 24.0.50.2 of 2011-02-15. -- Bastien