Emacs functions for toggling between “.” and “->” in C code
The first function simply toggles the characters at the point between "." and "->". Not terribly useful. The second function is a little more interesting. You can put the point by a struct-type variable which is or isn't a...