Skip to content

mhayashi1120/Emacs-gauche-macros

Repository files navigation

Emacs-gauche-macros

CI

Import Gauche macros to elisp with changing some conventions. Just import 💓 macros.

This package is:

  • Desired to never conflict with GNU Emacs core routines.
  • Short name symbol is using now, so maybe conflict to other package function.
  • This package will NEVER be uploaded to elpa since avoid namespace confliction.

Macro

  • cond-list
  • srfi-and-let* (Originally and-let*)
  • srfi-cond (Original cond)
  • $
  • cut, cute
  • and-let1
  • let1
  • rlet1
  • if-let1

Test

make check

Specific version Emacs

Something like:

make EMACS=/usr/local/emacs-28/bin/emacs check

Specific settings

You can change environment by:

cp env.mk.sample env.mk

and edit env.mk

TODO

About

Import Gauche convenient macros in Emacs-Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published