We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From http://code.google.com/p/distel/issues/detail?id=25
Reported by kosmonaFFFt, Jan 15, 2011
What steps will reproduce the problem?
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)
The text was updated successfully, but these errors were encountered:
Check all your 3 paths for .erlang.cookie to be equal:
Sorry, something went wrong.
No branches or pull requests
From http://code.google.com/p/distel/issues/detail?id=25
Reported by kosmonaFFFt, Jan 15, 2011
What steps will reproduce the problem?
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)
The text was updated successfully, but these errors were encountered: