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: Dmitry Gutov
Subject: Re: Ruby and RubyOn Rails setup - Cannot enable indentation and snippets
Date: Fri, 04 Jan 2013 20:11:53 +0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 04.01.2013 15:11, Sayth Renshaw wrote:
 >> 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)

Very well, please evaluate (require 'find-func), and then try the last expression again.



reply via email to

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