From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Endless loop in org--setup-collect-keywords (agenda, ...) Date: Fri, 31 Oct 2014 17:18:15 +0100 Message-ID: <2014-10-31T17-14-17@devnull.Karl-Voit.at> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkEuS-0006Pd-EG for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 12:18:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkEuK-0002HB-Ue for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 12:18:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:56596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkEuK-0002Gj-Ib for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 12:18:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XkEuI-0004S3-1z for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 17:18:34 +0100 Received: from d86-32-14-16.cust.tele2.at ([86.32.14.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Oct 2014 17:18:34 +0100 Received: from news1142 by d86-32-14-16.cust.tele2.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Oct 2014 17:18:34 +0100 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 Hi! Weird behaviour: yesterday I switched my init.el to OrgStruct and re-organized it a bit. Silly me thought it would also be a clever time to update my Org git repo. At many occasions, my Emacs 24.3.50.1 hangs in an endless loop. When I break it, I get following Backtrace: | Debugger entered--Lisp error: (quit) | org--setup-collect-keywords("^[ ]*#\\+\\(\\(?:ARCHIVE\\|C\\(?:ATEGORY\\|O\\(?:\\(?:LUMN\\|NSTANT\\)S\\)\\)\\|FILETAGS\\|LINK\\|PR\\(?:IORITIES\\|OPERTY\\)\\|S\\(?:E\\(?:Q_TODO\\|TUPFILE\\)\\|TARTUP\\)\\|T\\(?:AGS\\|\\(?:YP_T\\)?ODO\\)\\)\\):[ ]*\\(.*\\)") | org-set-regexps-and-options() | org-mode() | set-auto-mode-0(org-mode nil) | #[0 "\302\242\237\211\205. | [...] (Sorry for the long line) Do you have a clue if my update or my re-arrangement of my init.el could have caused this? Should I check something else? Thank you very much for your help!