ostinelli / SublimErl

An Erlang Plugin for Sublime Text 2, which enables code completion and allows you to run tests within the editor itself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux man pages - Command-Alt-i - libs.sublime-completions not found

Andy-Richards opened this issue · comments

Accessing the man pages on Linux fails using Command-Alt-i. After enabling console logging sublimErl is looking for the following file:

/home/some_user/.config/sublime-text-2/Packages/SublimErl/completion/Erlang-libs.sublime-completions

.. which cannot be found. Notice the lowercase libs.sublime-completions however the file on my system has an upper case i.e Libs.sublime-completions

/home/some_user/.config/sublime-text-2/Packages/SublimErl/completion/Erlang-Libs.sublime-completions

Symlinking should hopefully fix this for now, but thought i would raise this.

Andy.

Sorry just noticed it Erlang-libs.sublime-completions and Erlang-Libs.sublime-completions not libs.sublime-completions.

After creating symlinks to these files I now see the error...

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1862: ordinal not in range(128)

:-(