larsbrinkhoff / forth-mode

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

Lookup words in Forth standard #10

Closed ellerh closed 7 years ago

ellerh commented 7 years ago

Maybe you can add a command to browse the description of a word in the Forth standard like this one: https://github.com/ellerh/dpans.el/blob/master/dpans.el

larsbrinkhoff commented 7 years ago

Yes, that's a good idea! I guess it would be nice to work with both the 94 and 2012 standards.

Reepca commented 7 years ago

I'm reminded of SLIME's C-c C-d h, which I've used a lot! I second (third?) the idea.

larsbrinkhoff commented 7 years ago

Fixed by #39.