From: Axel Date: 2008-02-07T01:35:19+09:00 Subject: Re: Anyone use JEdit on Windows? Hello, > ... I can't seem to tell the console to associate *.rb > files with the 'ruby' command so that I can use the "run current > buffer" option Locate: ...\macros\Misc\Run_Script.bsh (it's in jEdit home dir or jEdit settings dir) and look if there is something like this in Run_Script.bsh: else if(mode.equals("ruby")) { execScript("ruby", "ruby -w " + path); } If not, try adding these lines and restart jEdit. -- Axel