Jeronimo Pellegrini wrote:
Hello.I am using GNU Smalltalk 3.0.1 with the Emacs interactor, but I am having some problems. The first is that the key "!" now seems to be bound to a function "smalltalk-bang", which seems to jump to the end of the chass definition. I used that in the past to define methods, like !MyClass methodsFor: 'stuff'! oneMethod | parameter otherParameter | "Method implementation goes here" ! !
It should go to the end of the method definition. But indeed I didn't try the new smalltalk-mode on the old syntax. Can you report a bug so that it does not get lost?
Also, every time I hit C-c d to send something through gst the focus goes to the gst-mode buffer, so I have to keep hitting C-x o to go back to the editing buffer. Is there some way to configure gst-mode/smalltalk-mode so I can stay in the edit buffer even after performing a doIt?
This is also a bug. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
