On 08/31/2010 03:40 AM, Mandar Mitra wrote:
> Eric M. Ludlam wrote (Mon, Aug 30, 2010 at 06:03:27PM -0400):
>>> You might get others like me though who're going to look at the images
>>> on the CEDET web-site and try to set things up to work that way. Maybe
>>> it's time to change those pics? Just a suggestion...
>>
>> Can't they be created with semantic-ia-complete-menu? Getting that
>> up in the other completion engine is a bit different.
>
> Yes, indeed they can. If I don't use semantic-complete-self-insert (bound
> to . and>), I can type the ., then type a keybinding that brings up
> semantic-ia-complete-menu and choose the completion from that. This would
> create a situation like those shown in the images.
>
> I was just wondering how I could get . to bring up
> semantic-ia-complete-menu, and I couldn't get that to work. Will try some
> more and report.
Ah, that should be straightforward. The easiest would be to copy
semantic-complete-self-insert and replace the call to
semantic-complete-analyze-inline with semantic-ia-complete-menu. Maybe
rename the fcn to something else too.
If this is considered generally useful, it can be added to semantic-ia.el.
Eric
|