On Mon, Oct 8, 2012 at 4:51 PM, Oscar E A Callaú <[email protected]> wrote: > I'm using Aquamacs (mac UI for emacs) as my default editor. But I have a > problem, when trying to read a .st file, I don't get the syntax highlighting > (so all is black-&-white). How I can solve this issue?
Pharo/Smalltalk is not meant to be coded in Emacs, you have to use Pharo currently (that may change in the future). If you still want to use Emacs, you will have to install a smalltalk mode. One can be found with gnu-smalltalk. If you are on a Debian-based Linux distribution, install gnu-smalltalk-el. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
