help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ruby and RubyOn Rails setup - Cannot enable indentation and snippets


From: Sayth Renshaw
Subject: Re: Ruby and RubyOn Rails setup - Cannot enable indentation and snippets
Date: Fri, 4 Jan 2013 22:11:20 +1100

>> inf-ruby-proc: No current process. See variable inf-ruby-buffer
>
> Is this you trying to make Robe completion work? Because it does not
> look related to the expressions I asked you to evaluate.

Sorry, I've just now realized that this is probably the result of you
typing `C-x C-e' is a ruby-mode buffer with inf-ruby initialized.

inf-ruby rebinds this key combination, but you can do `M-x
eval-last-sexp', or, since you have starter-kit installed,
`M-x esk-eval-and-replace'.

major mode = ruby-mode
indent-line-function = ruby-indent-line

(find-library-name "ruby-mode")
Debugger entered--Lisp error: (void-function find-library-name)
  (find-library-name "ruby-mode")
  eval((find-library-name "ruby-mode") nil)
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp record nil)
  command-execute(eval-last-sexp record)
  smex-read-and-run(("eval-last-sexp" "esk-eval-and-replace" "package-list-packages" "package-install" "cd" "df" "5x5" "ecb-activate" "all" "arp" "dbx" "dig" "erc" "ert" "ftp" "gdb" "irc" "jdb" "man" "mpc" "pdb" "pwd" "rsh" "sdb" "tld" "xdb" "yow" "calc" "diff" "ffap" "ffip" "gnus" "grep" "help" "ielm" "info" "life" "mail" "mpuz" "ping" "pong" "rake" "smex" "talk" "term" "undo" "yank" "zone" "align" "bruce" ...))
  smex()
  call-interactively(smex nil nil)

Sayth

reply via email to

[Prev in Thread] Current Thread [Next in Thread]