[go: up one dir, main page]

Menu

#283 rst.el doesn't indent description lists properly

open-postponed
emacs mode (15)
5
2020-03-03
2015-08-15
No

[ Forwarded from Debian #794920. ]

Consider the following description list, from the rst docs. Place the cursor on the line containing "Definition 1.". Press <tab> any number of times; the only indentation offered is at the beginning of the line, which breaks the syntax of the list.</tab>

term 1
    Definition 1.

term 2
    Definition 2, paragraph 1.

    Definition 2, paragraph 2.

Discussion

  • Günter Milde

    Günter Milde - 2017-06-28
    • labels: --> emacs mode
     
  • Stefan Merten

    Stefan Merten - 2017-06-29
    • status: open --> open-postponed
    • assigned_to: Stefan Merten
     
  • Stefan Merten

    Stefan Merten - 2017-06-29

    Actually this is a feature request:

    ;; FIXME: Must consider other tabs:
    ;;        * Line blocks
    ;;        * Definition lists
    ;;        * Option lists
    (defun rst-line-tabs ()
    

    Indeed this feature isn't implemented yet and probably won't be anytime soon.

     

Log in to post a comment.