larsbrinkhoff / forth-mode

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

*forth messages* #24

Open larsbrinkhoff opened 7 years ago

larsbrinkhoff commented 7 years ago

My initial idea was that *forth* is for user interaction, and that responses when running interactive Forth commands should go somewhere else.

This "somewhere else" could be a *forth messages* buffer. If a message is only a few lines, it could also be copied to the echo area.

I'm not sure if this is a good idea, or if it's better to mix everything inside *forth*.

jpellegrini commented 5 years ago

That would require the user to have one more window open.

What about having a separate pop-up window show up for errors, like elisp and SLIME do, and keep the rest in one single interaction window?

larsbrinkhoff commented 5 years ago

I'm not doing anything actively with this repository now, so I'm open to experimentation. Your idea sounds good.