Discussion:
[Docutils-users] Version V1.5.1 of `rst.el`
Stefan Merten
2017-01-03 22:27:25 UTC
Permalink
Hi!

I just committed V1.5.1 of `rst.el` to the SVN repository:

https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/tools/editors/emacs/rst.el


This release contains mainly lots and lots of refactorings and only a
few user visible changes. This is the log message:

Lots of refactorings and a few minor improvements.

User visible improvements and changes:
* Improve and debug `rst-forward-section` and `rst-backward-section`.
* Auto-enumeration may be used with all styles for list insertion.
* Improve and debug `rst-toc-insert`.
* Adapt change in Emacs to use customization group `text` instead of `wp`.
* Bind `n` and `p` in `rst-toc-mode`.
* `z` in `toc-mode` returns to the previous window configuration.
* Require Emacs version >= 24.1.

Lots of refactorings including:
* Silence byte compiler.
* Use lexical binding.
* Use `cl-lib`.
* Add tests and raise test coverage.

I'm running lots of unit tests so I don't think anything is broken.
Nonetheless this may be the case. Don't hesitate to give me feedback
in this case.

I'm still refactoring `rst.el` but I'm nearly through with it. When
this is complete I'm going to implement new features and improve
existing ones.


Grüße

Stefan

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users

Please use "Reply All" to reply to the list.
Stefan Merten
2017-01-08 10:28:03 UTC
Permalink
Hi again!
One bug escaped my tests :-( .

I just committed V1.5.2 of `rst.el` to the SVN repository:

https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/tools/editors/emacs/rst.el

The bug broke fontification of comments which continued on the same
line::

.. This comment was no longer fontified

It's fixed (and a test is added).


Grüße

Stefan

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users

Please use "Reply All" to reply to the list.

Loading...