Work in progress.
- Fix footer highlighting.
- Fix page-based navigation (thanks to Matthew Woodcraft for reporting the issue) on Emacs 29.
- Fix major-mode auto-detection for rfc-mode buffers.
I should have released minor versions for bug fixes, but it seems everyone is
using the master
branch from MELPA, and so am I. So major only it is. I will
release a minor version if a severe issue is found of course.
rfc-mode-read
now supports a numeric prefix argument, so you can simply typeC-u 1 2 3 4 M-x rfc-mode-read
to read RFC number 1234. Also, if you callrfc-mode-read
when point is on a number, you will be offered that number as default. Thanks to Daniel Martín.rfc-mode-goto-section
now makes sure the title of the section is at the top of the page, avoiding annoying edge cases where a section is at the end of a page (thanks to Štěpán Němec).
- Make the dependency on Helm optional (thanks to Jonas Bernoulli).
- Code cleaning and simplifications (thanks to Stefan Monnier, Jonas Bernoulli and Basil L. Contovounesios).
This release improves navigation and introduce section detection, thanks to Daniel Martín.
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 arfc-mode
buffer lets you navigate to an RFC section by name. - You can navigate to previous and next RFC sections by pressing
p
andn
, respectively.
- Derive
rfc-mode
fromspecial-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, likehelp-mode
orman-mode
follow.
This new release is driven by suggestions from Stefan Monnier and some issues which were open on Github. Thanks everyone!
- 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
.
- Compute the index path dynamically so that
rfc-mode-directory
can be modified after the module has been loaded.
- Follow Emacs conventions in docstrings.
- Derive
rfc-mode
fromtext-mode
. - Use
expand-file-name
instead ofconcat
.
- Automatically download missing files.
- Require missing modules.
- Fix invalid escape sequence.
- Make some functions private.
- Various fixes for checkdoc.
First public version.
- Helm-based RFC browser.
- RFC document reader with highlighting.