From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Bug] Hanging multiple TAG lines in setup file Date: Sat, 01 Nov 2014 11:55:29 +0100 Message-ID: <87mw8bchr2.fsf@nicolasgoaziou.fr> References: <8761f1h2nb.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkWKa-0003UF-2t for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 06:54:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkWKU-0005Fy-H7 for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 06:54:52 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:40772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkWKU-0005Ft-Ae for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 06:54:46 -0400 In-Reply-To: <8761f1h2nb.fsf@kyleam.com> (Kyle Meyer's message of "Thu, 30 Oct 2014 13:46:00 -0400") 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: Kyle Meyer Cc: Org-mode Hello, Kyle Meyer writes: > I'm experiencing a second issue that seems to be introduced by commit > 61a241f ('Rewrite setup keywords initialization'). Starting Emacs (24.4) > with 'emacs -Q' and with no additional setup besides loading Org, I see > the following behavior. > > Opening test-good.org works as usual. > > ,---- setup-good.org > | #+TAGS: tag1 tag2 > | #+TAGS: tag3 tag4 > `---- > ,---- test-good.org > | #+setupfile: setup-good.org > | > | * heading 1 > `---- > > Opening test-bad.org hangs indefinitely. > > ,---- setup-bad.org > | #+TAGS: tag1 tag2 > | #+TAGS: tag3 tag4 > | #+TAGS: tag5 tag6 > `---- > ,---- test-bad.org > | #+setupfile: setup-bad.org > | > | * heading 1 > `---- This should be fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou