@hackage emacs-module0.1.1.1

Utilities to write Emacs dynamic modules

This package provides a full set of bindings to emacs-module.h that allows to develop Emacs modules in Haskell. Bindings are based on Emacs 25 version of the interface and thus should work in all subsequent versions of Emacs.

For pointers on how to write minimal Emacs module, please refer to https://github.com/sergv/emacs-module/blob/master/test/src/Emacs/TestsInit.hs

  • Installation

  • Tested Compilers

  • Dependencies (14)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      assertions
       (off by default)

      Enable runtime assertions

      module-assertions
       (off by default)

      Build a plugin that is intended to be used with Emacs's '--module-assertions' flag enabled. Plugin will not free any global values returned to Emacs and thus have an ever-growing memory leak.