SublimErl icon indicating copy to clipboard operation
SublimErl copied to clipboard

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

Open Andy-Richards opened this issue 11 years ago • 2 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.

Andy-Richards avatar Sep 20 '13 09:09 Andy-Richards

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

Andy-Richards avatar Sep 20 '13 09:09 Andy-Richards

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)

:-(

Andy-Richards avatar Sep 20 '13 09:09 Andy-Richards