karthink / calc-transient

Transient interface for the Emacs calculator
12 stars 1 forks source link

macro error #1

Open TLINDEN opened 1 year ago

TLINDEN commented 1 year ago

Hi,

I wanted to try this out as it sounds something good to have, but I get:

Eager macro-expansion failure: (error "Mandatory ARGLIST is missing") [2 times]
transient--expand-define-args: Mandatory ARGLIST is missing

when I try to load the el file.

karthink commented 1 year ago

Hi @TLINDEN, it probably needs to be updated for the latest version of transient.

I'm not actively working on this interface any more, as just opening up a python or Julia shell works better for me (scales better too) these days. If you want to take a crack at improving calc's interface, please go ahead. PRs are welcome.