;ELC ;;; compiled by nk@redqueen.bytechase.cx on Fri Oct 31 18:07:59 2003 ;;; from file /usr/local/users/nk/pkg-build/test/xemacs-packages/ruby-modes/auto-autoloads.el ;;; emacs version 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid. ;;; bytecomp version 2.27 XEmacs; 2000-09-12. ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs 19. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "20"))) (error "`auto-autoloads.el' was compiled for Emacs 20")) (or (boundp 'current-load-list) (setq current-load-list nil)) (byte-code "ÀÁ!«„ÂÃ!ˆÄÅÆÇÈÉÊË&‡" [featurep ruby-modes-autoloads error "Already loaded" package-provide ruby-modes :version 1.02 :author-version "1.6.8" :type regular] 8) #@49 Set local key defs for inf-ruby in `ruby-mode'. (autoload 'inf-ruby-keys "inf-ruby" '(#$ . 803) nil nil) #@386 Run an inferior Ruby process, input and output via buffer *ruby*. If there is a process already running in `*ruby*', switch to that buffer. With argument, allows you to edit the command line (default is value of `ruby-program-name'). Runs the hooks `inferior-ruby-mode-hook' (after the `comint-mode-hook' is run). (Type \[describe-mode] in the process buffer for a list of commands.) (autoload 'run-ruby "inf-ruby" '(#$ . 915) t nil) (byte-code "ÀÁÂ\"ˆÃÄÅ\"‡" [add-to-list interpreter-mode-alist ("ruby" . ruby-mode) add-hook ruby-mode-hook (lambda nil (inf-ruby-keys))] 3) #@284 Major mode for editing ruby scripts. \[ruby-indent-command] properly indents subexpressions of multi-line class, module, def, if, while, for, do, and case statements, taking nesting into account. The variable `ruby-indent-level' controls the amount of indentation. \{ruby-mode-map} (autoload 'ruby-mode "ruby-mode" '(#$ . 1497) t nil) (add-to-list 'auto-mode-alist '("\\.rb$" . ruby-mode)) #@163 Run rubydb on program FILE in buffer *gud-FILE*. The directory containing FILE becomes the initial working directory and source-file directory for your debugger. (autoload 'rubydb "rubydb3x" '(#$ . 1895) t nil) (provide 'ruby-modes-autoloads)