From: kyu Date: 2005-05-09T06:42:15+09:00 Subject: Re: editor dog fight - newbie question speechexpert wrote: >Dear group, >I am looking for a way to customize emacs for Ruby - I have not been able to >get syntax high-lighting working, but irb and xmp are working. >Any info on this? >I have been watching discussion of editors "dog fight:" >1. jump into ring and throw dirt on other editors. >2. Engage in snarling dog fight about favorite editors >3. foam at mouth and whirl around in a circle >4. collapse in exhausted heap >;D >Any info on customizing emacs or other editors sought... >John B > > > > > > > > > Are you using GNU emacs? Try www.xemacs.org, install that and then untar xemacs-sumo-xx.gz into /usr/local/lib/xemacs/ and add (load "font lock") to your .emacs. Works real nice for me :) Also, if you do this make sure to check out eshell and M-x ecb-activate for an even better de. Hope this helps a bit. But it probabally won't. :/ -kyu