find-tag not jumping to definition
Brought to you by:
dhiebert
In SML, find-tag doesn't jump to the right definition if the destination was in Foo.bar format. Instead of jumping to the definition of bar in Foo, it returns occurrences of Foo.bar in other files. ctags doesn't seem to be able to read the Foo.bar notation properly, at least in SML.