help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multi-char key


From: Andrea Crotti
Subject: multi-char key
Date: Wed, 17 Nov 2010 11:12:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin)

I have a small problem with semantic and completion.
In C++ it's very nice to have completion after
"::"
So I did this

  (defun my-cpp-cedet-hook ()
    (local-set-key ":" 'semantic-complete-self-insert))

and it sort of works, the problem is that it starts to look for also
after the first ":", becoming quite slower.
It should be instead be smart enough to look for only after two ":", is
that somehow possible??




reply via email to

[Prev in Thread] Current Thread [Next in Thread]