Version 1.3.0 of package Rfc-Mode has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Rfc-Mode describes itself as: RFC document browser and viewer More at https://elpa.nongnu.org/nongnu/rfc-mode.html Recent NEWS: ━━━━━━━━━━━━━━━━━━━━ RFC-MODE CHANGELOG ━━━━━━━━━━━━━━━━━━━━ Table of Contents ───────────────── 1. Next Version 2. 1.3.0 .. 1. Features .. 2. Misc 3. 1.2.0 .. 1. Features .. 2. Fixes .. 3. Misc 4. 1.1.1 .. 1. Features 5. 1.1.0 .. 1. Fixes .. 2. Misc 6. 1.0.1 ..... 1. Fixes 7. 1.0.0 .. 1. Features 1 Next Version ══════════════ 2 1.3.0 ═══════ This release improves navigation and introduce section detection, thanks to Daniel Martín. 2.1 Features ──────────── • `imenu' integration. If you use a graphical user interface, the menu bar will show a new menu, "RFC Contents", with links to the different parts of an RFC document. • RFC links can now be navigated using the mouse, or by pressing `<Tab>~/~<S-Tab>'. • Pressing `g' in a `rfc-mode' buffer lets you navigate to an RFC section by name. • You can navigate to previous and next RFC sections by pressing `p' and `n', respectively. 2.2 Misc ──────── • Derive `rfc-mode' from `special-mode'. • Make `rfc-mode-read' display the document in a separate window, without switching buffers. This follows the typical Emacs convention for displaying help buffers, like `help-mode' or `man-mode' follow. 3 1.2.0 ═══════ This new release is driven by suggestions from Stefan Monnier and some issues which were open on Github. Thanks everyone! 3.1 Features ──────────── • Let the module load without Helm since some features can be used without it. • Auto load `rfc-mode-read'. • Improved accuracy for section title detection. • Offer the possibility to keep original buffer names with `rfc-mode-use-original-buffer-names'. 3.2 Fixes ───────── • Compute the index path dynamically so that `rfc-mode-directory' can be modified after the module has been loaded. 3.3 Misc ──────── • Follow Emacs conventions in docstrings. • Derive `rfc-mode' from `text-mode'. • Use `expand-file-name' instead of `concat'. 4 1.1.1 ═══════ 4.1 Features ──────────── • Automatically download missing files. 5 1.1.0 ═══════ 5.1 Fixes ───────── • Require missing modules. • Fix invalid escape sequence. 5.2 Misc ──────── • Make some functions private. 6 1.0.1 ═══════ 6.0.1 Fixes ╌╌╌╌╌╌╌╌╌╌╌ • Various fixes for checkdoc. 7 1.0.0 ═══════ First public version. 7.1 Features ──────────── • Helm-based RFC browser. • RFC document reader with highlighting.
