unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* multi-char key
@ 2010-11-17 10:12 Andrea Crotti
  0 siblings, 0 replies; only message in thread
From: Andrea Crotti @ 2010-11-17 10:12 UTC (permalink / raw)
  To: help-gnu-emacs

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??




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-17 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17 10:12 multi-char key Andrea Crotti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).