From: nobu.nokada@... Date: 2003-07-03T00:46:13+09:00 Subject: Re: [ANN] Aeditor-0.1 is unleashed Hi, At Thu, 3 Jul 2003 00:20:04 +0900, Simon Strandgaard wrote: > OK.. I hope I have fixed most of the install issues. > So it migth be working this time :-) > > Tell me if version 0.2 is working better for you ? > > download: > http://prdownloads.sourceforge.net/metaeditor/aeditor-ruby-0.2.tar.gz?download It doesn't work when RUBYLIB is set. $ type aeditor aeditor is hashed (/usr/bin/aeditor) $ echo $RUBYLIB /home/nobu/lib/ruby $ aeditor /usr/lib/ruby/site_ruby/1.8/aeditor/main.rb:1:in `require': No such file to load -- misc (LoadError) from /usr/lib/ruby/site_ruby/1.8/aeditor/main.rb:1 from /usr/bin/aeditor:3:in `require' from /usr/bin/aeditor:3 You'd better to replace require's. -- Nobu Nakada