zonuexe / right-click-context

Emacs Right Click Context menu
https://www.emacswiki.org/emacs/ZonuExe
60 stars 5 forks source link

Right click not working: function definition is void (popup-cascade-menu) #1

Closed LouisAsh closed 7 years ago

LouisAsh commented 7 years ago

I just installed the right-click-context.el and activated it with the following in my .emacs file:

(right-click-context-mode 1)

However, whenever I right-click over any area of any file, I get the error message that says:

"Symbol's function definition is void: popup-cascade-menu"

Any idea about what might be happening?

I use the most recent version of Emacs, under Windows 10 64bits.

LouisAsh commented 7 years ago

Never mind, what was missing was installing the package popup.el, that can be found here:

https://github.com/auto-complete/popup-el

I think you should list it here as a dependency.