summaryrefslogtreecommitdiffstats
path: root/lang/ruby14/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby14/pkg-message')
-rw-r--r--lang/ruby14/pkg-message28
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/ruby14/pkg-message b/lang/ruby14/pkg-message
deleted file mode 100644
index c9b18cd..0000000
--- a/lang/ruby14/pkg-message
+++ /dev/null
@@ -1,28 +0,0 @@
-====
-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)
-====
OpenPOWER on IntegriCloud