Querying smalltalk data using Emacs

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Querying smalltalk data using Emacs

Andrei Stebakov
In all visual smalltalks you can query any information about the object model.
I wonder if using Emacs alone is enough to learn about classes in GST.
Let's say, how do you jump from a function name to its definition in
Emacs (or do you have to manually find the piece of code)?
What's the workflow of using programming in GST using Emacs?

Thank you,
Andrei

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Querying smalltalk data using Emacs

Paolo Bonzini-2
On 06/22/2010 08:32 PM, Andrei Stebakov wrote:
> Let's say, how do you jump from a function name to its definition in
> Emacs (or do you have to manually find the piece of code)?
> What's the workflow of using programming in GST using Emacs?

Emacs is much less powerful than the browser for navigation.  For
learning and playing with inspectors, the browser has no equivalent indeed.

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk