Matt D.
Matt D.
I can confirm that if I turn on `electric-pair-mode` and use `fa-show` from within the parenthesis and complete the parameter list then syntax coloring works. However, the overlay does not...
I still would like to see this fixed. :\
In my first post I provided my slimmed .emacs config. There isn't anything there except for the bare essentials for testing. I'm running Emacs under Windows/Cygwin. If I send you...
What flavor and version?
Clean install of ubuntu 15.04 in VMware Player 7.1.2 and same procedure as my first post results in the same problem: syntax coloring breaks. Please be sure to copy/paste and...
The source is saved to main.cpp which is loaded by `emacs -nw main.cpp`. The cursor is placed here: ``` rect.set_values(| ``` Everything is then as follows: `M-x fa-show` type: `1,...
I don't use `electric-pair-mode` and even with it on, the problem is that if I happened to delete a parenthesis and accidentally invoke `fa-show` then my whole mode is gimped...
Yes, for some reason I get this on Ubuntu as well. The built-in cedet isn't parsing the file for some reason. See my comment here: https://github.com/abo-abo/function-args/issues/29#issuecomment-139189648
Clone out the cedet repo and use the sample .emacs lines I provided and you will have the error to see. I would be extremely grateful if you could fix...
Did you manage to get the error to reproduce?