Bugs item #2350865, was opened at 2008-11-26 14:34
Message generated for change (Comment added) made by smerten
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=422030&aid=2350865&group_id=38414
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: emacs mode
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 2
Private: No
Submitted By: Jérôme M. Berger (voiz)
Assigned to: Stefan Merten (smerten)
Summary: Empty block comments cause wrong syntax coloring in Emacs
Initial Comment:
The following example will be colored entirely as if it were a block comment, including the normal text line at the end:
====================8<--------------------
.. First comment paragraph
..
.. Second comment paragraph
Normal text
-------------------->8====================
This is with the ``rst.el`` from version 0.5.
----------------------------------------------------------------------
>Comment By: Stefan Merten (smerten)
Date: 2010-08-16 21:52
Message:
Fixed in r6390.
----------------------------------------------------------------------
Comment By: Stefan Merten (smerten)
Date: 2010-08-16 21:52
Message:
Fixed; thanks for the bug report.
You can download a current snapshot from:
http://docutils.sf.net/docutils-snapshot.tgz
----------------------------------------------------------------------
Comment By: Jérôme M. Berger (voiz)
Date: 2008-11-28 15:23
Message:
I just tried with the link you gave and the problem is still there.
----------------------------------------------------------------------
Comment By: David Goodger (goodger)
Date: 2008-11-26 19:20
Message:
Please verify with the current/latest version of rst.el, from SVN or from
http://docutils.sourceforge.net/tools/editors/emacs/rst.el
Thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=422030&aid=2350865&group_id=38414
|