head	1.5;
access;
symbols
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2001.04.13.19.08.47;	author knu;	state dead;
branches;
next	1.4;

1.4
date	2000.09.07.15.00.29;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2000.08.30.13.45.59;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.15.19.53.08;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	99.11.14.01.37.22;	author steve;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Retire Ruby 1.4.  Use 1.6 instead, now the migration period is over.

Approved by:	yasuf@@bsdclub.org (MAINTAINER)
@
text
@====
To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
following lines to your ~/.emacs:

;; Taken from the comment section in inf-ruby.el
(setq ruby-program-name "/usr/local/bin/ruby")
(autoload 'ruby-mode "ruby-mode" "Mode for editing ruby source files")
(add-to-list 'auto-mode-alist '("\\.rb$" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process")
(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in ruby-mode")
(add-hook 'ruby-mode-hook '(lambda () (inf-ruby-keys)))
====
Note that some stuff that comes with the standard Ruby 1.4
distribution is provided as separate ports:

	databases/ruby14-gdbm:	GDBM module
	lang/ruby14-irb:	Interactive Ruby
	lang/ruby14-tcltklib or japanese/ruby14-tcltklib:
				Tcl/Tk libraries
	x11-toolkits/ruby14-tk or japanese/ruby14-tk:
				Tk modules

Please install them as occasion demands.
===
To use other ruby-* ports with Ruby 1.4, build and install them with
"RUBY_VER=1.4" defined. (i.e. make RUBY_VER=1.4 install)
====
@


1.4
log
@Compress sparse lines.

Correct related ports names.

Note how to build and install ruby-* ports with Ruby 1.4. (lang/ruby14)
@
text
@@


1.3
log
@Note GDBM module is also provided as a separate port.
@
text
@a5 1

d7 1
a7 3

(autoload 'ruby-mode "ruby-mode"
  "Mode for editing ruby source files")
d10 3
a12 10

(autoload 'run-ruby "inf-ruby"
  "Run an inferior Ruby process")
(autoload 'inf-ruby-keys "inf-ruby"
  "Set local key defs for inf-ruby in ruby-mode")
(add-hook 'ruby-mode-hook
          '(lambda ()
             (inf-ruby-keys)
	     ))

d14 2
a15 2
Note that some stuff that comes with the standard Ruby distribution is
provided as separate ports:
d17 6
a22 4
	databases/ruby-gdbm:	GDBM module
	lang/irb:		Interactive Ruby
	japanese/rubytk or
	x11-toolkits/rubytk:	TclTkLib & Ruby/Tk modules
d25 3
@


1.2
log
@Install Emacs Lisp files (*.el) to share/emacs/site-lisp/ and
lib/xemacs/site-lisp so Emacs/XEmacs can easily find them to load.

Instruct users how to use them.
@
text
@d24 9
a32 3
NOTE: This package does NOT contain irb (the interactive Ruby)
      and Ruby/Tk (an interface to Tk GUI toolkits);  You need to
      install separate packages to use them.
@


1.1
log
@Update to version 1.4.2.

PR:		14628
Submitted by:	maintainer
@
text
@d2 22
@

