emacs-compat
Emacs Lisp compatibility library
To allow for the usage of Emacs functions and macros that are defined in newer versions of Emacs, compat.el
provides definitions that are installed ONLY if necessary. These reimplementations of functions and macros are at least subsets of the actual implementations. Be sure to read the documentation string to make sure.
Not every function provided in newer versions of Emacs is provided here. Some depend on new features from the core, others cannot be implemented to a meaningful degree. The main audience for this library are not regular users, but package maintainers. Therefore commands and user options are usually not implemented here.
- Versions: 30.0.2.0
- Website: https://elpa.gnu.org/packages/compat.html
- 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-compat
as follows:
guix install emacs-compat
Or install a particular version:
guix install emacs-compat@30.0.2.0
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-compat about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-compat'><img src='https://packages.guix.gnu.org/packages/emacs-compat/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-compat)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-compat][https://packages.guix.gnu.org/packages/emacs-compat/badges/latest-version.svg]]