Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using )-commands in edit function #20

Open
fourier opened this issue Dec 21, 2016 · 3 comments
Open

Error using )-commands in edit function #20

fourier opened this issue Dec 21, 2016 · 3 comments

Comments

@fourier
Copy link
Contributor

fourier commented Dec 21, 2016

When editing interactive function, it is not possible to close/save function buffer with Ctrl-c Ctrl-c when the function contains build-in function calls like

)HOST 'ls'

The error is
Error on line 41: Error parsing expression

@fourier
Copy link
Contributor Author

fourier commented Dec 21, 2016

Nevermind, my mistake somewhere.

@fourier fourier closed this as completed Dec 21, 2016
@lokedhs
Copy link
Owner

lokedhs commented Dec 22, 2016

This message is displayed if GNU APL is not able to define the function. The error message should probably be more clear. Could you provide an example of some code that triggers this so that I can test it?

@lokedhs lokedhs reopened this Dec 22, 2016
@fourier
Copy link
Contributor Author

fourier commented Dec 22, 2016

Basically there is no way to insert this text into the function. The only way to have ")"-commands in the function is to wrap them to string and eval: ⍎")HOST 'ls'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants