You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to erlang so I am not sure how to troubleshoot yet.
I am using the 2018 branch without the last commit.
Trying to autocomplete otp_doc:fire with M-TAB It does not work. Albeit I can still jump into code source definition with M-. above otp_doc:firefox.
This is after I tried to fix my installation, because on my system code:root_dir(). is /usr/lib64/erlang and in that dir there isn't a doc dir so I copied it from /usr/share
> cd /usr/lib64/erlang
> mkdir doc
> sudo cp -r /usr/share/doc/erlang-21.1.1/* doc/
> ls -l doc/man_index.html doc/kernel-6.1/doc/html/index.html
-rw-r--r-- 1 root root 53377 Mar 13 17:00 doc/kernel-6.1/doc/html/index.html
-rw-r--r-- 1 root root 97435 Mar 13 17:00 doc/man_index.html
Logs:
On *messages*
epmd-process - msg: \0�zemacs
epmd-recv-port-resp - Event: data
epmd-recv-port-resp - data: w\0M\0\0�\0�\0�emacs\0\0
epmd-recv-port-resp - arg: w\0M\0\0�\0�\0�emacs\0\0
nodeup: emacs@sabayon
nodedown: emacs@sabayon [2 times]
error in process filter: cl--assertion-failed: Assertion failed: (eq (erlext-get-code (quote null)) (erlext-read1))
error in process filter: Assertion failed: (eq (erlext-get-code (quote null)) (erlext-read1))
Since I used the 2018 branch it seems i need to load massemanet/trane beforehand.
My main_index.html has relative path pointing to "../lib/", probably a thing of my distro to fix.
Code seems to be case sensitive, i think it might be better lowercase when parsing html. My man_index.html at least didn't match what the code expected. For example lines/3 I change it to the following in order to have otp_doc ets load the {file,*} tuples at least.
I am new to erlang so I am not sure how to troubleshoot yet.
I am using the 2018 branch without the last commit.
Trying to autocomplete
otp_doc:fire
withM-TAB
It does not work. Albeit I can still jump into code source definition withM-.
aboveotp_doc:firefox
.This is after I tried to fix my installation, because on my system
code:root_dir().
is/usr/lib64/erlang
and in that dir there isn't a doc dir so I copied it from /usr/shareLogs:
On
*messages*
On
*trace*
The text was updated successfully, but these errors were encountered: