<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 29, 2015 at 5:47 PM, Luis Gerhorst <span dir="ltr"><<a href="mailto:erlang-bugs-mailing-list@luisgerhorst.de" target="_blank">erlang-bugs-mailing-list@luisgerhorst.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>I'm using solarized-theme (<a href="http://github.com/bbatsov/solarized-emacs" target="_blank">https://github.com/bbatsov/solarized-emacs</a>) and as you can see in the screenshot the local function "get" is highlighted the same way built in functions from the "erlang" module are highlighted.</div><div></div></blockquote></div><br>I have a guess as to why this happens. The get/1 function is defined in erlang:get/1. It is used to look up values in the process dictionary. The syntax highlighter doesn't understand that get/2 is defined locally in the current module, so it thinks your call to get is to the underlying 'erlang:get/1', not to ?MODULE:get/2. And all problems stems from there.<br clear="all"><div><br></div>-- <br><div class="gmail_signature">J.</div>
</div></div>