emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [CRASH] org-pretty-entities causes emacs to take 100% CPU


From: Vladimir Alexiev
Subject: [Orgmode] Re: [CRASH] org-pretty-entities causes emacs to take 100% CPU
Date: Tue, 15 Feb 2011 08:15:51 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.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 "<font color='green'>&#x2714;</font>" "OK" "OK" "✔")
        ("nok" nil nil "<font color='red'>&#x2718;</font>" "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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]