[erlang-questions] Wrangler Problem

Sunao Furukawa sadie@REDACTED
Fri Dec 7 05:43:10 CET 2012


(2012/12/06 16:49), Rustom Mody wrote:
> Good to know about wrangler.
> Tried it on my debian box,
> emacs 23.4
> erlang-mode version 2.7
>
> Then I do C-c C-r
> Th echo-area shows a lot of loading this and that from wrangler but 
> the wrangler menu does not appear.
>
> This is the elisp setup (for erlang)
>
> (add-to-list 'load-path
>           "~/local/lib/erlang/lib/wrangler-1.0/elisp")
> (require 'wrangler) 

I have the same problem.
I installed  R14B04(32bit) on windows8(64bit).
Wrangler's installer discovered R14B04.
I did C-c C-r on emacs24.2(32bit)  ,but the wrangler menu does not appear.
And also elisp setup have problem.
Wrangler's installer add .emacs
(add-to-list 'load-path "<PathToWrangler>/elisp")
     (setq exec-path (cons "<PathToWrangler>/bin" exec-path))
         (require 'wrangler)
.
But Wrangler directory does not have bin.
Alternatively,It has ebin.
Installer mistakes its directory and internal error exists.
I have no idea.
Please help me.

Thanks!




More information about the erlang-questions mailing list