ostinelli / SublimErl

An Erlang Plugin for Sublime Text 2, which enables code completion and allows you to run tests within the editor itself.
190 stars 44 forks source link

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

Open Andy-Richards opened 11 years ago

Andy-Richards commented 11 years ago

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.

Andy-Richards commented 11 years ago

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

Andy-Richards commented 11 years ago

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)

:-(