From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Subject: You may experience folding problems with the current version Date: Thu, 13 May 2010 09:52:43 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34982 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCWVu-0006zh-U0 for emacs-orgmode@gnu.org; Thu, 13 May 2010 07:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCV68-0001uB-F1 for emacs-orgmode@gnu.org; Thu, 13 May 2010 05:52:57 -0400 Received: from lo.gmane.org ([80.91.229.12]:46165) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCV68-0001tv-9P for emacs-orgmode@gnu.org; Thu, 13 May 2010 05:52:56 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OCV66-0001Zo-92 for emacs-orgmode@gnu.org; Thu, 13 May 2010 11:52:54 +0200 Received: from 94-21-240-140.pool.digikabel.hu ([94.21.240.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 May 2010 11:52:54 +0200 Received: from levelhalom by 94-21-240-140.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 May 2010 11:52:54 +0200 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: emacs-orgmode@gnu.org Migrating to 6.36 I found I couldn't open some of the folded trees with TAB. Turns out this line has to be commented in org.el to fix it (modify-syntax-entry ?\n ">") because if the syntax of newline is changed like this then this expression in org-cycle-internal-local will not work in some cases when it wants to match newlines: (not (string-match "\\S-" (buffer-substring eol eos)))) Looks line the modify-syntax-entry line is already commented in Git, but those using the stable version might be affected by this problem.