emacs-rfcview
Prettify Request for Comments (RFC) documents
The Internet Engineering Task Force (IETF) and the Internet Society (ISOC) publish various Internet-related protocols and specifications as "Request for Comments" (RFC) documents and Internet Standard (STD) documents. RFCs and STDs are published in a simple text form. This package provides an Emacs major mode, rfcview-mode, which makes it more pleasant to read these documents in Emacs. It prettifies the text and adds hyperlinks/menus for easier navigation. It also provides functions for browsing the index of RFC documents and fetching them from remote servers or local directories.
- Versions: 0.13
- Website: http://www.loveshack.ukfsn.org/emacs
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-rfcview
as follows:
guix install emacs-rfcview
Or install a particular version:
guix install emacs-rfcview@0.13
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-rfcview about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-rfcview'><img src='https://packages.guix.gnu.org/packages/emacs-rfcview/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-rfcview/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-rfcview)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-rfcview][https://packages.guix.gnu.org/packages/emacs-rfcview/badges/latest-version.svg]]