5 Jun 2008 01:37
Re: Completion within a . or -> expression
Eric M. Ludlam <eric <at> siege-engine.com>
2008-06-04 23:37:29 GMT
2008-06-04 23:37:29 GMT
Hi, I finally had time to examine this. I checked a fix into semantic-ctxt.el Enjoy. Eric >>> Michael Reiher <redm <at> gmx.de> seems to think that: >Hi > >There is a small issue, but which is bugging me pretty often. Say I have >something like "fooAAA->bar();" and I want to change it to "fooBBB->bar();". >Ususally I first remove the "AAA" leaving me with "foo->bar();" and the >cursor right after "foo". Then I press TAB which calls >senator-try-expand-semantic for me, in order to complete it to >"fooBBB->bar();". However this doen't work and semantic inserts some more or >less random tags ...e.g. ThisIsSomeTag giving me >"fooThisIsSomeTag->bar();" ... and if you happen to press TAB a few times >until you realize whats going on, you have >"fooThisIsSomeTagThisIsSomeTagThisIsSomeTag->bar();", and clean up the >mess ... :) > >Greets Michael -- -- Eric Ludlam: eric <at> siege-engine.com Siege: www.siege-engine.com Emacs: http://cedet.sourceforge.net -------------------------------------------------------------------------(Continue reading)
RSS Feed