• Stefan Monnier's avatar
    * lisp/mail/footnote.el: Tweak markers convention · 3fa9c9f7
    Stefan Monnier authored
    Instead of using markers that are sometimes before and sometimes after
    the [...] and using `insert-before-markers` to make sure those that are
    are before stay before, always place them before, and make them
    "move after"so they stay with their [...] without the need for
    insert-before-markers.
    
    (footnote--current-regexp): Add arg to match previous style.
    Include the start/end "tags" in the regexp.  Adjust all callers.
    (footnote--markers-alist): Change position of POINTERS.
    (footnote--refresh-footnotes, footnote--renumber)
    (footnote--make-hole, footnote-delete-footnote)
    (footnote-back-to-message): Adjust accordingly, mostly by using
    `looking-at` instead of `looking-back`.
    (footnote--make-hole): Always return footnote nb to use.
    (footnote-add-footnote): Simplify call accordingly.
    
    * test/lisp/mail/footnote-tests.el: New file.
    3fa9c9f7
footnote-tests.el 1.56 KB