emacs-ffap-rfc-space 12
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.
- Outputs:
out
- Website: https://user42.tuxfamily.org/ffap-rfc-space/index.html
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-ffap-rfc-space 12
as follows:
guix install emacs-ffap-rfc-space@12
Or install the latest version:
guix install emacs-ffap-rfc-space
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.