Discussion:
[Docutils-users] New version of rst.el
Stefan Merten
2015-12-28 23:14:39 UTC
Permalink
Hi!

I just released version V1.4.2 of rst.el:
http://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/tools/editors/emacs/rst.el

This is mainly a refactoring release with only few user visible
feature changes. I replaced the macros `rst-iterate-leftmost-...` by
the new function `rst-apply-indented-blocks`. I refactored
`rst-enumerate-region`, `rst-bullet-list-region` and
`rst-line-block-region` to use this new function.

During that I improved these commands a bit so they are more in line
with reStructuredText logic.

Thanks to Dominik who pointed out an endless loop in these functions
under certain circumstances. This was my starting point to refactor
all this code.


Grüße

Stefan
Dmitry Shachnev
2016-01-09 09:51:33 UTC
Permalink
Hi Stefan,
Hi!
http://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/tools/editors/emacs/rst.el

It would be very nice if you could look at
https://sourceforge.net/p/docutils/bugs/283/ (which I have forwarded from
Debian bug tracking system)?

--
Dmitry Shachnev


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
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
2016-01-12 19:16:52 UTC
Permalink
Hi Dmitry!
Post by Dmitry Shachnev
It would be very nice if you could look at
https://sourceforge.net/p/docutils/bugs/283/ (which I have forwarded from
Debian bug tracking system)?
Thanks for the reminder.

This is indeed not a bug but a feature request: Definition lists are
not supported yet. See the comment before `rst-line-tabs`::

;; FIXME: Must consider other tabs:
;; * Line blocks
;; * Definition lists
;; * Option lists

Definition lists seem extra hard to me - but frankly I never gave them
a try.

What to do in such a case?


Grüße

Stefan
Dmitry Shachnev
2016-01-28 15:14:37 UTC
Permalink
Hi Stefan!
Post by Stefan Merten
Thanks for the reminder.
This is indeed not a bug but a feature request: Definition lists are
;; * Line blocks
;; * Definition lists
;; * Option lists
Definition lists seem extra hard to me - but frankly I never gave them
a try.
What to do in such a case?
[ Sorry for the late reply — actually I was not subscribed to this list so
missed your message. ]

If you think this is non-trivial to fix then you can probably ignore it (but
let's keep the bug open in case someone else decides to look at it).

I am not a user of Emacs or rst.el so this won't be me :)

--
Dmitry Shachnev
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users

Please use "Reply All" to reply to the

Loading...