Timmy Douglas <[email protected]> writes: > I've started playing around with an emacs-like text editor/IDE written > in common lisp called Lem (https://github.com/lem-project/lem). Does > anyone know if anyone has created a notmuch frontend in common lisp?
For what it is worth (not too much I suspect) the Emacs front end does not call the notmuch library API, but rather invokes the CLI, which generates s-exp output. Presumably lem could do the same. d _______________________________________________ notmuch mailing list -- [email protected] To unsubscribe send an email to [email protected]
