shen-elisp icon indicating copy to clipboard operation
shen-elisp copied to clipboard

Results 8 shen-elisp issues
Sort by recently updated
recently updated
newest added

This is the new branch for working on updating to S38.1 Still the same issues as the previous pr, but much tidier. You can run the following to test out...

Title says all: how can I evaluate an elisp function? Apparently every fn that I type in is prefixed with "shen/" so functions defined in elisp can't be found.

It is not possible to connect `shen-mode` buffer to shen/elisp repl. In shen-mode it is possible to define `inferior-shen-program` and then connect it to repl for any other implementation.

Trying to load and run `provedit!` assistant [used in LPC](http://shenlanguage.org/lpc.htm) ```shen Shen, copyright (C) 2010-2015 Mark Tarver www.shenlanguage.org, Shen 20.0 running under Elisp, implementation: Elisp port 1.7 ported by Aditya...

I was not able to figure out how to use shen-elisp together with shen-mode in order to be able to load whole file in repl, or to evaluate latest definition...

When passing a wrong type to a typechecked function, the resulting error simply prints "type error" without any further information, such as the stacktrace, expected type and argument number. Would...

MInor issue, but may stump newcomers: I needed to do an additional M-x shen/repl-mode after The README.org instruction of M-x shen/repl to get the repl to pop up in my...

Your README says you have warnings that you don't know how to eliminate. How 'bout asking for help in gnu.emacs.help or in emacs-devel?