bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5992: Crash in bidi_paragraph_init


From: Stefan Monnier
Subject: bug#5992: Crash in bidi_paragraph_init
Date: Wed, 21 Apr 2010 15:34:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

> This happens because texinfo.el defines a local value for
> paragraph-start and paragraph-separate that match non-empty lines that
> don't need to include newlines:

>   (setq paragraph-separate
>       (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate))
>   (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))

> Thus, "@foo " is a paragraph separator.

Actually, IIRC what paragraphs.el says is not quite that "@foo " is
a paragraph separator, but that a line that starts with "@foo " is
a paragraph separator (i.e. is not part of a paragraph).

So it doesn't seem incompatible with your needs.


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]