jdee
jdee copied to clipboard
1.6.3 Using Menu-Based Completion
My Emacs version:
GNU Emacs 25.3.1
My JDEE version (elpa package date):
2.4.2
My JDK version:
1.8
My Operating System (Linux/OSX/Windows X/Other):
Mac OSX
How to reproduce (if applicable):
C-c C-v C-.
Other info you consider could help to fix it:
The following key binding is unbindable on Mac OSx The mini buffer reads as followed: C-v C-v-
As if it is waiting for a none C- command such as '.' which works.
To be honest I think
The key binding is in: jdee/jdee-keys.el line 55
The manual reads:
1.6.3 Using Menu-Based Completion
The jdee-complete-menu displays a popup menu of completions for the
method or field name at point. Selecting a completion from the menu
causes the command to use it to complete the method or field at point.
This section assumes that you have selected jdee-complete-menu as your
standard completion command.
To select completions from a menu:
-
Position point immediately following the partially complete field
or method name. -
Type the ‘C-c C-v C-.’ key combination.
-
Select the desired completion from the menu.
-
The JDEE inserts the completion at point in the buffer.