Can you run a "dpkg -L" to list the files in the gst Ubuntu package ?
Perhaps you can check on your installation whether the gst-mode.el is included ? Or smalltalk-mode.el ? >From looking at the source code of GST 3.2.91, which can be downloaded from https://alpha.gnu.org/gnu/smalltalk/ It includes what I believe are GNU emacs files gst-mode.el.in smalltalk-mode.el smalltalk-mode-init.el.in When looking at the contents of those files: For example the top of gst-mode.el.in says: ;;; Incorporates Frank Caggiano's changes for Emacs 19. ;;; Updates and changes for Emacs 20 and 21 by David Forster David Stes ----- Op 22 dec 2020 om 4:23 schreef Gary Highberger [email protected]: > I'm teaching myself GNU Smalltalk. > • Dual boot Macbook Air running Ubuntu 20.04 > • GST 3.2.5 > • Documentation: > https://www.gnu.org/software/smalltalk/manual/gst.txt > Bluebook > > 1. Does Emacs support gst? Neither .st file text highlighting nor > interactor mode appear to work. The documentation says gst works with Emacs. > > 2. Is pi and Float supported? The class extend example (area and > circumference methods) doesn't work. > > 3. Does gst have a separate editor mode? The documentation implies it does. > > 4. I'm using vim as my editor and loading my program using FileStream > fileIn: 'myfile.st'. I'm debugging using printNl. Is this the best way? Vim > knows st keywords. > > 5. Does the web server, swazoo, and framework, seaside, work? I couldn't > get them to run. > > 6. My application is realtime machinery control with web page UI. > > 7. Does gst-browser work? > > Many thanks, > > Gary
