-
Notifications
You must be signed in to change notification settings - Fork 1
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
comint-simple-send: Wrong type argument: stringp, nil #3
Comments
Do you have a stack trace? |
|
Version 0.2 doesn't mean much. Are you using the newest version? Have you saved the file? I really don't see what Wait, Emacs 25.2.2? Why so old? |
Apparently I'm running 20200123.931 from melpa, which I'm guessing is the latest version. 0.2 was just from the source file. I'm thinking that my problems are due to some interaction problems between futhark-mode and interactive-haskell-mode: If I start a new Emacs process, open a .fut file and C-c C-l, there is no error, but if I first open a haskell file in the futhark project, run interactive-haskell-mode and C-c C-z, I get the error above. interactive-haskell-mode seems to create a buffer named
Blame your favorite combination of Ubuntu and Science IT. |
Yes, |
I see that the futhark process and buffer names are hard-coded in futhark-comint.el. Perhaps we should be a bit more clever about this. I see that interactive-haskell-mode smartly creates a new buffer |
I'm getting the error
comint-simple-send: Wrong type argument: stringp, nil
when trying toC-c C-l
a Futhark file. This is with version 0.2 in emacs 25.2.2.The text was updated successfully, but these errors were encountered: