Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not connect to any erlang node #6

Open
richcarl opened this issue Jul 25, 2011 · 1 comment
Open

Not connect to any erlang node #6

richcarl opened this issue Jul 25, 2011 · 1 comment

Comments

@richcarl
Copy link

From http://code.google.com/p/distel/issues/detail?id=25

Reported by kosmonaFFFt, Jan 15, 2011

What steps will reproduce the problem?

  1. Run node (test@fff-W7)
  2. Set node in emacs (C-c C-d n test@fff-W7)
  3. Try to complete symbol (M-/)

What is the expected output? What do you see instead?
nodedown test@fff-W7

What version of the product are you using? On what operating system?
OS Windows 7 x64, emacs 22.3, erlang 5.8.2, distel-4.3

Please provide any additional information below.
emacs.exe, erl.exe, werl.exe, epmd.exe are has all rights in windows firewall...

Distel and erlang-mode configuration in ~/.emacs file:

;erlang-mode
(add-to-list 'load-path "C:\erlang\erl5.8.2\lib\tools-2.6.6.2\emacs")
(add-to-list 'exec-path "C:\erlang\erl5.8.2\erts-5.8.2\bin")
(setq erlang-root-dir "C:\erlang\erl5.8.2")
(setq inferior-erlang-machine-options '("-sname" "emacs"))
(require 'erlang-start)

;distel
(add-to-list 'load-path "C:\emacs-23.2\site-lisp\distel-4.03\elisp")
(require 'distel)
(distel-setup)

@aleksandr-vin
Copy link

Check all your 3 paths for .erlang.cookie to be equal:

  1. C-x C-f ~/.erlang.cookie
  2. C-x C-f ~/../../.erlang.cookie
  3. In Cygwin Bash: cat ~/.erlang.cookie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants