emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* You may experience folding problems with the current version
@ 2010-05-13  9:52 Tom
  2010-05-13 18:01 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Tom @ 2010-05-13  9:52 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: You may experience folding problems with the current version
  2010-05-13  9:52 You may experience folding problems with the current version Tom
@ 2010-05-13 18:01 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-05-13 18:01 UTC (permalink / raw)
  To: Tom; +Cc: emacs-orgmode

Hi Tim,

thanks for pointing this out, I have fixed this and made a new release  
6.36c - I will push it as soon as I can reach repo.or.cz again.

- Carsten

On May 13, 2010, at 11:52 AM, Tom wrote:

> 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.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-13 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-13  9:52 You may experience folding problems with the current version Tom
2010-05-13 18:01 ` Carsten Dominik

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).