Package: gnu-smalltalk Version: 2.1.8-2 I found out a little problem in the last sentence of "smalltalk-mode.el" script:
(autoload 'gst "/usr/share/emacs/site-lisp/gst-mode.elc" "" t) To fully work with Smalltalk mode and Smalltalk interactor mode of GNU Emacs, the above sentence should be changed to: (autoload 'gst "/usr/share/emacs/site-lisp/gnu-smalltalk/gst-mode.el" "" t) Please note the following details in the first path: 1: The gnu-smalltalk directory is absent. 2: The filetype is ".elc", when it should be ".el". I had no problem to notice and manually correct the above mentioned differences and I think that this will be easy to do for Smalltalk users with superuser access. Howewer, I hope that these comments will be useful for next releases. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]