From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: [BUG] Infloop in org-element-inlinetask-parser Date: Sun, 29 Jun 2014 01:27:32 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=047d7b2e15dfafff5e04fcf2cc0f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X17eJ-0008HN-5a for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 01:27:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X17eI-00031F-8s for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 01:27:35 -0400 Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:52516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X17eI-000314-4G for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 01:27:34 -0400 Received: by mail-ie0-f171.google.com with SMTP id x19so5810608ier.16 for ; Sat, 28 Jun 2014 22:27:33 -0700 (PDT) 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-orgmode@gnu.org" Cc: Nicolas Goaziou --047d7b2e15dfafff5e04fcf2cc0f Content-Type: text/plain; charset=UTF-8 Hello, In the latest checkout of master, I am seeing an infloop in org-element-inlinetask-parser. This originates when that function calls back into org-element-at-point to look for a property drawer, which moves the point back before the beginning of the inlinetask and then attempts to re-enter org-element-inlinetask-parser. The attached files reproduce the bug. Eval the .el file in emacs -Q (after changing the path to your checkout of the org sources) and then attempt to open the .org file. The latest commit in my checkout of org is: commit 2824502e2ebe2744e5f53acabb5b3b04f9a391b9 Author: Nicolas Goaziou Date: Sat Jun 28 00:28:45 2014 +0200 org-element: Fix cache corruption when altering a drawer My emacs is a recent-ish trunk build; latest commit: commit cacabe3a49dbb3da268e93d88ad0f21924f26bed Author: Kelvin White Date: Thu Jun 19 13:22:31 2014 -0400 Update comments in erc-format-@nick to reflect changes in last merge. Thanks, Aaron --047d7b2e15dfafff5e04fcf2cc0f Content-Type: text/x-emacs-lisp; charset=US-ASCII; name="bug.el" Content-Disposition: attachment; filename="bug.el" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hwzx0cvj0 KGxldCAoKG9yZy1wYXRoICJ+L2RldmVsb3BtZW50L29yZy1tb2RlLyIpKQogIChhZGQtdG8tbGlz dCAnbG9hZC1wYXRoIChjb25jYXQgb3JnLXBhdGggImxpc3AvIikpKQoKKHJlcXVpcmUgJ29yZykK KHJlcXVpcmUgJ29yZy1pbmxpbmV0YXNrKQo7OyBvcHRpb25hbDoKKHNldHEgb3JnLWVsZW1lbnQt dXNlLWNhY2hlIG5pbCkK --047d7b2e15dfafff5e04fcf2cc0f Content-Type: application/vnd.lotus-organizer; name="bug.org" Content-Disposition: attachment; filename="bug.org" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hwzx0cwj1 KiBmb28KKioqKioqKioqKioqKioqIFRPRE8gYmFyIAkJCQkJICAgICAgOmxhdGVyOgogICAgICAg ICAgICAgICAgOlBST1BFUlRJRVM6CiAgICAgICAgICAgICAgICA6SUQ6ICAgICAgIGVkYzUwMDQx LWI1NmYtNGRmZC05YWI3LWIyMjEwZWZiNDliOQogICAgICAgICAgICAgICAgOkVORDoKKioqKioq KioqKioqKioqIEVORAo= --047d7b2e15dfafff5e04fcf2cc0f--