RAA - el4r/0.9.1

el4r / 0.9.1

Short description: EmacsRuby engine - EmacsLisp for Ruby
Category: Library/Development
Status: dev
Created: 2005-08-11 10:04:51 GMT
Last update: 2005-08-13 16:06:45 GMT
Owner: rubikitch (Projects of this owner)
Homepage: http://www.rubyist.net/~rubikitch/computer/el4r/
Download: http://www.rubyist.net/~rubikitch/archive/el4r-0.9.1.tar.gz
License: GPL
Dependency:
None
Description:

El4r enables you to write Emacs programs in Ruby(EmacsRuby) as well as in EmacsLisp.
It also enables you to unit-test Emacs programs automatically both in EmacsLisp and in EmacsRuby.

== How to install
mkdir -p ~/src ~/.el4r
cd ~/src
ruby -ropen-uri -e 'URI("http://www.rubyist.net/~rubikitch/archive/el4r-0.9.1.tar.gz").read.display' | tar xzvf -
rm -rf el4r
mv el4r-0.9.1 el4r
cp ~/src/el4r/example/el4r-mode.rb ~/.el4r


echo 'el4r_load "el4r-mode.rb"' >> ~/.el4r/init.rb
ruby -e 'fn=File.expand_path("~/.emacs"); org=File.read(fn); open(fn,"w"){|f| f.puts $stdin.read,org} ' <<EOL
(add-to-list 'load-path "~/src/el4r/elisp/")
(require 'el4r)
(el4r-boot)
EOL


== How to use
See the files below testing/ and doc/.

Versions: [1.0.4 (2006-09-21)] [1.0.3 (2006-08-03)] [1.0.2 (2005-12-10)] [1.0.1 (2005-12-02)] [1.0.0 (2005-11-30)] [0.9.3 (2005-10-11)] [0.9.2 (2005-10-06)] [0.9.1 (2005-08-13)] [0.9.0 (2005-08-11)]

Edit this project (for project owner)

back to RAA top