larsbrinkhoff / forth-mode

Wants to be the SLIME of Forth
GNU General Public License v3.0
61 stars 17 forks source link

Test completion-at-point #46

Closed ellerh closed 7 years ago

ellerh commented 7 years ago

.travis.yml: Install pforth Using pForth as that is less likely to create conflicts with gforth.el.

(forth-interaction-sentinel): Can't use comint-output-filter with killed processes.

ellerh commented 7 years ago

So there's a 64-bit Gforth in Ubuntu, but the installation fails (surprise, while compiling gforth.el). Not sure what else to do. Build pforth from source?

larsbrinkhoff commented 7 years ago

I think (but I have not checked) that the apt-get failure isn't fatal. It's just that gforth.el doesn't compile cleanly. Gforth itself should still be usable. If gforth.el is in the way, we can probably just flush it.

ellerh commented 7 years ago

I think (but I have not checked) that the apt-get failure isn't fatal.

I figured out how to make it ignore the error (in the other branch).