This package browser is in early development. Mind the rough edges.

emacs-ffap-rfc-space

Make ffap recognize an RFC with a space before its number

The Internet Engineering Task Force (IETF) and the Internet Society (ISOC) publish various Internet-related protocols and specifications as "Request for Comments" (RFC) documents. The built-in Emacs module "ffap" (Find File at Point) has the ability to recognize names at point which look like "RFC1234" and "RFC-1234" and load the appropriate RFC from a remote server. However, it fails to recognize a name like "RFC 1234". This package enhances ffap so that it correctly finds RFCs even when a space appears before the number.

Installation

Install the latest version of emacs-ffap-rfc-space as follows:

guix install emacs-ffap-rfc-space

Or install a particular version:

guix install emacs-ffap-rfc-space@12

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.