find-file-in-tags is great in fetching files in a large code base. However, it is case sensitive. Is there a case开发者_Go百科 insensitive version? If not, is there there an easy way to make it case insensitive? I tried a bunch of things but was not successful.
Well, given that find-file-in-tags is using string-match to do the matching, setting the value of case-fold-search should do the trick.
It does for me.
Note: since find-file-in-tags isn't distributed with Emacs, you might want to include a link to the package you're using in your question. It'd help people answer your question.
加载中,请稍侯......
精彩评论