head	1.2;
access;
symbols
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.02.18.23.44.40;	author kris;	state dead;
branches;
next	1.1;

1.1
date	2001.04.05.14.11.09;	author knu;	state Exp;
branches;
next	;


desc
@@


1.2
log
@As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
@
text
@**********************************************************************
To use ri from Emacs, add the following to your startup file.
(e.g. ~/.emacs)

	(autoload 'ruby-index "ri.el" "ri utility" t)
	(autoload 'ri "ri.el" "ri utility" t)
	(autoload 'ri-show-term-at-point "ri.el" "ri utility" t)
	(autoload 'ri-show-term-composite-at-point "ri.el" "ri utility" t)

	(global-set-key "\C-c\C-c\C-r" 'ri-show-term-at-point)
	(global-set-key "\C-c\C-c\C-t" 'ri-show-term-composite-at-point)

For details, refer to the comment section of ri.el.
**********************************************************************
@


1.1
log
@Add ruby-ri, Ruby Interactive reference with command line and Emacs
interfaces.
@
text
@@

