From: Tom <levelhalom@gmail.com>
To: emacs-orgmode@gnu.org
Subject: You may experience folding problems with the current version
Date: Thu, 13 May 2010 09:52:43 +0000 (UTC) [thread overview]
Message-ID: <loom.20100513T114220-315@post.gmane.org> (raw)
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.
next reply other threads:[~2010-05-13 11:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-13 9:52 Tom [this message]
2010-05-13 18:01 ` You may experience folding problems with the current version Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20100513T114220-315@post.gmane.org \
--to=levelhalom@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).